Fix playhead smoothing when auditioning.
[ardour.git] / gtk2_ardour / region_view.h
2013-08-14 Paul DavisMerge branch 'master' into cairocanvas
2013-08-10 Robin GareusMerge branch 'master' into ccmerge
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisfix merge conflict from master
2013-07-17 Paul DavisMerge branch 'master' into windows
2013-07-14 Paul DavisMerge branch 'master' into windows
2013-07-11 Paul DavisWork around badly chosen argument name in giomm/dbusme...
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-25 Paul Davisuse virtual bool canvas_group_event () in TimeAxisViewI...
2013-04-24 Paul Davismany pervasive changes primarily related to waveform...
2013-04-12 Paul Davischange frames_per_pixel to samples_per_pixel
2013-04-12 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-12 Paul Davisadd (bezier) curves to canvas, use for automation lines...
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...
2012-12-13 Ben Loftiscrossfade hack and slash. removed overlap checks,...
2011-09-06 Carl HetheringtonSnap new automation points in AutomationRegionViews...
2011-08-16 Paul Davisattempt to fix deep confusion in GUI code about convert...
2011-06-01 David RobillardDelete trailing whitespace
2010-12-09 Paul Davisfix computation of silence text, and its display. it...
2010-12-08 Paul Davismove display of silence for strip-silence into regionvi...
2010-12-07 Carl HetheringtonTweak some naming slightly.
2010-11-24 Carl HetheringtonPut MIDI notes into their own canvas group, and reparen...
2010-11-09 Carl HetheringtonMove some methods out of Editor into RegionView.
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-14 Paul Davisremove Glib::ustring from gtk2_ardour
2010-09-01 Carl HetheringtonDon't give automation region views left/right trim...
2010-08-15 Carl HetheringtonNo-op: indentation.
2010-08-14 Carl HetheringtonAdd note edit dialog. Fixes #3346.
2010-07-16 Carl HetheringtonDon't tempt the user with visual cues that they can...
2010-06-28 Carl HetheringtonDisable midi model updates during trim drags. Speeds...
2010-05-22 Carl HetheringtonMake region properties dialogue work for MIDI regions...
2010-04-22 Carl HetheringtonAllow more than one peaks_ready callback to be pending...
2010-03-16 Paul Davischanges from 2.X starting in march 2009 through oct...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-10 Carl HetheringtonMove ARDOUR::Change into PBD so that Stateful can be...
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-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-09 Paul Davistime line items now have 64 bit location + duration...
2009-08-25 Carl HetheringtonMake fade edits and trim possible on stacked regions.
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-08 Carl HetheringtonFurther refactoring of drag code. Changes so that...
2009-05-21 Nick MainsbridgeA different fix for record crash, use pixfufs instead...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-19 David RobillardInterpret tempo time based on read position (not source...
2009-02-15 David RobillardRemove dead code.
2008-12-31 Carl HetheringtonFlip stacked regions order so that the highest layer...
2008-12-18 Carl HetheringtonImplement #826: edit-click on automation points allows...
2008-09-29 David RobillardCan't call the wrong function when there's only one...
2008-09-19 David RobillardFix parameter range stuff and automation time axis...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-04-11 Paul Davismerge 3.0 from 2.0-ongoing@3243
2008-02-22 David RobillardClean up weird formatting from underlays patch.
2008-02-10 David RobillardCommitted underlay support (from Audun).
2008-01-07 David RobillardMerge with 2.0-ongoing R2653.
2007-08-31 David RobillardFix CC region view length.
2007-08-06 David RobillardGenericificationalizeified AudioFilter (now Filter).
2007-08-01 David RobillardBetter MidiModel command framework, ready to go for...
2007-06-29 Doug McLainremove color.h
2007-06-15 Doug McLainMajor Theme Manager changes, see ardour-dev
2007-06-09 David RobillardRedraw MIDI region views on zoom and track height changes.
2007-05-18 Carl HetheringtonRemove region raise() and lower(). Try to do region...
2007-05-17 Carl HetheringtonAdd stacked lanes mode which displays regions on differ...
2007-05-14 Paul Davisadd new "lock position" feature for regions
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-04-12 David RobillardMerged with trunk R1705.
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-19 Paul Davismake rec-regions insensitive to events; fix up diskrate...
2007-03-18 David RobillardMerged with trunk R1612.
2007-03-05 Paul Davisnew design for region dragging; make add route dialog...
2007-02-27 Paul Davisfix #1394 - The 'narrow strip' option in the mixer...
2006-10-21 David RobillardMerged with trunk R992.
2006-09-28 Paul Davisfixes for destructive track offsets of various kinds...
2006-08-29 David RobillardMerged with trunk R861
2006-08-25 Paul Davisuse shared_ptr<> for all region handling
2006-08-11 David Robillard- Changed IO's vector<Port*>'s to PortList
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-08-01 David RobillardMostly Cosmetic/Design changes to bring trunk and midi...
2006-08-01 David RobillardHeavy-duty abstraction work to split type-specific...