summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_time_axis.h
AgeCommit message (Expand)Author
2010-05-25Allow region-based automation axes to report whether theyCarl Hetherington
2010-01-09lots of debug code still in place, but get a much improved structure for MIDI...Paul Davis
2010-01-01First cut of some Pro-tools inspired editing features; linked play/play rangeCarl Hetherington
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-09Back out big shared_ptr change. Moving to a branch. Apologies all.Carl Hetherington
2009-07-09Use shared_ptr for the TimeAxisView hierarchy.Carl Hetherington
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-19Remove clear button from automation track headers so controller isn't cut off...David Robillard
2009-02-15Trim include dependency tree (particularly on evoral/Sequence.hpp).David Robillard
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-09-12make tracks visible againPaul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-02-10Committed underlay support (from Audun).David Robillard
2007-09-06Deep "automation regions" support.David Robillard
2007-07-07Note modes: note, percussion.David Robillard
2007-07-04Add AutomationControl::parameter() for terseness.David Robillard
2007-07-03remove static Pango::FontDescriptions, they cause glib errors because of init...Paul Davis
2007-06-30Another not-quite-there-but-better commit.David Robillard
2007-06-29Further automation refactoring - bring in the concept of Controllable, work t...David Robillard
2007-06-15Major Theme Manager changes, see ardour-devDoug McLain
2007-04-26Merged changes from trunk 1699:1751 into 2.1-stagingPaul Davis
2007-04-11merged with 1697 revision of trunk (which is post-rc1 but pre-rc2Paul Davis
2006-12-14fix for crash when loading a session after running another, caused by not che...Paul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-08-03Small rehaul of track and automation track headers. This should now Sampo Savolainen
2006-08-01Heavy-duty abstraction work to split type-specific classes intoDavid Robillard
2006-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ever...Paul Davis
2006-07-11Make it possible to edit multiple pan automation linesSampo Savolainen
2006-05-19allow for mandatory control protocols, plus some ongoing work on automation c...Paul Davis
2005-12-22s/stringcr_t/const string &/Karsten Wiese
2005-12-16use stringcr_t and gain 1/1000 binary size reduction. not thaat much...Karsten Wiese
2005-11-16get editor.cc to compilePaul Davis
2005-11-15latest workPaul Davis
2005-11-13some C++-ification of GnomeCanvasBlahNick Mainsbridge
2005-09-25Switched to use libgnomecanvas (not the C++ one).Taybin Rutkin
2005-09-25Fly my pretties!Taybin Rutkin
2005-09-25Initial import of gtk2_ardour.Taybin Rutkin