summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_dialog.h
AgeCommit message (Expand)Author
2020-01-24add ArdourDialog::set_ui_sensitive() to provide a way to mark an arbitrary Ar...Paul Davis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2017-07-03Fix another crash at exit.Robin Gareus
2017-04-20Show the splash-screen if the engine dialog's run() hid it.Robin Gareus
2017-04-07Keep the RhythmFerret dialog window around after using an action.Robin Gareus
2017-04-01Pop splash on dialog response - not d'tor.Robin Gareus
2017-04-01NO-OP: whitespaceRobin Gareus
2015-04-02Window focus handling fixes.nick_m
2013-05-07change namespace/naming of WindowManager classes; register all ArdourDialog a...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-04-30improve relationship between ArdourDialog and Splash on OS X, where window re...Paul Davis
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-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
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-07-19Removed unused midicontrollable.ccTaybin Rutkin
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-26fixed return types for ::on_....; changed set_usize_... utility functions to ...Paul 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