summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_params_ui.cc
AgeCommit message (Expand)Author
2019-09-29Remove defunct Route "Adjust Latency" GUIRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-07-17Re-use existing latency display methodRobin Gareus
2019-07-17Track/Bus Inspector: remove unused latency "apply" buttonRobin Gareus
2019-05-25Re-use the Mixer's PluginManager (singleton)Robin Gareus
2019-04-13NO-OP: whitespaceRobin Gareus
2019-04-08Clarify API name (I/O-selector frame)Robin Gareus
2019-03-08Fix some more Gtk::Menu memory leaksRobin Gareus
2017-09-29Prepare removal of initial_delayRobin Gareus
2017-09-18manually fix up various cases where Gtk:Frame foo_frame had been changed to f...Paul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-05-05use CoreSelection for track selectionPaul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-06remove dead members and code from RouteParamsUIPaul Davis
2016-05-31initial sort-of-mostly-working integration of new PanePaul Davis
2016-05-31change API for ARDOUR_UI::add_route() to no longer require a float windowPaul Davis
2016-05-06re-introduce "add track/bus" from mixer windowRobin Gareus
2015-01-01Move Timers/Timeouts from ARDOUR_UI into functions in timers.h and use PBD::T...Tim Mayberry
2014-07-24several fixes to make processor selection and deletion feel right, for both m...Ben Loftis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-04disable pluginbox in RouteUI window when a track is frozenRobin Gareus
2013-08-05fix conflicts after merge with masterPaul Davis
2013-07-30remove compile errors (still will not link and JACKPortEngine is not close to...Paul Davis
2013-07-27Aux-sends do not have a GUI - fixes #5621Robin Gareus
2013-07-10fix tracks & bus inspector displayRobin Gareus
2013-07-07window delete/hide is managed by WMProxy (amend to cb6f16ac)Robin Gareus
2013-04-06rename Route::is_hidden() to Route::is_auditioner() and Route::Hidden to Rout...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2011-11-19Only use ArdourDialog (and thus Gtk::Dialog) for actual dialogs.David Robillard
2011-11-14make PluginManager API more in line with other singletons; do initial plugin ...Paul Davis
2011-10-31Trim includes.Carl Hetherington
2011-10-28Improve audioengine includes slightly.Carl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-09-02fix a variety of unused argument errors noted by gcc 4.3.2 on x86Paul Davis
2010-08-31fix up the port insert I/O GUIPaul Davis
2010-08-17forward port 2.X changes up to and including rev 6767Paul Davis
2010-05-31remove almost-unusued stop_signal.h and clean up the one (unused) place where...Paul Davis
2010-05-02A little copy-editing.Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-16fix previous patch from lucusPaul Davis
2010-03-16patch from lucus for long names in trackbus inspectorPaul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis