the Properties & 64bit region commit
[ardour.git] / gtk2_ardour / audio_region_editor.cc
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-10 Carl HetheringtonMove ARDOUR::Change into PBD so that Stateful can be...
2010-02-09 David RobillardAdd keyboard shortcut to tooltip text where possible.
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-01 Carl HetheringtonReset the dialog when it is closed with partial (incomp...
2009-11-26 Carl HetheringtonFix #2931; redundant menu items on main clocks.
2009-10-30 David RobillardTrim session.h include dependency tree.
2009-10-23 Carl HetheringtonPatch from colinf to show region gain in the region...
2009-10-20 Carl HetheringtonTidy up the popup region editor and fix a few bugs...
2009-10-19 Carl HetheringtonTidy up window titles, according to GNOME HIG and as...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-19 David RobillardMerged with trunk R1622.
2007-03-18 Paul Davisfix rect redraw problem(s); make zoom range rect visibl...
2007-03-18 David RobillardMerged with trunk R1612.
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-01-09 David RobillardMerged with trunk R1283.
2007-01-08 Paul Davissave and restore clock modes
2006-12-14 Paul Davisuse shared_ptr for all Playlist handling; cleanup works...
2006-11-30 Paul Davistimecode clock info patch from oofus, big clock mods...
2006-11-19 David RobillardMerged with trunk R1141
2006-11-13 Paul Davisremove almost everything from region editor, make popup...
2006-11-13 Tim MayberryFix for bug #255, Implement undo/redo when changing...
2006-11-03 Paul Davisremove fade nonsense from region popup editor
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...