summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_selection.cc
AgeCommit message (Expand)Author
2016-11-23clean up pending region selection if a region goes away.nick_m
2016-04-10convenient API to access track and region selectionRobin Gareus
2014-12-25Context menu for applying edits to note selection.David Robillard
2014-12-18Add editor selection state to session history via a SelectionMemento, whichnick_m
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-01-29Use Region::last_frame() rather than position + length in RegionSelection::en...Carl Hetherington
2011-12-27Try to make new layering stuff play nicely with undo.Carl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2010-11-04Remove incorrect caching of region selection start/end points, and always com...Carl Hetherington
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-09-15fix crash caused when deleting a region without a playlist PLUS make it impos...Paul Davis
2010-09-06Cleanup of region drag code to be a bit more efficient and shorter. Fixes cr...Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...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-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-08-24Reorder initialisation to prevent access to an uninitialised variable.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-26Fix a bunch of warnings.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-01-02Cleanups and a few comments.Carl Hetherington
2007-10-06Add some comments to the RegionSelection class.Carl Hetherington
2007-04-10fix potential crash-causing coding errors when removing regionviews from the ...Paul Davis
2007-04-06modified fix from carl for region copy-moves-original-to-start bug; change ve...Paul Davis
2007-01-18more games with selectionPaul Davis
2007-01-18more fun and games with selection logicPaul Davis
2007-01-17fix ordering of cut/copied regions when pasting; ctrl-click now does the righ...Paul Davis
2006-11-09first pass on track mode switch; fixes to dangling region refs after capture;...Paul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-01Heavy-duty abstraction work to split type-specific classes intoDavid Robillard
2006-06-21the return of VST supportPaul Davis
2005-09-25replaced slot() with mem_fun() and ptr_fun().Taybin Rutkin
2005-09-25Fly my pretties!Taybin Rutkin
2005-09-25Initial import of gtk2_ardour.Taybin Rutkin