summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_dropdown.cc
AgeCommit message (Collapse)Author
2015-09-16Move DPIReset and ColorsChanged signals into UIConfigurationTim Mayberry
2015-06-29change ArdourDropdown API to allow other types of menu elementsPaul Davis
2015-05-03fix -Wsign-compareRobin Gareus
2015-05-03implement scroll wheel support for ardour-dropdownRobin Gareus
2014-12-12Use ArdourDropdown for MIDI device selector.David Robillard
2014-08-28Fix ArdourButton event sequence.Ben Loftis
Always give ArdourButton a chance to handle Press or Release events if you override them. This allows ArdourButtons to do the "Pressed" animation And it now correctly eats the event so button clicks don't select the channelstrip.
2014-03-26rename ArdourMenu to ArdourDropdownBen Loftis