summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext
AgeCommit message (Expand)Author
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-14remove debug output from Pane codePaul Davis
2016-06-13working version of pane position mgmt for OS XPaul Davis
2016-06-13write some code to limit pane handle positions on OS X.Paul Davis
2016-06-12give WindowProxy its own map/unmap signals so that other things can track map...Paul Davis
2016-06-08fix thinko in Pane expose event handler.Paul Davis
2016-06-07minor optimization when search for actionsPaul Davis
2016-06-07make it possible to disable VisibilityTracker's use of WM visibilityPaul Davis
2016-06-06fix crashing bug in Pane when accessing dividersPaul Davis
2016-06-06add a destructor for Gtkmm2ext::Pane that unparents the children.Paul Davis
2016-06-02NOOP: space requiredPaul Davis
2016-06-01fix case where pane divider is not redrawn after a leave event.Paul Davis
2016-06-01fix styling of pane dividers (the original reason for the "*Pane*" widget=>st...Paul Davis
2016-06-01Accommodate recently introduced source(s) in our MSVC project (gtkmm2ext)John Emmas
2016-06-01allow StripWidth icon to draw properly on non-square buttonsRobin Gareus
2016-05-31make pane divider placement a little saferPaul Davis
2016-05-31fix default pane divider cursor for vertical panesPaul Davis
2016-05-31shrink down pane divider/handle widthPaul Davis
2016-05-31fix pane behaviour when children are hidden/shownPaul Davis
2016-05-31explicitly expose dividersPaul 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-31set default pane divider position to 0.5Paul 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-31don't force size allocation to recompute pixfader patterns unless size actual...Paul 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-21Accommodate the fact that 'msvc_resources.rc.in' got moved to a new pathJohn Emmas
2016-05-16updated .de translation from edogawaPaul Davis
2016-05-10track geometry via configure events for tabbable own-windowsPaul Davis
2016-05-06DnDTreeview: allow to handle multiple drag-targetsRobin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
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-04-05desaturate inactive rec-enabled buttonRobin Gareus
2016-04-04Modify our MSVC projects to build liblua as a DLL rather than a static libJohn Emmas
2016-03-30inability to save non single character key binding with modifier eg. Ctrl-F5yonideshi
2016-03-30update /libs/gtkmm2ext/po/zh.po for 469-g3f71e66YQ-YSY
2016-03-30update Chinese translation to /libs/gtkmm2ext/po/YQ-YSY
2016-03-18fix processor DnD from sidebar.Robin Gareus
2016-03-17I'm taking a guess that we need to pass 'this' at line 243 of 'gtkmm2ext/fade...John Emmas