summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_dialog.cc
AgeCommit message (Expand)Author
2016-06-07when destroying an ArdourDialog, be sure the Keyboard object knows about it.Paul Davis
2015-10-20Default to WIN_POS_MOUSE for dialogs also.nick_m
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-04-01ArdourDialog and ArdourWindow don't change magic widget focusPaul Davis
2015-04-02Potential fix for AU window close crash.nick_m
2015-04-02Window focus handling fixes.nick_m
2015-03-15Non-transient ArdourDialogs and ArdourWindows appear in the centrenick_m
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-14fix keyboard shorcuts in dialogs.Robin Gareus
2013-05-07change namespace/naming of WindowManager classes; register all ArdourDialog a...Paul Davis
2013-05-07work work on window mgmt: offer the change to mark all floating windows as Di...Paul Davis
2013-05-06make ArdourDialog and ArdourWindow call ::relay_key_press() which fixes the "...Paul Davis
2013-05-05more window management rationalizationPaul Davis
2013-05-02move CloseAllDialogs signal and associated method from ArdourDialog to ARDOUR...Paul Davis
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2013-04-30improve relationship between ArdourDialog and Splash on OS X, where window re...Paul Davis
2012-01-10the return of the splash, with a few changes to help with window layering a l...Paul Davis
2011-11-18Add ArdourWindow class for non-dialog windows.David Robillard
2011-11-18Clean up ArdourDialog.David Robillard
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-12-04move generic parts of Keyboard into gtkmm2ext. imperfectly done, but makes mo...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-05-12Remove most using declarations from header files.Carl Hetherington
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-09-17merge Sakari's (sbergen) branch back into 3.0, removing libsndfile and adding...Paul Davis
2008-02-02Merge with 2.0-ongoing R2988David Robillard
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2006-01-04Updates for set_type_hint() and the sfdb_ui.Taybin Rutkin
2005-12-24lots and lots of keybindings working again, with lots more menu itemsPaul Davis
2005-12-02the usual blob of fixes. note the requirement for ComboBoxText::set_active_te...Paul Davis
2005-11-27slowly fixing up ArdourDialog nonsensePaul Davis
2005-11-23strip keyboard.cc of noxious focus handling stuff, and cleanupPaul Davis
2005-09-26rename all GTK signalsPaul Davis
2005-09-26got ardour_dialog compilingPaul Davis
2005-09-26fix all _impl member functions to be on_ insteadPaul Davis
2005-09-25Fly my pretties!Taybin Rutkin
2005-09-25Initial import of gtk2_ardour.Taybin Rutkin