summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_time_axis.cc
AgeCommit message (Expand)Author
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
2010-05-26Restore Fader and Pan options to audio track automation menus. Hide the Amp ...Carl Hetherington
2010-05-25Remove some dead code. Clean up storage of automation axis menuCarl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-19Move toggle-waveforms-while-recording into RC options.Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-23Fix track mode options to appear only once on audio tracks rather than twice....Carl Hetherington
2010-02-05Remove weird/pointless Automatable::data().David Robillard
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-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-11-30Various optimisations to speed up rec-enable.Carl Hetherington
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-09Back out big shared_ptr change. Moving to a branch. Apologies all.Carl Hetherington
2009-07-09Use shared_ptr for the TimeAxisView hierarchy.Carl Hetherington
2009-06-10Make waveform show / scale / shape a global option in the prefs dialog to cle...Carl Hetherington
2009-06-09the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or...Paul Davis