merge from master
[ardour.git] / gtk2_ardour / time_axis_view.h
2013-10-22 Paul Davismerge from master
2013-10-18 Paul DavisMerge branch 'master' into cairocanvas
2013-10-17 Paul Davismerge with master and fix 2 conflicts
2013-09-18 Paul DavisMerge branch 'master' into cairocanvas
2013-09-17 Paul DavisMerge branch 'master' into cairocanvas
2013-09-14 Paul DavisMerge branch 'master' into cairocanvas
2013-09-14 Paul Davisfix merge conflicts with master
2013-08-14 Paul DavisMerge branch 'master' into cairocanvas
2013-08-10 Robin GareusMerge branch 'master' into ccmerge
2013-07-11 Paul Davisfix conflicts caused by meterbridge merge
2013-07-09 Paul DavisMerge branch 'master' into cairocanvas
2013-07-01 Paul DavisMerge branch 'master' into cairocanvas
2013-06-26 Paul DavisMerge branch 'master' into cairocanvas
2013-06-14 Robin GareusMerge branch 'master' into cairocanvas
2013-06-14 Paul Davismerge with master
2013-06-07 Paul DavisMerge branch 'master' into cairocanvas
2013-06-06 Paul DavisMerge branch 'master' into cairocanvas
2013-05-08 Paul Davismerge with master
2013-05-05 Paul Davismerge with master
2013-05-03 Paul Davismerge resolution with master
2013-04-26 Paul DavisMerge branch 'master' into cairocanvas
2013-04-15 Paul DavisFix dragging objects on the canvas and remove redundant...
2013-04-13 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-12 Paul Davisremove TimeAxisView::clip_to_viewport() and Editor...
2013-04-12 Paul Davischange frames_per_pixel to samples_per_pixel
2013-04-11 Robin GareusMerge branch 'master' into cairocanvas
2013-04-10 Paul DavisMerge branch 'master' into cairocanvas
2013-04-09 Paul DavisMerge branch 'master' into cairocanvas
2013-04-06 Paul DavisMerge branch 'master' into cairocanvas
2013-04-06 Paul DavisMerge ... master, including manual merge conflict resol...
2013-04-06 Paul DavisMerge branch 'master' into cairocanvas
2013-04-04 Paul Davisinitial commit of hand merging, plus getting "ancient...
2013-01-21 Paul Davisreturn to the old way of editing track names, but hopef...
2013-01-19 Paul Daviscompletely revisit how track name editing works in...
2013-01-14 Paul Davismore substantive reworkings of TimeAxisView::name_...
2013-01-12 Paul Davisvarious tweaks to get 80% Of the way to proper use...
2012-12-27 Paul Davisdo not start editing track/bus names on a single click...
2012-05-27 Carl HetheringtonPatch from tophatdave to improve display of timestretch in
2012-05-07 Paul Davishide xfades while dragging region(s)
2012-04-09 Paul DavisMCP: F1-7 jump to a given view; F8 closes any currently...
2011-12-27 Carl HetheringtonRe-work layering in possibly debatable ways. Sketchy...
2011-12-12 Carl HetheringtonMake TimeAxisView::remove_child virtual so that RouteTi...
2011-11-04 Paul Davisdrastic overhaul of keyboard handling in mixer window...
2011-08-31 David RobillardFix editor track heights (m/s/etc. buttons being cut...
2011-07-11 Carl HetheringtonChange the cursor back from the track resize handle...
2011-07-07 Paul Davisremove track resize handle and allow resize of tracks...
2011-07-07 Paul Davisintroduce GUIObjectState; massive, pervasive changes...
2011-06-11 Paul Davismajor, substantive reworking of how we store GUI inform...
2011-06-02 David RobillardRemove "smaller" track height (basically just a broken...
2011-06-01 David RobillardDelete trailing whitespace
2011-05-04 Carl HetheringtonDon't alter horizontal padding when shrinking tracks...
2011-03-03 Paul Davisexperiment with making MIDI region boxes vanish when...
2011-02-23 Carl HetheringtonMake track context menu height option work for all...
2011-02-17 Carl HetheringtonMake sense of parameter to tav_zoom_step match up with...
2011-02-16 Carl HetheringtonRe-add height menu to tracks (#3761).
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-09-27 Carl HetheringtonFix multiple creation of identical automation tracks...
2010-09-07 Carl HetheringtonFix restore of fader automation from 2.X sessions.
2010-08-09 Carl HetheringtonMove get_child_list() into TimeAxisView.
2010-08-06 Carl HetheringtonFix up selection of automation points.
2010-08-05 Carl HetheringtonSupport cut / copy / paste of MIDI automation.
2010-08-05 Carl HetheringtonClean up handling of track vs region automation a bit.
2010-07-06 Paul Davisbeat slicing patch #1 from lincoln spiteri
2010-05-11 Carl HetheringtonFix track height menu.
2010-05-10 Carl HetheringtonRemove some dead code.
2010-04-03 Paul Davisvisual tweak patch from lincoln, for time axis views
2010-01-12 Carl HetheringtonAllow multiple simulataneous Drags to be active, and...
2010-01-09 Paul Davislots of debug code still in place, but get a much impro...
2009-12-25 Paul Davisrationalize destruction pathway (some more); tidy-ify...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-09 Carl HetheringtonBack out big shared_ptr change. Moving to a branch...
2009-07-09 Carl HetheringtonUse shared_ptr for the TimeAxisView hierarchy.
2009-06-21 Carl HetheringtonMerge edit and mix groups to just being route groups...
2009-06-19 Carl HetheringtonRemove unused variable.
2009-06-17 Carl HetheringtonRemove unused resize-line code. When resizing multiple...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-01-06 Carl HetheringtonComment and (hopefully) simplify Editor::region_drag_mo...
2009-01-02 Carl HetheringtonCleanups and a few comments.
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-10-04 Nick MainsbridgeImprove scrolling performance for sessions containing...
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-04-11 Paul Davismerge 3.0 from 2.0-ongoing@3243
2008-03-17 Paul Davismerge with 2.0-ongoing @ rev 3147
2008-02-16 David RobillardMerge with 2.0-ongoing R3071.
2008-02-10 David RobillardCommitted underlay support (from Audun).
2008-02-02 David RobillardMerge with 2.0-ongoing R2988
2008-02-02 David RobillardMerge with trunk R2978.
2008-01-13 David RobillardApply MIDI keyboard and "scroomer" patch.
2007-09-06 David RobillardDeep "automation regions" support.
2007-07-04 David RobillardAdd AutomationControl::parameter() for terseness.
2007-06-30 David RobillardAnother not-quite-there-but-better commit.
2007-06-29 Doug McLainremove color.h
2007-06-15 Doug McLainMajor Theme Manager changes, see ardour-dev
next