summaryrefslogtreecommitdiff
path: root/libs/ardour/region_factory.cc
AgeCommit message (Expand)Author
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-06-18Use a map of region names to speed upCarl Hetherington
2012-05-30rethink how to load legacy crossfades as new-style xfadesPaul Davis
2012-05-30debugging legacy xfade loading, part 2Paul Davis
2012-05-27don't add regions created with announce=false to the global region map. i hop...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-15remove two instances of static/global ScopedConnectionList. one remains worth...Paul Davis
2012-05-15Remove unused method.Carl Hetherington
2012-05-15Remove bind to shared_ptr.Carl Hetherington
2012-04-11Fix use of invalidated iterator (#4822).Carl Hetherington
2011-12-05when doing a pure copy of a region, which resets the position, reset the posi...Paul Davis
2011-11-24Add option to glue new regions to bars and beats (#4202).Carl Hetherington
2011-10-29tweaks to boost debug related code, from a boost debugging sessionPaul Davis
2011-10-19Trim include tree.David Robillard
2011-10-13add new per-session MIDI-region-copy-is-fork: if set, all MIDI region copies ...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-25correct the logic used when building a compound region to include a whole-fil...Paul Davis
2011-05-22rationalize and improve region naming conventions to cover compound regionsPaul Davis
2011-05-22basic uncombining (no post-facto region trimming)Paul Davis
2011-03-01improve, cleanup, rationalize Session::cleanup_sources() and supporting infra...Paul Davis
2011-02-10#ifdef-ize all/most uses of the boost debug hooks APIPaul Davis
2010-12-22Remove lying comment.David Robillard
2010-12-22Less code.David Robillard
2010-12-21Consistently mark all regions "interesting".David Robillard
2010-12-21Remove confuzzling offset_relative stuff from region construction (pre-proper...David Robillard
2010-12-20Fix more broken whitespace.David Robillard
2010-11-05try to sensibly handle repeated imports of the same file. the same thing migh...Paul Davis
2010-09-21missing part of lincoln's patchPaul Davis
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-08-25Rename various things in the property system.Carl Hetherington
2010-07-20add note IDs and use them for looking up notes during a history rebuild. NOTE...Paul Davis
2010-07-01debug outputPaul Davis
2010-06-26lots of details relating to MIDI file management; try to ignore ALSA sequence...Paul Davis
2010-06-23midway snapshot of work done on managing Region & Source lifetimes correctly....Paul Davis
2010-03-30Move region naming stuff from Session into RegionFactory, cleaning up some ve...Carl Hetherington
2010-03-06remove the session region list; GUI now represents (a relatively unfiltered v...Paul Davis
2010-03-02(1) remove most uses of MementoCommand for Playlist and Region (2) move froze...Paul Davis
2010-03-02the mega-properties/SequenceProperty patch. split is broken at present (right...Paul Davis
2010-02-20ensure that imported regions have names based on the files they are based onPaul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18fix up reload of existing session by avoiding stupid early return in a Region...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-08new RegionCommand object; remove unused string argument from Region::thaw(); ...Paul Davis
2009-12-24clean up editor mixer strip when session is going away; slightly improved boo...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-11-28tracing and small fixes to improve object destruction pathwaysPaul Davis
2009-10-15more set_state() tweaks to get a 2.X session to load without abortingPaul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-06-16first pass (ok, third really) at internal send+return - audio routing inside ...Paul Davis