Merge branch 'master' into windows
[ardour.git] / gtk2_ardour / audio_region_editor.cc
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-12 Paul Davismerge with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisfix merge conflict from master
2013-07-17 Paul DavisMerge branch 'master' into windows
2013-07-17 John EmmasMerge branch 'windows' of git://git.ardour.org/ardour...
2013-07-14 Paul DavisMerge branch 'master' into windows
2013-07-13 Paul DavisUse PBD::GlibSemaphore on windows to signal peak
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-06-01 David RobillardDelete trailing whitespace
2011-04-04 Carl HetheringtonUpdate region peak amplitude when the region is trimmed...
2010-11-04 Carl HetheringtonShow region peak amplitude to 2 decimal places. Fixes...
2010-10-28 Carl HetheringtonAdd region peak amplitude to region editor.
2010-10-27 Carl HetheringtonShow a region's sources in its properties dialogue.
2010-05-31 Paul Davisremove almost-unusued stop_signal.h and clean up the...
2010-05-22 Carl HetheringtonMake region properties dialogue work for MIDI regions...
2010-04-24 Carl HetheringtonTidy up region properties editor a bit. Fixes #3085.
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
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-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...