summaryrefslogtreecommitdiff
path: root/gtk2_ardour/strip_silence_dialog.cc
AgeCommit message (Expand)Author
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2011-11-17all new implementation of audio clocks, with entirely new editing model. not ...Paul Davis
2011-11-14Default response for the Strip Silence dialogue (part ofCarl Hetherington
2011-06-02audio clock switchover part2: remove most egregious include-time dependency o...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-02-28Restore fade option to strip silence.Carl Hetherington
2011-02-28No-op; coding style.Carl Hetherington
2010-12-09fix computation of silence text, and its display. it is still not on top of t...Paul Davis
2010-12-09make strip silence work (again?)Paul Davis
2010-12-08move display of silence for strip-silence into regionviews, along with text t...Paul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-23Fix hang on closing the dialogue in some circumstances. Further fix for #3560.Carl Hetherington
2010-11-22Simplify strip silence dialogue threading, hopefully fixing #3560 in the proc...Carl Hetherington
2010-09-20Add progress bar to strip silence dialogue. Fixes #3103.Carl Hetherington
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-05-08Fix warning.Carl Hetherington
2010-05-02Small cleanup: add constructor to InterThreadInfo.Carl Hetherington
2010-04-30Use rectified log waveform in strip silence dialogue. Add threshold graphica...Carl Hetherington
2010-04-22Allow more than one peaks_ready callback to be pending for an AudioRegionViewCarl Hetherington
2010-03-05likely fix for strip silence dialog GUI lockupPaul Davis
2010-03-04goodbye to MementoCommand for playlistsPaul Davis
2010-03-03fixes and improvements for strip silence, with lots of thread debuggingPaul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: 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-04-30Preview effect of strip silence within the dialog.Carl Hetherington
2009-04-29Add files missing from previous commit.Carl Hetherington