summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_time_axis.cc
AgeCommit message (Expand)Author
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
2011-02-22add scroll event handling to the vbap panner GUI; clamp vbap pos+width values...Paul Davis
2011-02-22remove some useless buttons from vbap panner gui, make bypass button workPaul Davis
2011-02-22remove semantic-free Panner::Changed signal; make mackie code pay attention t...Paul Davis
2011-02-21Don't show Crossfade-related menu items on busses.Carl Hetherington
2011-02-17Clean up some confusion with AutomationControls in AutomationTimeAxisViews th...Carl Hetherington
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-09-27Create MIDI track gain automation tracks as non-region-based. Fix constructi...Carl Hetherington
2010-08-24fix load+save of plugin parameter automationPaul Davis
2010-06-08Fix handling of the mapping between parameters and automation CheckMenuItems....Carl Hetherington
2010-05-31remove almost-unusued stop_signal.h and clean up the one (unused) place where...Paul Davis
2010-05-27Fix show existing automation for audio tracks (part of #3193)Carl Hetherington