summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_time_axis.cc
AgeCommit message (Expand)Author
2015-03-11more verbose captions on automation track headers; include the plug name.Ben Loftis
2015-03-06Hide automation state options for MIDI controls.David Robillard
2015-02-10fix previous commitBen Loftis
2015-02-10Track Mode is too vague; rename to Record ModeBen Loftis
2015-01-09fix select-all-regions-within (it used to select everything overlapped)Ben Loftis
2014-12-18Add editor selection state to session history via a SelectionMemento, whichnick_m
2014-12-16Various color tweaks.David Robillard
2014-12-15next modifierPaul Davis
2014-12-14fix up requested color names everywhere.Paul Davis
2014-12-14initial pass to replace all UIConfiguration::get_XXXXXX() calls with UIConfig...Paul Davis
2014-12-06Support paste between automation lanes.David Robillard
2014-11-28Use a button as controller for toggled parameters.David Robillard
2014-11-17Fix visibility of MIDI controller automation tracks across saves.David Robillard
2014-11-16Support cut/copy/paste of several regions and lines at once.David Robillard
2014-11-14Implement "multi-paste" for notes, regions, and automation.David Robillard
2014-11-07simplify removal of outline from automation time axis base rectPaul Davis
2014-11-02Display gain and midiNote plugin parameters/properties nicely.David Robillard
2014-11-02Automation of LV2 plugin properties.David Robillard
2014-10-21remove "canvasvar_" from all functions related to obtaining values from ARDOU...Paul Davis
2014-09-08vertical pixel alignment of all TAV elementsRobin Gareus
2014-09-07special case track-header buttonsRobin Gareus
2014-09-07no horiz canvas scroll over track-header automation faderRobin Gareus
2014-09-06gtk style related fixes:Robin Gareus
2014-09-06fix track-header vertical scrollingRobin Gareus
2014-09-04Trick 17: share separator + border:Robin Gareus
2014-09-04dedicated TAV separator lineRobin Gareus
2014-09-04Revert "cont'd work on automation-track headers (amend ba53af1c5)"Robin Gareus
2014-09-03use close/cross buttonRobin Gareus
2014-09-03proper automation header indentingRobin Gareus
2014-09-03cont'd work on automation-track headers (amend ba53af1c5)Robin Gareus
2014-09-03quick mockup of indented automation-track headersRobin Gareus
2014-08-31track-header fader tweaks:Robin Gareus
2014-08-31set initial TAV styleRobin Gareus
2014-08-31simplify time-axis packing: consistent table layoutRobin Gareus
2014-08-29red-border selection for tracks, regions, and processors. requesting commentsBen Loftis
2014-08-27use ArdourButtons on the automation time axisBen Loftis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-02-19manually applied equivalent of 1d82f4ca07a38342e0815cd6b695b96d72386f39 in ma...Paul Davis
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