summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_editor.cc
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-04-13NO-OP: whitespaceRobin Gareus
2018-10-10use primary, not secondary, clock mode to drive other clock modes, and dynami...Paul Davis
2018-10-10region editor should use primary clock mode, not secondaryPaul Davis
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
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2015-09-16Use ARDOUR_UI_UTILS::set_tooltip rather than via ARDOUR_UI::set_tipTim Mayberry
2015-06-17More _reversible_command() auditing in the gui.nick_m
2014-12-18Add editor selection state to session history via a SelectionMemento, whichnick_m
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2013-07-07window delete/hide is managed by WMProxy (amend to cb6f16ac)Robin Gareus
2013-06-16remove executable mode-bit from filesRobin Gareus
2013-01-08patch from colinf tomake region property editor clocks use 2ndary clock mode ...Paul 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
2012-01-18Make contents of region properties dialogue expand withCarl Hetherington
2011-11-18Change label of audition button in region editor to "Audition" to indicate *h...Paul Davis
2011-11-17all new implementation of audio clocks, with entirely new editing model. not ...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-30remove unused and useless "src" argument for a number of Region property modi...Paul Davis
2011-03-02group clocks in location UI and region editor so that they all change modes t...Paul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-10-28Fix previous.Carl Hetherington
2010-10-28Add region peak amplitude to region editor.Carl Hetherington
2010-10-27Ellipsize source names in the region property dialogue box.Carl Hetherington
2010-10-27Show a region's sources in its properties dialogue.Carl Hetherington
2010-09-02fix a variety of unused argument errors noted by gcc 4.3.2 on x86Paul Davis
2010-08-25clear_history -> clear_changes and some comments.Carl Hetherington
2010-05-31remove almost-unusued stop_signal.h and clean up the one (unused) place where...Paul Davis
2010-05-27Fix hang on closing the editor.Carl Hetherington
2010-05-22Add missing file.Carl Hetherington
2006-08-01Heavy-duty abstraction work to split type-specific classes intoDavid Robillard
2006-06-21the return of VST supportPaul Davis
2006-01-03make AudioRegionEditor workKarsten Wiese
2005-11-26compiles and runs, but crashes ... duhPaul Davis
2005-11-23strip keyboard.cc of noxious focus handling stuff, and cleanupPaul Davis
2005-10-06a few more header files fixes, plus cleanup from nick_m, and the start of Act...Paul Davis
2005-09-26continuing fixes to get this shibboleth to compilePaul Davis
2005-09-26rename all GTK signalsPaul Davis
2005-09-25replaced slot() with mem_fun() and ptr_fun().Taybin Rutkin
2005-09-25Fly my pretties!Taybin Rutkin
2005-09-25Initial import of gtk2_ardour.Taybin Rutkin