summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_dropdown.h
AgeCommit message (Collapse)Author
2016-08-17Replace positioning function with popup helperJulien "_FrnchFrgg_" RIVAUD
Because all uses of the function positioning menus anchored to a widget were as callback argument to Gtk::Menu::popup() where the caller needed to correctly bind arguments, this led to repeated and a bit obscure code. Wrap the logic into an helper function that takes care of all that, and update the callers.
2016-08-07Make Dropdown menus at least as wide as the buttonJulien "_FrnchFrgg_" RIVAUD
2016-08-07Improve ArdourDropdown menu positionJulien "_FrnchFrgg_" RIVAUD
2015-12-02Disable scrolling in the dropdown menus of midi region heads.André Nusser
Instead pass it to the canvas as proposed by x42 in #6143.
2015-06-29change ArdourDropdown API to allow other types of menu elementsPaul Davis
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