summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext
AgeCommit message (Expand)Author
2016-11-30French translation updateOlivier Humbert
2016-10-26Fix restoration of key bindings assigned to Windows+key, bug #7037Tim Mayberry
2016-10-12map::clear() calls erase. Cleans up cpp check warning 'iterator used after el...Nathan Stewart
2016-09-29manually revert b9cab93fb116b and remove associated code.Paul Davis
2016-09-29enhance -D bindings outputPaul Davis
2016-08-30Update our MSVC project files to generate the most recent Ardour session file...John Emmas
2016-08-19fix optimized build compilationRobin Gareus
2016-08-19For MSVC, 'using namespace whatever' doesn't help us to differentiate between...John Emmas
2016-08-19fix failure to remove keyvalue from Keyboard::state on key releasePaul Davis
2016-08-17Fix anchored popups with separators in themJulien "_FrnchFrgg_" RIVAUD
2016-08-17Replace positioning function with popup helperJulien "_FrnchFrgg_" RIVAUD
2016-08-14Ensure RelevantModifierKeyMask is updated on each modifier change.nick_m
2016-08-09remove debug outputPaul Davis
2016-08-08fix definition of PrimaryModifier for Keyboard for OS XPaul Davis
2016-08-08fix display of modifiers on OS X in the bindings editorPaul Davis
2016-08-08Move anchored menu placement strategy to Gtkmm2ext utilsJulien "_FrnchFrgg_" RIVAUD
2016-08-06update german translationEdgar Aichinger
2016-08-04workaround changes in glibmm 2.49.xNils Philippsen
2016-07-25add a timeout to flush_pending()Robin Gareus
2016-07-20minor safety fix for the PanePaul Davis
2016-07-20Gtkmm2ext::Pane: attempt to track child lifetime, since Gtkmm 2.4 doesn't do ...Paul Davis
2016-07-18fix a compile of annoying compiler warnings with elcap clangPaul Davis
2016-07-18before pushing keybindings to GTK for menu display, make sure that we add bac...Paul Davis
2016-07-18move show_gdk_event_state() utility function from gtk2_ardour to libs/gtkmm2extPaul Davis
2016-07-18fix incorrect restoration of pane positions on Apple.Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-14regenerate and manually fix all PO files so that ./waf i18n doesn't generate ...Paul Davis
2016-06-30use initialization, not explicit assignmentPaul 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-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