enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
[ardour.git] / gtk2_ardour / editor_regions.cc
2010-09-14 Paul Davisremove Glib::ustring from gtk2_ardour
2010-09-14 Paul Davisremove Glib::ustring from libardour; allow any characte...
2010-08-29 Carl HetheringtonFix up some inconsistencies in handling of region sync...
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-06-28 Carl HetheringtonAdd an EnumProperty for enumerated properties and hence...
2010-06-23 Paul Davismidway snapshot of work done on managing Region & Sourc...
2010-05-31 Paul Davisremove almost-unusued stop_signal.h and clean up the...
2010-05-16 Carl HetheringtonAllow right-click on region list to select the region...
2010-05-05 Carl HetheringtonSmall cleanups to dragging code. Fix assertion failure...
2010-04-28 Paul Davisremove "ardourBuffering" file creation (it was useless...
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-30 Paul Davishandle deletion of UI objects between the time that...
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-01-25 Paul Davisa boatload of minor and middle-sized changes to try...
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-12-04 Paul Davismove generic parts of Keyboard into gtkmm2ext. imperfec...
2009-11-28 Paul Davisanother fix for binding shared_ptr's into signals
2009-10-26 Paul Davischange the use of "SMPTE" to "Timecode" to reflect...
2009-10-21 David RobillardFix unnecessarily type specific code, tidy, fix whitespace.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-03 Carl HetheringtonFactor regions list out of Editor.