summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_time_axis.cc
AgeCommit message (Expand)Author
2020-05-05Fix inactive track header label displayRobin Gareus
2020-01-22Propagate ::route_active_changed() methodsRobin Gareus
2020-01-20Make it more obvious when a track is InactiveBen Loftis
2019-12-14Make BusSendLevel 1st class citizen (2/2)Robin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-04-10Add option to leave vertical gap below audio regionsRobin 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 ArdourPrompter wrapperRobin Gareus
2017-07-17Remove unused sources & includesRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-05tweak API of SelectablePaul Davis
2016-06-05RouteUI is now also derived from SessionHandlePtr but NOT AxisView. Fix initi...Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-16Remove ardour_ui.h header inclusionTim Mayberry
2015-04-25Trim Automation UIRobin Gareus
2015-01-09Use quotes to include local library headers.David Robillard
2014-12-18Remove internal edit mode and add "content" tool.David Robillard
2014-11-30Factor out duplicated track automation code.David Robillard
2014-08-31set initial TAV styleRobin Gareus
2014-08-29red-border selection for tracks, regions, and processors. requesting commentsBen Loftis
2014-07-01add partial support for mute automation (playback does not work, data is not ...Paul Davis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-09substantial changes in color management, involving a reduction in the use of ...Paul Davis
2014-01-30Enforce const correctness for a couple of iteratorsJohn Emmas
2014-01-30Add namespace qualifiers for some occurrences of 'Gtk::CheckMenuItem' (Window...John Emmas
2014-01-15merge with masterPaul Davis
2014-01-15update pan automation-track displayRobin Gareus
2013-10-03'gtk2_ardour' - Use 'const_iterator' where appropriate, instead of 'iterator'John Emmas
2013-09-21Merge remote-tracking branch 'remotes/origin/cairocanvas' into windowsJohn Emmas
2013-07-11Fix ambiguous type CheckMenuItem that is also defined via windows.hPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2012-09-15Check for panner_shell rather than panner beforeCarl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-22remove, convert, comment several cerr statementsPaul Davis
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2011-12-27Re-work layering in possibly debatable ways. Sketchy docs in doc/layering.Carl Hetherington
2011-11-19Fix mute display on session load (#4480).Carl Hetherington
2011-11-02solo buttons are now ArdourButtonsPaul Davis
2011-11-02mute and send-alert buttons are now ArdourButtonsPaul Davis
2011-07-11fix crashing bug where pan_tracks.front() was used without checking for pan t...Paul Davis
2011-07-07introduce GUIObjectState; massive, pervasive changes in visibility and height...Paul Davis
2011-06-11major, substantive reworking of how we store GUI information (visibility, hei...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-03-07Make Active apply to the selection.Carl Hetherington
2011-03-07Make stuff in the automation menu apply to the track selection.Carl Hetherington
2011-03-03deframe audio regions as well as MIDI when entering internal edit modePaul Davis
2011-02-23Make hide/show all crossfades apply to the selection.Carl Hetherington