Merge branch 'windows' into windows+cc
[ardour.git] / libs / ardour / ardour / region.h
2013-10-15 John EmmasMerge branch 'windows' into windows+cc
2013-10-14 John EmmasMerge branch 'master' into windows+cc
2013-10-11 John EmmasMerge branch 'windows' into windows+cc
2013-10-06 John EmmasMerge branch 'master' into windows+cc
2013-09-21 John EmmasMerge remote-tracking branch 'remotes/origin/cairocanva...
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-24 Paul Davismany pervasive changes primarily related to waveform...
2013-04-12 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2013-04-11 Robin GareusMerge branch 'master' into cairocanvas
2013-04-11 Robin Gareusenable videotimeline by default
2013-03-13 Robin Gareusvideotimline
2013-01-04 Paul Davisallow region list selection of whole file regions to...
2012-09-08 Carl HetheringtonI think Region::can_move() should take into account...
2012-05-10 Paul Davistrim a single other region when adjusting xfade length
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2012-04-15 Carl HetheringtonUpdate MidiRegion::_start_beats on trimming the front...
2012-04-14 Carl HetheringtonFix a few framecnt / framepos type confusions.
2012-04-14 Carl HetheringtonFix a few return types.
2011-12-30 Carl HetheringtonSet up layering_index immediately on an explicit layer...
2011-12-29 Carl HetheringtonRevert internals of the last layering-related commit...
2011-12-27 Carl HetheringtonRe-work layering in possibly debatable ways. Sketchy...
2011-12-17 Carl HetheringtonRemove unused code.
2011-12-17 Carl HetheringtonMake a fair bit of Region's interface private.
2011-12-12 Carl HetheringtonSet up region BBT time when frame position changes...
2011-12-11 Carl HetheringtonKeep track of MIDI region's start positions in beats, to
2011-10-24 Carl HetheringtonRemove unused read/write data count code.
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-30 Paul Davisremove unused and useless "src" argument for a number...
2011-05-22 Paul Davisbasic uncombining (no post-facto region trimming)
2011-05-16 Paul Davisvery basic Join (regions) editing operation. not finish...
2011-03-01 Paul Davisimprove, cleanup, rationalize Session::cleanup_sources...
2011-02-15 Carl HetheringtonNo-op: whitespace.
2011-02-14 Paul Davispatches from lincoln to speed up the regionlist and...
2010-12-21 David RobillardRemove confuzzling offset_relative stuff from region...
2010-12-20 David RobillardRemove unused Region constructor.
2010-12-20 David RobillardClean up region.h and trim include tree.
2010-12-14 Paul Davisimplement methods in TempoMap for walking a given dista...
2010-12-14 David RobillardRename libmusictime libtimecode (consistent with alread...
2010-12-09 Carl HetheringtonAllow trim of midi regions to before the start of the...
2010-12-07 Carl HetheringtonRevert previous ill-thought-out patch.
2010-12-07 Carl HetheringtonAllow trim of midi regions to before the start of the...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-09-22 Paul Davismuch craziness with canvas cursors; fix 0 beat cursor...
2010-09-20 Carl HetheringtonAdd progress bar to strip silence dialogue. Fixes...
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-02 Paul Davisfix a variety of unused argument errors noted by gcc...
2010-08-29 Carl HetheringtonFix up some inconsistencies in handling of region sync...
2010-08-25 Carl HetheringtonMove various code up the Property / Stateful hierarchies.
2010-07-16 Carl HetheringtonRemove unused full parameter to Region::state
2010-07-06 Paul Davisbeat slicing patch #1 from lincoln spiteri
2010-06-28 Carl HetheringtonAdd an EnumProperty for enumerated properties and hence...
2010-06-26 Paul Davislots of details relating to MIDI file management; try...
2010-06-23 Paul Davismidway snapshot of work done on managing Region & Sourc...
2010-04-15 Paul Davisforward-port from 2.X commits 5827-6000 including
2010-03-31 Carl HetheringtonRework to set Stateful properties automagically in...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-03-02 Paul Davisthe mega-properties/SequenceProperty patch. split is...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-11 Carl HetheringtonMore tinkering with State<>. Use some StateDiffCommand...
2010-02-10 Carl HetheringtonMove ARDOUR::Change into PBD so that Stateful can be...
2010-02-09 Carl HetheringtonModify Stateful to allow undo to be done using differen...
2010-02-08 Paul Davisnew RegionCommand object; remove unused string argument...
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-26 David RobillardRemove cyclic Source->Playlist references (and with...
2009-10-22 David RobillardFix MidiBuffer::merge_in_place and add aggressive corre...
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-08-26 Carl HetheringtonWhen a track is in "stacked" mode, allow regions to...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-06-16 Paul Davisfirst pass (ok, third really) at internal send+return...
2009-06-10 Carl HetheringtonFactor source copying into a method and use it in a...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-20 David RobillardMake source length a dynamic thing.
2009-02-17 David RobillardMake a bunch of stuff boost::noncopyable.
2009-02-16 David RobillardFix a bunch of the ol' trivial audio-specific-for-no...
2009-01-30 David RobillardTrim include dependency graph, especially for io.h...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-09-21 David RobillardDisplay recorded controller data (fix show all/existing...
2008-09-19 Paul Davischris goddard's region list patch; port 2.X marker...
next