summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_timefx.cc
AgeCommit message (Expand)Author
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul 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
2015-06-17Unbreak region brush drag wrt undo, avoid some dangling commands in the guinick_m
2015-05-13Fix missing undo for audio timefx operations.nick_m
2014-05-14Use Glib::usleep in Editor::timefx_thread on WindowsTim Mayberry
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-10-28allow linking unbundled versions of some librariesNils Philippsen
2013-10-14'gtk2_ardour' - Harmonize '__WIN32__', 'OS_WIN32' etc, etc. Use 'PLATFORM_WIN...John Emmas
2013-07-11 Add windows equivalent of hack in timefxPaul Davis
2012-06-04revert previous commitPaul Davis
2012-06-04don't create a TimeFX dialog unless we actually need onePaul Davis
2012-06-02Speculative fix for timefx add_command calls happening afterCarl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-01-31Remove unnecessary dialog argument to do_timefx; use current_timefx instead.Carl Hetherington
2012-01-31Don't bother opening a time FX dialog if we are just time stretching MIDI reg...Carl Hetherington
2012-01-27promote Playlist::RegionList to ARDOUR::RegionList; fix timefx on multiple re...Paul Davis
2012-01-24Make time stretch respect edit groups (#4615).Carl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-16Minor coding style fix and comment addition.Carl Hetherington
2011-04-26forward port a disgusting hack from 2.X that stops the timefx thread's exitin...Paul Davis
2010-08-25clear_history -> clear_changes and some comments.Carl Hetherington
2010-08-13Patch from colinf to add tape-style region stretching via rubberband. Fixes ...Carl Hetherington
2010-04-27Don't report an error when the user cancels a time stretch operation.Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-03-02(1) remove most uses of MementoCommand for Playlist and Region (2) move froze...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-12-09major design changes: use glib event loop for MIDI thread/UI; rework design o...Paul Davis
2009-12-04cross-thread handling of SessionEvent allocation/deallocation, with widesprea...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-09Back out big shared_ptr change. Moving to a branch. Apologies all.Carl Hetherington
2009-07-09Use shared_ptr for the TimeAxisView hierarchy.Carl Hetherington
2009-06-27Fix crash after time-fx due to GUI / non-GUI thread problem.Carl Hetherington
2009-02-27Split TimeFXDialog from Editor.David Robillard
2009-02-27Step towards having both rubberband and soundtouch compiled in at once.David Robillard
2009-02-27Tidy.David Robillard
2009-02-26Waf building of rubberband.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-12-18Remove unnecessary 0 checks before delete; see http://www.parashift.com/c++-f...Carl Hetherington
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-01-17MIDI region stretching.David Robillard
2008-01-10Merge with 2.0-ongoing R2883.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-11-08merged with 2.0-ongoing changes 2582-2605 (not thoroughly tested but it compi...Paul Davis
2007-03-18fix rect redraw problem(s); make zoom range rect visible again at the right t...Paul Davis