Move region naming stuff from Session into RegionFactory, cleaning up some vestiges...
[ardour.git] / gtk2_ardour / editor_regions.h
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.