Fix broken whitespace. I'd apologize for the compile times if it was my fault :D
[ardour.git] / libs / ardour / region.cc
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-26 Paul Davismove session file storage of nested sources from playli...
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-26 Carl HetheringtonFix ordering of set position / length when trimming...
2011-02-15 Carl HetheringtonFix warnings.
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 RobillardFix more broken whitespace.
2010-12-14 Paul Davisimplement methods in TempoMap for walking a given dista...
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-07 Carl HetheringtonFix a couple of places where set_position_internal...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-15 Carl HetheringtonModify region trim cursor if a region can only be trimm...
2010-09-22 Paul Davismuch craziness with canvas cursors; fix 0 beat cursor...
2010-09-21 Paul Davis(1) remove almost-never used block/unlock_property_chan...
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-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-09-02 Paul Davisfix a variety of unused argument errors noted by gcc...
2010-08-29 Carl Hetherington(Hopefully) clarify operator= and copy construction...
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-08-25 Carl HetheringtonRename various things in the property system.
2010-08-20 Paul Davis2.X commits up to and including 7519
2010-07-27 Carl HetheringtonFix up gain envelope handling with region split. Fixes...
2010-07-16 Carl HetheringtonRemove unused full parameter to Region::state
2010-07-16 Paul Davisnewly created files for use in recording appear in...
2010-07-06 Paul Davisbeat slicing patch #1 from lincoln spiteri
2010-06-29 Paul Davisallow zero-length SMF files on disk again; fix some...
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-30 Carl HetheringtonMove region naming stuff from Session into RegionFactor...
2010-03-28 Paul Davislincoln's patch to get loading 2.X sessions to work...
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-20 Paul Davisensure that imported regions have names based on the...
2010-02-19 Paul Davisadd begin/end undo/redo signals so that playlist can...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-12 Paul Davistorben's latest fix for the MTC PiC (adjust catch factor)
2010-02-11 Paul Davistweak Stateful/StatefulDiffCommand changes so that...
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...
2010-01-25 Paul Davisa boatload of minor and middle-sized changes to try...
2010-01-06 Paul Davisscrew up MIDI control "automation" tracks quite a bit...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
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-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davisswitch to use boost::function for UI::call_slot operati...
2009-11-28 Paul Davistracing and small fixes to improve object destruction...
2009-11-25 Paul Daviscarl's wondrous DnD VBox patch - processor boxes are...
2009-10-26 David RobillardRemove cyclic Source->Playlist references (and with...
2009-10-21 David RobillardFix unused parameter warnings since GCC apparently...
2009-10-20 Carl HetheringtonTidy up the popup region editor and fix a few bugs...
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-14 Carl HetheringtonFix up some problems with Region::_master_sources
2009-06-13 Carl HetheringtonSome small cleanups.
2009-06-10 Paul Davisfix up deserialization of _ancestral_length
2009-06-10 Paul Davisfix up initialization and deserialization of _ancestral...
2009-06-10 Carl HetheringtonFactor source copying into a method and use it in a...
2009-04-29 Carl HetheringtonFirst cut of option to strip silence from audio regions...
2009-04-16 Paul Davispart 2 of 3 of the 2.8 -> 3.0 merge
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-20 David RobillardMake source length a dynamic thing.
2009-02-19 David RobillardIntroduce new time for session-relative frame time...
2009-02-15 David RobillardSession XML style consistency (tag names are capitalized).
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-10-13 Paul Davisfix for ancestral start values in basic region constructor
2008-10-13 Paul Davisfix initialization of region shift/stretch members...
2008-10-05 David RobillardNormalize XML property name style, preserving old sessi...
2008-09-27 Paul Davisfix initialization of ancestral region info in region...
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...
2008-09-10 Paul Davismerge 2.0-ongoing into 3.0 @ 3581 - 3710
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2008-05-08 Hans Baier* fixed some valgrind issues (uninitialized instance...
2008-04-11 Paul Davismerge 3.0 from 2.0-ongoing@3243
2008-02-16 David RobillardMerge with 2.0-ongoing R3071.
2008-02-02 David RobillardMerge with 2.0-ongoing R2988
next