summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_time_axis.cc
AgeCommit message (Expand)Author
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2014-01-10fix up construction and outlining for automation time axis (track) base rectPaul Davis
2013-11-03send enter events to EVERY newly entered item (ignore the bool return from th...Paul Davis
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-16change UIConfig to use accessor/setter methods like RCConfig so that Paramete...Paul Davis
2013-04-12change frames_per_pixel to samples_per_pixelPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2013-01-19completely revisit how track name editing works in the editorPaul Davis
2013-01-19Replace a bunch of potential crashes with graceful handling of the situation.David Robillard
2013-01-19Avoid some copy overhead and sprinkle in some const for good measure.David Robillard
2013-01-14more substantive reworkings of TimeAxisView::name_(entry|label) and name edit...Paul Davis
2013-01-12various tweaks to get 80% Of the way to proper use of TimeAxisView::name_labe...Paul Davis
2012-12-10tweak to plugin parameter sliders in mixer stripsBen Loftis
2012-12-06several theme changes. changed drawing of rounded_rectangle to be more corre...Ben Loftis
2012-07-17lots more fidgety work on automation. sort of works now, but undo/redo needs ...Paul Davis
2012-07-13dramatic overhaul of automation. too long to explain here. this work is not f...Paul Davis
2012-05-29substantive change to try to provide some rationality for region gain line vi...Paul Davis
2012-05-22remove, convert, comment several cerr statementsPaul Davis
2012-04-27Re-add erroneously-removed methods related to cut/copy ofCarl Hetherington
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-04-22Use a list of ControlPoints to hold the automation selection,Carl Hetherington
2012-02-07remove additional "mid" color from ArdourButton; replace Active/Mid widget st...Paul Davis
2011-12-05fix scroll wheel handling on both gain faders and parameter controls in autom...Paul Davis
2011-11-21Simple ambiguitity-resolution wrapper for gettext; use forCarl Hetherington
2011-11-13Snap new automation points on audio lanes (part of #4297).Carl Hetherington
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-09-07Don't create new regions on clicks on MIDI plugin automationCarl Hetherington
2011-07-13Fix non visibility of previously-visible MIDI automationCarl Hetherington
2011-07-11clean up GUIObjectState API, and use bools when setting "visible" property ra...Paul Davis
2011-07-10Fix erroneous characters in automation time axis view GUIObjectState IDs (#41...Carl Hetherington
2011-07-10fix #4004 - AutomationTimeAxisView wasn't deleting its StreamView in its dest...Paul Davis
2011-07-07improve layout of automation track controls boxPaul Davis
2011-07-07introduce GUIObjectState; massive, pervasive changes in visibility and height...Paul Davis
2011-06-23fix crash when open automation track for MIDI CC ***BUT** its clear that auto...3.0-alpha8Paul Davis
2011-06-12implement a delete operation that works like "cut" but doesn't put the delete...3.0-alpha6Paul Davis
2011-06-11major, substantive reworking of how we store GUI information (visibility, hei...Paul Davis
2011-06-02audio clock switchover part2: remove most egregious include-time dependency o...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-23Fix a few missing drops of Route references.Carl Hetherington
2011-02-17Fix addition of MIDI automation points (#3780).Carl Hetherington
2011-02-17Clean up some confusion with AutomationControls in AutomationTimeAxisViews th...Carl Hetherington
2011-02-17Minor tidying-up.Carl Hetherington
2011-01-27virtualize the way that AutomationController gets strings to display values, ...Paul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-12-02add configurable colors to stereo panner, plus keybindings for zero width (0)...Paul Davis
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-10-01Fix overflow within libgnomecanvas when passing in a coordinate > INT_MAX. F...Carl Hetherington
2010-09-27Fix multiple creation of identical automation tracks. Fixes #3482.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis