Remove all use of nframes_t.
[ardour.git] / gtk2_ardour / editor_regions.cc
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-25 David RobillardFix some messed up code (spacey tabs).
2010-11-14 Carl HetheringtonFix initial display of automatic regions.
2010-11-14 Carl HetheringtonFix non-update of region list when not showing automati...
2010-11-05 Paul Davistake control of colors in text cell entry-editing widge...
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 Davis(1) use select next/previous row functions for tab...
2010-09-21 Carl HetheringtonDon't update region list during region trim. Fixes...
2010-09-21 Paul Davis(1) remove almost-never used block/unlock_property_chan...
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-18 Carl HetheringtonColour odd/even region list lines differently to improv...
2010-09-18 Carl HetheringtonPreserve region list selection state even if a region...
2010-09-18 Carl HetheringtonUpdate regions list when editing a region fade. Fixes...
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
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.