summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_fx_dialog.cc
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-02-26Re-work TimeFX cancel/abortRobin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-02-22add comment about threading for time/pitch dialogPaul Davis
2016-02-22more work on time/pitch stretch/shiftingPaul Davis
2016-02-22first steps in providing more precise control over timestretchingPaul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2013-10-28allow linking unbundled versions of some librariesNils Philippsen
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-03-22clarify what the "precise" button does in the timefx dialogPaul Davis
2012-01-24Make time stretch respect edit groups (#4615).Carl Hetherington
2011-11-28Hopefully fix some i18n bugs (#3565).Carl Hetherington
2011-11-14Enter activates default for the time FX dialogue (partCarl Hetherington
2011-04-06Differentiate between pitch-shift (for audio) and transpose (for MIDI). Fixe...Carl Hetherington
2010-11-05don't give the timefx progress bar its own namePaul Davis
2010-08-13Patch from colinf to add tape-style region stretching via rubberband. Fixes ...Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-10-19Tidy up window titles, according to GNOME HIG and as suggested in mantis 2803.Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-06-27Clean up time-fx dialog UI. Patch from tinram in mantis 2754. ThanksCarl Hetherington
2009-02-27Split TimeFXDialog from Editor.David Robillard