summaryrefslogtreecommitdiff
path: root/gtk2_ardour/axis_view.cc
AgeCommit message (Expand)Author
2020-02-06add AxisView::remove_gui_property()Paul Davis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2018-09-21Fix --no-nls (5/5), i18n.h include order in gtk2_ardourRobin Gareus
2017-07-17Remove unused sources & includesRobin Gareus
2017-05-05use CoreSelection for track selectionPaul Davis
2017-04-19Use AxisView::get_gui_property API in AxisView classTim Mayberry
2017-04-19Add AxisView::get_gui_property method, use PBD::string_to<T> for string conve...Tim Mayberry
2016-12-21Fix indentation 8 whitespaces to tabNil Geisweiller
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-06many changes associated with rationalizing selection flowPaul Davis
2016-06-05AxisView does not need to initialize Selectable::_selectedPaul Davis
2016-06-05RouteUI is now also derived from SessionHandlePtr but NOT AxisView. Fix initi...Paul Davis
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2014-06-28use a hash-table to cache gui propertiesRobin Gareus
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-04-12move string_is_affirmative() into libpbdPaul Davis
2011-10-07Fix visibility of MIDI CC automation lanes (#4356).David Robillard
2011-08-30Give route groups their own colour, settable from the routeCarl Hetherington
2011-07-19Assume axis views with no set visible property are visible. Carl Hetherington
2011-07-11clean up GUIObjectState API, and use bools when setting "visible" property ra...Paul Davis
2011-07-07introduce GUIObjectState; massive, pervasive changes in visibility and height...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2009-12-25rationalize destruction pathway (some more); tidy-ify some ImageFrame codePaul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
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-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-09-12make tracks visible againPaul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2006-01-17a metric boatload of changes; plugin UIs work, adding tracks work, redirect l...Paul Davis
2005-10-052 cleanup patches from nickm, plus work on mixer_ui.cc so that it compilesPaul Davis
2005-09-25Fly my pretties!Taybin Rutkin
2005-09-25Initial import of gtk2_ardour.Taybin Rutkin