summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_params_ui.h
AgeCommit message (Expand)Author
2016-06-06remove dead members and code from RouteParamsUIPaul Davis
2016-05-31initial sort-of-mostly-working integration of new PanePaul Davis
2014-06-04disable pluginbox in RouteUI window when a track is frozenRobin Gareus
2012-04-15A few tweaks to make Ardour build in GCC -std=c++0x mode.Carl Hetherington
2011-11-19Only use ArdourDialog (and thus Gtk::Dialog) for actual dialogs.David Robillard
2011-11-18Add ArdourWindow class for non-dialog windows.David Robillard
2011-11-15provide link-editor-and-mixer-selection option. gui implementation is slightl...Paul Davis
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...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
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-11-30Various optimisations to speed up rec-enable.Carl Hetherington
2009-10-23Make deferred plugin stuff work with old compiler or different sigc version o...David Robillard
2009-10-22Defer plugin discovery until actually needed (significant startup time improv...David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-01-30Trim include dependency graph, especially for io.h and session.h.David Robillard
2009-01-30first pass at internal sends. this is a very tentative work in progress, and ...Paul Davis
2007-06-27allow user tweaking of everything that might have inherent latency; add GUI f...Paul Davis
2007-06-27Renamed Insert to Processor and Redirect to IOProcessor.David Robillard
2007-06-23Insert/Redirect refactoring, towards better MIDI support in mixer strip, andDavid Robillard
2007-03-13Removed unused MeterBridgeStrip and MeterBridge classes.Taybin Rutkin
2007-02-28remove Id: lines from many/all headers and some more source filesPaul Davis
2007-02-09strip X specific from keyboard.cc; fix up many buttons to avoid prelight (mos...Paul Davis
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-17further optimizations for multiple-track-at-once addition. as in "whoah!"Paul Davis
2006-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ever...Paul Davis
2006-07-07id_t becomes a fully-fledged object, UUID's used for IDs, generic MIDI now ow...Paul Davis
2005-10-06changes from colin for route_params, nick for location_ui and route_ui, and m...Paul Davis
2005-10-06a few more header files fixes, plus cleanup from nick_m, and the start of Act...Paul Davis
2005-09-25Fly my pretties!Taybin Rutkin
2005-09-25Initial import of gtk2_ardour.Taybin Rutkin