Remove LocaleGuard from Plugin::get_state
[ardour.git] / libs / ardour / region.cc
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-09-03 Paul DavisMerge branch 'master' into audioengine
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-15 Paul Davischeck master sources when determining whether a region...
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-03-03 Robin Gareusfix region fade/env XML save - fixes #5353
2013-01-04 Paul Davisallow region list selection of whole file regions to...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
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-01-05 Paul Davispossibly fix deadlocking issues with tempo map by rearr...
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 HetheringtonClear up confusion with overloads of _frozen and frozen()
2011-12-17 Carl HetheringtonRemove unused code.
2011-12-17 Carl HetheringtonMake a fair bit of Region's interface private.
2011-12-12 Carl HetheringtonAlways set up _last_position on set_position_internal...
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-11-24 Carl HetheringtonAdd option to glue new regions to bars and beats (...
2011-11-11 Paul Davisfix nasty off by one error that put the end of an end...
2011-10-24 Carl HetheringtonRemove unused read/write data count code.
2011-10-18 Paul Davismake Stateful::_id private and provide appropriate...
2011-07-26 Paul Davisfix up colons in track names before they are used for...
2011-06-22 Paul Davisdon't double-load NestedSource nodes, which are listed...
2011-06-19 Paul Davismuch ado about nothing when it comes to gain control
2011-06-11 Paul Davismajor, substantive reworking of how we store GUI inform...
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)
next