summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext
AgeCommit message (Expand)Author
2018-12-12replace ::cast_dynamic() with relevant ActionManager::get_*_action() callsPaul Davis
2018-12-11add ActionManager::get_actions() to fetch all actions created in ActionGroups...Paul Davis
2018-12-10add basic concept of an "owner" for an action group, to allow later groupingPaul Davis
2018-12-10add ActionManager::set_sensitive() for Gtk::ActionGroupPaul Davis
2018-12-10change ActionManager::find_action() back to ActionManager::get_action()Paul Davis
2018-12-10consolidate ActionMap and ActionManager APIs into a single namespacePaul Davis
2018-12-10provide (Static)ActionMapOwner::action_map()Paul Davis
2018-12-08Properly keep track of Window Visibility, action stateRobin Gareus
2018-12-06add syntactic sugar for fetching toggle and radio actionsPaul Davis
2018-12-05some ActionMap infrastructure to start removing ActionManagerPaul Davis
2018-12-05add new variant of ActionMap::find_action()Paul Davis
2018-11-29Fix uninitialized variableRobin Gareus
2018-11-29NO-OP: whitespaceRobin Gareus
2018-10-26Glib throws a const FileError exceptionRobin Gareus
2018-10-14remove use of hardcoded -fPIC compiler flag, and use compiler flag dict insteadPaul Davis
2018-10-09Ignore small (or negative) radii.Robin Gareus
2018-10-09Constant radian/degree factorRobin Gareus
2018-10-02Prepare a boxy, no round borders, button-styleRobin Gareus
2018-09-30Adapt our remaining MSVC projects for 'boost::atomic' (in case it later gets ...John Emmas
2018-09-23remove debug outputPaul Davis
2018-09-23remove debug outputPaul Davis
2018-09-23defer creating a visibility tracker for a window until the window is mappedPaul Davis
2018-09-21Fix --no-nls (2/5), prefer #if in libsRobin Gareus
2018-09-10Initial changes needed for building Mixbus (with MSVC) as version 5John Emmas
2018-04-12Only update tooltips if there is an actual change -- #7268Robin Gareus
2018-02-15When building with MSVC, allow for the fact that Mixbus and Ardour can be usi...John Emmas
2018-02-14Accommodate the change from libtimecode to libtemporalJohn Emmas
2018-01-17Explicit encoding for bindings html.Robin Gareus
2017-12-22Update Japanese translationHiroki Inagaki
2017-08-18NO-OP: whitespacePaul Davis
2017-08-18strip <Actions>/ from displayed path when printing bindings to HTMLPaul Davis
2017-08-09Separate set_toggleaction_state () APIRobin Gareus
2017-07-19MSVC changes needed to implement the new 'widgets' libraryJohn Emmas
2017-07-17add required stdint.hPaul Davis
2017-07-17Clean up library inheritance (colors.h, utils.h)Robin Gareus
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-07-17Move more Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17Remove unused sources & includesRobin Gareus
2017-07-17Move Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-04Allow DnDVbox to sort the selection, using original orderRobin Gareus
2017-07-02Add binding-proxy to ClickBoxRobin Gareus
2017-07-02Add control-focus notifications from bindable widgets.Robin Gareus
2017-06-29Accommodate newly introduced source(s) in our MSVC project (gtkmm2ext)John Emmas
2017-06-29Remove ambiguity ('CheckMenuItem' conflicts with an item already existing in ...John Emmas
2017-06-29Add a convenience MenuHelper c'torRobin Gareus
2017-06-22Remove unused pbd/locale_guard.h header from Gtkmm2ext::Barcontroller classTim Mayberry
2017-05-14update german translationEdgar Aichinger
2017-05-05remove cruft (unused UI::ui_scale)Robin Gareus
2017-05-04MIDI learn on ctrl + middle-click only (not ctrl + other mods + btn2).Robin Gareus
2017-04-27Fix Editor/Mixer visibility (OSX, NSGLCanvas)Robin Gareus