reorder ARDOUR_UI action registration and adding tabbables to the main window, to...
[ardour.git] / gtk2_ardour / region_selection.cc
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-07-01 Thomas BrandNO-OP whitespace (updated GH PR #357)
2017-04-02 Paul DavisNO-OP: whitespace
2017-03-12 Robin GareusAdd API to check if a given region is part of the regio...
2016-11-23 nick_mclean up pending region selection if a region goes...
2016-04-10 Robin Gareusconvenient API to access track and region selection
2014-12-25 David RobillardContext menu for applying edits to note selection.
2014-12-18 nick_mAdd editor selection state to session history via a...
2012-04-25 Paul Davisremove the apparently unnecessary "ui_bind()" macro...
2012-01-29 Carl HetheringtonUse Region::last_frame() rather than position + length...
2011-12-27 Carl HetheringtonTry to make new layering stuff play nicely with undo.
2011-06-01 David RobillardDelete trailing whitespace
2010-11-04 Carl HetheringtonRemove incorrect caching of region selection start...
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-09-15 Paul Davisfix crash caused when deleting a region without a playl...
2010-09-06 Carl HetheringtonCleanup of region drag code to be a bit more efficient...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
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 Davismake all use of bind/mem_fun be explicitly sigc::
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-08-24 Carl HetheringtonReorder initialisation to prevent access to an uninitia...
2009-07-09 Carl HetheringtonBack out big shared_ptr change. Moving to a branch...
2009-07-09 Carl HetheringtonUse shared_ptr for the TimeAxisView hierarchy.
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-02-26 David RobillardFix a bunch of warnings.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-01-02 Carl HetheringtonCleanups and a few comments.
2007-10-06 Carl HetheringtonAdd some comments to the RegionSelection class.
2007-04-12 David RobillardMerged with trunk R1705.
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-04-10 Paul Davisfix potential crash-causing coding errors when removing...
2007-04-06 Paul Davismodified fix from carl for region copy-moves-original...
2007-01-28 David RobillardMerged with trunk R1393.
2007-01-18 Paul Davismore games with selection
2007-01-18 Paul Davismore fun and games with selection logic
2007-01-17 Paul Davisfix ordering of cut/copied regions when pasting; ctrl...
2006-11-19 David RobillardMerged with trunk R1141
2006-11-09 Paul Davisfirst pass on track mode switch; fixes to dangling...
2006-10-21 David RobillardMerged with trunk R992.
2006-09-28 Paul Davisfixes for destructive track offsets of various kinds...
2006-08-29 David RobillardMerged with trunk R861
2006-08-25 Paul Davisuse shared_ptr<> for all region handling
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-08-01 David RobillardMostly Cosmetic/Design changes to bring trunk and midi...
2006-08-01 David RobillardHeavy-duty abstraction work to split type-specific...
2006-07-23 David RobillardSplit pretty much the entire GUI in 3. Audio and Midi...
2006-06-26 David RobillardLarge nasty commit in the form of a 5000 line patch...
2006-06-22 Hans FugalMerging from trunk
2006-06-21 Paul Davisthe return of VST support
2005-09-25 Taybin Rutkinreplaced slot() with mem_fun() and ptr_fun().
2005-09-25 Taybin RutkinFly my pretties!
2005-09-25 Taybin RutkinInitial import of gtk2_ardour.