summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext
AgeCommit message (Expand)Author
2016-08-17Replace positioning function with popup helperJulien "_FrnchFrgg_" RIVAUD
2016-08-14Ensure RelevantModifierKeyMask is updated on each modifier change.nick_m
2016-08-08Move anchored menu placement strategy to Gtkmm2ext utilsJulien "_FrnchFrgg_" RIVAUD
2016-07-25add a timeout to flush_pending()Robin Gareus
2016-07-20Gtkmm2ext::Pane: attempt to track child lifetime, since Gtkmm 2.4 doesn't do ...Paul Davis
2016-07-18move show_gdk_event_state() utility function from gtk2_ardour to libs/gtkmm2extPaul Davis
2016-06-23more tweaks to HTML output when printing key bindingsPaul Davis
2016-06-21use new keyboard modifier names, and replace GDK names with better versionsPaul Davis
2016-06-21provide some Keyboard:: methods to get access to other versions of modifier n...Paul Davis
2016-06-20some modest improvements in the html rendering of key bindings, plus use of n...Paul Davis
2016-06-13working version of pane position mgmt for OS XPaul Davis
2016-06-12give WindowProxy its own map/unmap signals so that other things can track map...Paul Davis
2016-06-07make it possible to disable VisibilityTracker's use of WM visibilityPaul Davis
2016-06-06add a destructor for Gtkmm2ext::Pane that unparents the children.Paul Davis
2016-05-31fix pane behaviour when children are hidden/shownPaul Davis
2016-05-31more sensible API for Pane::set_child_minsizePaul Davis
2016-05-31provide a mechanism to avoid allocating too small of a space to a Pane childPaul Davis
2016-05-31various work on Pane, including cursors, more styling stuff, and making the f...Paul Davis
2016-05-31Pane: use style-provided colors, and change colors on enter/leave/draggingPaul Davis
2016-05-31fix use of widget allocation origin in Gtkm2mext::PanePaul Davis
2016-05-31working but incomplete version of new Pane replacement widgetPaul Davis
2016-05-31basics of printing bindings as HTMLPaul Davis
2016-05-31move new fractional pane utility functions into libs/gtkmm2extPaul Davis
2016-05-31most of the changes required to add a new master faders tabbablePaul Davis
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