summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2014-01-02use new DragHandle canvas objectPaul Davis
2014-01-02tweak design of time axis view item name text handlingPaul Davis
2014-01-02remove debug output, try a new approach to name text placementPaul Davis
2014-01-02debug output for time axis item name font handlingPaul Davis
2014-01-02change min dimension of rubberband rect to 2 pixelsPaul Davis
2014-01-02enforce a minimum 5x5 pixel size for the rubber band rectPaul Davis
2014-01-02Merge branch 'master' into cairocanvasPaul Davis
2014-01-02avoid GTK packing warning when using >1 backendPaul Davis
2014-01-01visualize port connections in mixer/processor when in < outRobin Gareus
2013-12-31reduce the maximum horizontal zoom to 1 day @ 48kHz == 1600 pixels, to try to...Paul Davis
2013-12-31fix up visibility control for automation linesPaul Davis
2013-12-31just use show() and hide() to manage control point visibility in automation l...Paul Davis
2013-12-31remove use of canvas property_foo() since it did nothing (and has now been re...Paul Davis
2013-12-30add preferences slider for waveview clip level (not working just right yet)Paul Davis
2013-12-30add (debug) names to various itemsPaul Davis
2013-12-30remove cruftRobin Gareus
2013-12-30visualize # of channels in processor-box splitting iconRobin Gareus
2013-12-29try to rationalize logic for displaying/hiding regionview (time axis view ite...Paul Davis
2013-12-28Merge branch 'master' into cairocanvasPaul Davis
2013-12-28convert automation line from Canvas::Curve to Canvas::PolyLine (note: this me...Paul Davis
2013-12-28prevent 0-pointer dereference in editor_routes.cc - fixes #5794Robin Gareus
2013-12-27merge exportvis branch into cairocanvas, to reduce the number of "floating" b...Paul Davis
2013-12-27Revert "switch fade in/out lines to ArdourCanvas::Curve rather than ArdourCan...Paul Davis
2013-12-23fix redrawing of canvas with an optimized buildPaul Davis
2013-12-23Fix export format dialog tagging state inconsistencySakari Bergen
2013-12-23vtl: do not lock audio [to video] when extracting audio-only.Robin Gareus
2013-12-22better, probably working fix for windows-vst-on-linux build3.5.143Paul Davis
2013-12-22attempt to fix build with --windows-vst due to a bad merge of the external li...Paul Davis
2013-12-22add K12/RMS meter typeRobin Gareus
2013-12-21new ControlProtocolManager API, and proper handling of view/model changes in ...Paul Davis
2013-12-21longer text descriptionPaul Davis
2013-12-19move portable copyfile function into tools/autowaf.py and use it in both gtk2...Paul Davis
2013-12-13fix logic for display of transport bar metersPaul Davis
2013-12-12tweak for regionview enter/exit handlingPaul Davis
2013-12-12fix merge conflicts from masterPaul Davis
2013-12-10compare plugin/creator/category names UTF8-awareNils Philippsen
2013-12-10don't use deprecated g_strcasecmp()Nils Philippsen
2013-12-10compare region names case-sensitivelyNils Philippsen
2013-12-09rationalize color handling for fade in/out handlesPaul Davis
2013-12-09switch fade in/out lines to ArdourCanvas::Curve rather than ArdourCanvas::Pol...Paul Davis
2013-12-05Merge branch 'master' into cairocanvasPaul Davis
2013-12-05fix platform portability issues caused by use of shell cp(1) command and perl...Paul Davis
2013-12-05fix another instance of the horrible "interface" keyword collisionPaul Davis
2013-12-04Merge branch 'master' into windowsPaul Davis
2013-12-04change "cpu" in cpu load backend functionsPaul Davis
2013-12-04change "cpu" in cpu load backend functionsPaul Davis
2013-12-03fix gtk child packing errors related to the transport bar meter box/peak displayPaul Davis
2013-12-03fix up wscript/build issues in exportvis after merge with masterPaul Davis
2013-12-03switch from using Sleep/usleep to Glib::usleep() (and remember that we need t...Paul Davis
2013-11-30fix buildPaul Davis