summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_view.cc
AgeCommit message (Expand)Author
2011-03-03experiment with making MIDI region boxes vanish when in note/internal edit mo...Paul Davis
2011-02-28Fix up display of silence rectangles, and shortest audible period (#3798).Carl Hetherington
2010-12-14Fix some gettext plural forms. Should fix #3604.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-07Tweak some naming slightly.Carl Hetherington
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-12-02add configurable colors to stereo panner, plus keybindings for zero width (0)...Paul Davis
2010-11-15Present trim cursors over region view name bar.Carl Hetherington
2010-11-09Move some methods out of Editor into RegionView.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-14Fix bug introduced in one of my previous commits when prevented recording reg...Carl Hetherington
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-09-01Don't give automation region views left/right trim handles. Fixes #3428.Carl Hetherington
2010-08-05Support cut / copy / paste of MIDI automation.Carl Hetherington
2010-07-19Remove fade handles from recording regions. Fixes #3322.Carl Hetherington
2010-06-17new fade in/fade out colors from chrisgPaul Davis
2010-06-17add left/right side trim cursors and use them for region trimming, as appropr...Paul Davis
2010-05-22Make region properties dialogue work for MIDI regions too.Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-16changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)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-01-15Reconnect region name signalling so that trim drags can be started over a reg...Carl Hetherington
2009-12-25rationalize destruction pathway (some more); tidy-ify some ImageFrame codePaul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
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-10-30Trim session.h include dependency tree.David Robillard
2009-10-25Remove Session dependency from BeatsFramesConverter.David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-09-09time line items now have 64 bit location + duration; start making note resize...Paul Davis
2009-08-31Update coverage frames when a track changes height. Remove some unnecessary ...Carl Hetherington
2009-08-28more MIDI editing tweaks ; flip mouse mode buttons around for MIDI so that "o...Paul Davis
2009-08-26Make stacked region coverage frames correctly respect regions being muted.Carl Hetherington
2009-08-25Make fade edits and trim possible on stacked regions.Carl Hetherington
2009-08-10region trimming and height patch from lincoln. great workPaul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
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-08Further refactoring of drag code. Changes so that drags from the region list...Carl Hetherington
2009-05-13Use pixbufs as region name labels rather than Gnome::Canvas::Text. Don't set ...Nick Mainsbridge
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-26Fix a bunch of warnings.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-19Interpret tempo time based on read position (not source timeline position whi...David Robillard