revert inadvertently committed debug settings
[ardour.git] / gtk2_ardour / editor_regions.h
2016-07-09 nick_mEditor region list only updates columns that have changed,
2012-01-27 Paul Davisfix #4663, partly by more efficiently generating the...
2011-11-15 Carl HetheringtonUse the word Remove consistently for the remove regions
2011-06-01 David RobillardDelete trailing whitespace
2011-02-14 Paul Davispatches from lincoln to speed up the regionlist and...
2010-11-04 Carl HetheringtonRemove Start from region list. I don't think it's...
2010-09-29 Paul Davismore route + region list navigation/editing changes...
2010-09-28 Paul Davisuse select next/prev stuff on editor track+bus list
2010-09-28 Paul Davis(1) use select next/previous row functions for tab...
2010-09-21 Paul Davislincoln's patch that makes us pay attention to region...
2010-09-20 Paul Davisregion list displays actual playlist use count for...
2010-09-20 Paul Davisround one of work on finalizing #3098, involving per...
2010-09-19 Carl HetheringtonSave / restore settings from the editor region list...
2010-09-14 Paul Davisremove Glib::ustring from gtk2_ardour
2010-07-19 Carl HetheringtonTweak group tabs class hierarchy and offer the same...
2010-06-28 Carl HetheringtonHide region list toggle columns for whole file regions.
2010-06-28 Carl HetheringtonMake the L,G,M and O buttons in the region list respond...
2010-03-31 Carl HetheringtonTake away the Remove option from the region list, and...
2010-03-30 Carl HetheringtonMove region naming stuff from Session into RegionFactor...
2010-03-06 Paul Davisremove the session region list; GUI now represents...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-10 Carl HetheringtonMove ARDOUR::Change into PBD so that Stateful can be...
2010-01-25 Paul Davisa boatload of minor and middle-sized changes to try...
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-11-28 Paul Davisanother fix for binding shared_ptr's into signals
2009-11-12 Paul Daviscomments for BBT math methods; remove chunks from...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-03 Carl HetheringtonFactor regions list out of Editor.