summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_fx_dialog.cc
AgeCommit message (Expand)Author
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