summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext
AgeCommit message (Expand)Author
2016-05-24fix potential undefined DnD behavior for external dragsRobin Gareus
2016-05-10track geometry via configure events for tabbable own-windowsPaul Davis
2016-05-06DnDTreeview: allow to handle multiple drag-targetsRobin Gareus
2016-05-02use same tooltip timeout throughout Ardour -- part oneRobin Gareus
2016-04-27add the concept of a "state mask" that determines what info a WindowProxy wil...Paul Davis
2016-04-27also hide persistent tooltipsRobin Gareus
2016-03-18fix processor DnD from sidebar.Robin Gareus
2016-03-15change API for CairoWidget::focus_handlerPaul Davis
2016-03-11and now without debug printf()Robin Gareus
2016-03-11prepare DnD for copying processor stateRobin Gareus
2016-03-11Make sure that a newly introduced class will be visible if it's needed outsid...John Emmas
2016-03-08Adds a tooltip to the iconMathias Buhr
2016-03-08Implements filtering in bindings editorMathias Buhr
2016-03-08fix up indentation in libs/gtkmm2ext/bindings code, probably messed up by ema...Paul Davis
2016-03-05Small refactoring of keyboard bindings (first part)Mathias Buhr
2016-02-26improve size and positioning of Tabbable's after being torn off, hidden, resh...Paul Davis
2016-02-25remove declaration of non-existent methodPaul Davis
2016-02-22a bunch of stuff to make tab/window switching work better, and provide Alt-m ...Paul Davis
2016-02-22provide Tabbable::change_visibility(), which has slightly odd semantics that ...Paul Davis
2016-02-22allow pixbuf_from_string() to return the full size pixbuf, with optional paddingPaul Davis
2016-02-22remove tab-related code for tabbed notebook, add tooltips to new buttonsPaul Davis
2016-02-22remove Bindings::ignored_state and use Keyboard::RelevantModifierMaskPaul Davis
2016-02-22remove Gtkmm2ext::possibly_translate_mod_to_make_legal_accelerator().Paul Davis
2016-02-22replicate the remove-all-trailing whitespace commit(s) in masterPaul Davis
2016-02-22change suffix of keybinding files to ".keys" to avoid conflict with earlier v...Paul Davis
2016-02-22cleanup Bindings/ActionMap API to get all actions for various purposesPaul Davis
2016-02-22create a two-way association between an action map and a bindings object, rat...Paul Davis
2016-02-22more changes to Bindings, Keyboard APIsPaul Davis
2016-02-22radically change Keyboard/Binding API design to disconnect Gtk::Action lookup...Paul Davis
2016-02-22change/extend/rework Bindings API to allow replacement and provide stub/hook/...Paul Davis
2016-02-22initial compilable version of saving key bindings with "new" schemePaul Davis
2016-02-22small rationalization of naming and code for managing plugin GUI visibilityPaul Davis
2016-02-22bindings: prevent double registration and double signal connection, and provi...Paul Davis
2016-02-22remove all action-registering API from Gtkmm2ext::ActionManagerPaul Davis
2016-02-22changes to Bindings and Keyboard API to support (mostly) GTK-free keyboard bi...Paul Davis
2016-02-22extend API for tabbable visibility managementPaul Davis
2016-02-22convert CairoIcon into a NO_WINDOW widget that just draws into its parent widgetPaul Davis
2016-02-22clean up tabbable state maintainance; drop Gtk::Button unintentionally used f...Paul Davis
2016-02-22move ui_scale static member from ARDOUR_UI to GtkUIPaul Davis
2016-02-22hopefully get dynamic tabbable menu state right this timePaul Davis
2016-02-22provide a sigc::signal to track display state changes for a TabbablePaul Davis
2016-02-22changes to get show/hide/attach/detach workingPaul Davis
2016-02-22change/extend Tabbable API to allow for show/hide/attach/detachPaul Davis
2016-02-22use new CairoIcon to add a tab-close "button" to tabsPaul Davis
2016-02-22add new CairoWidget-derived class that does nothing but shown an ArdourIcon.Paul Davis
2016-02-22add tab-closing buttons to tabs.Paul Davis
2016-02-22add ::make_visible() to Tabbable classPaul Davis
2016-02-22widespread changes to get the new (oldArdour binding scheme to be used for ke...Paul Davis
2016-02-22add suggestive tooltips for tabs; remove position argument for Tabbable since...Paul Davis
2016-02-22save/restore tabbable statePaul Davis