replace ::cast_dynamic() with relevant ActionManager::get_*_action() calls
[ardour.git] / gtk2_ardour / time_fx_dialog.cc
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-07-17 Robin GareusRemove <gtkmm.h> include from header files.
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-02-22 Paul Davisadd comment about threading for time/pitch dialog
2016-02-22 Paul Davismore work on time/pitch stretch/shifting
2016-02-22 Paul Davisfirst steps in providing more precise control over...
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2014-01-20 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-12 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-10 Paul DavisMerge windows+cc branch into cairocanvas branch. Not...
2014-01-08 Colin FletcherMerge remote-tracking branch 'origin/master' into expor...
2013-12-03 Paul Davisfix up wscript/build issues in exportvis after merge...
2013-11-26 Paul Davisresolve merge with master (?)
2013-10-31 Paul Davisfix merge with master
2013-10-28 Paul DavisMerge branch 'master--optional-external-libs' of https...
2013-10-28 Nils Philippsenallow linking unbundled versions of some libraries
2013-05-03 Paul Davismerge resolution with master
2013-05-02 Paul Davisremove all of Gtk::Window::set_position (WIN_POS_MOUSE...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-03-22 Paul Davisclarify what the "precise" button does in the timefx...
2012-01-24 Carl HetheringtonMake time stretch respect edit groups (#4615).
2011-11-28 Carl HetheringtonHopefully fix some i18n bugs (#3565).
2011-11-14 Carl HetheringtonEnter activates default for the time FX dialogue (part
2011-04-06 Carl HetheringtonDifferentiate between pitch-shift (for audio) and trans...
2010-11-05 Paul Davisdon't give the timefx progress bar its own name
2010-08-13 Carl HetheringtonPatch from colinf to add tape-style region stretching...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
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-06-27 Carl HetheringtonClean up time-fx dialog UI. Patch from tinram in manti...
2009-02-27 David RobillardSplit TimeFXDialog from Editor.