summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_region_editor.cc
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-16peak_amplitude_thread fix - #6807Robin Gareus
2015-12-02consolidate semaphore implementation (part two)Robin Gareus
2015-09-16Remove ardour_ui.h header inclusionTim Mayberry
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2013-10-14'gtk2_ardour' - Harmonize '__WIN32__', 'OS_WIN32' etc, etc. Use 'PLATFORM_WIN...John Emmas
2013-07-13Use PBD::GlibSemaphore on windows to signal peakPaul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-04-04Update region peak amplitude when the region is trimmed (#3931).Carl Hetherington
2010-11-04Show region peak amplitude to 2 decimal places. Fixes #3519.Carl Hetherington
2010-10-28Add region peak amplitude to region editor.Carl Hetherington
2010-10-27Show a region's sources in its properties dialogue.Carl Hetherington
2010-05-31remove almost-unusued stop_signal.h and clean up the one (unused) place where...Paul Davis
2010-05-22Make region properties dialogue work for MIDI regions too.Carl Hetherington
2010-04-24Tidy up region properties editor a bit. Fixes #3085.Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-02(1) remove most uses of MementoCommand for Playlist and Region (2) move froze...Paul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-10Move ARDOUR::Change into PBD so that Stateful can be aware ofCarl Hetherington
2010-02-09Add keyboard shortcut to tooltip text where possible.David Robillard
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...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-01Reset the dialog when it is closed with partial (incomplete) changes to clock...Carl Hetherington
2009-11-26Fix #2931; redundant menu items on main clocks.Carl Hetherington
2009-10-30Trim session.h include dependency tree.David Robillard
2009-10-23Patch from colinf to show region gain in the region editor (mantis 2879)Carl Hetherington
2009-10-20Tidy up the popup region editor and fix a few bugs with it; should close mant...Carl Hetherington
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-02-25*** NEW CODING POLICY ***David Robillard
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2007-03-18fix rect redraw problem(s); make zoom range rect visible again at the right t...Paul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-01-08save and restore clock modesPaul Davis
2006-12-14use shared_ptr for all Playlist handling; cleanup works againPaul Davis
2006-11-30timecode clock info patch from oofus, big clock mods from oofus, rec-sensitiv...Paul Davis
2006-11-13remove almost everything from region editor, make popup menu more useful and ...Paul Davis
2006-11-13Fix for bug #255, Implement undo/redo when changing the region start position Tim Mayberry
2006-11-03remove fade nonsense from region popup editorPaul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-01Heavy-duty abstraction work to split type-specific classes intoDavid Robillard