summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas.cc
AgeCommit message (Expand)Author
2012-01-30Don't autoscroll right if we are moving left, and vice versa; should fix #4676.Carl Hetherington
2012-01-19more fixups of various things including cursors when note editing. in particu...Paul Davis
2012-01-19new mouse mode (Draw (notes)); switch into internal mode when draw is selecte...Paul Davis
2011-11-22Fix autoscroll fudge calculations. Remove some unusedCarl Hetherington
2011-11-20Start autoscroll in from the right-hand edge of the screen if the editor list...Carl Hetherington
2011-11-18Trim includes.Carl Hetherington
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-08-03colinf's patch for #4223.Carl Hetherington
2011-07-25when tabbing between track/bus name entries, attempt to scroll appropriately ...Paul Davis
2011-07-07fix up horizontal sizing of the track controls area in the editorPaul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-02Separate verbose cursor out into its own class and clean up the API. Fixes #...Carl Hetherington
2011-03-03remove unused signalPaul Davis
2011-02-17Fix incorrect mouse cursors after zoom mode clicks.Carl Hetherington
2011-01-29a radically new approach to sizing the track header layout that now allows ar...Paul Davis
2011-01-16Use lines between marker bars from the SAE profile.Carl Hetherington
2010-12-02add configurable colors to stereo panner, plus keybindings for zero width (0)...Paul Davis
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-11-16Move mouse cursor stuff out of Editor into its own class.Carl Hetherington
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-11-11Further fixes for #3529. Show marker lines the same colour as their marker; ...Carl Hetherington
2010-11-11Slight improvement to autoscroll behaviour when expanding tracks.Carl Hetherington
2010-11-10Option to show lines below markers (#3529).Carl Hetherington
2010-10-17Only compute and render the visible portion of crossfades. Fixes #3498.Carl Hetherington
2010-09-22much craziness with canvas cursors; fix 0 beat cursor text when shortening no...Paul Davis
2010-09-21(1) remove almost-never used block/unlock_property_changes() methods from PBD...Paul Davis
2010-09-21Updating zoom mouse cursor on modifier press. Fixes #274.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-08-22forward port of 7539 from 2.xPaul Davis
2010-06-29Fix vertical canvas autoscroll when dragging track heights. Fixes #3240.Carl Hetherington
2010-06-18Make summary zoom happen based on where the drag is started, rather thanCarl Hetherington
2010-05-28heavy-handed and crude way to stop WM-stolen-alt keys from causing MidiRegion...Paul Davis
2010-05-09Create the session range location as and when the session first gets some con...Carl Hetherington
2010-05-09Remove some hang-overs of the old horizontal scrollbar. Hence allow most thi...Carl Hetherington
2010-05-05Small cleanups to dragging code. Fix assertion failure on dragging a regions...Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-03-16changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)Paul Davis
2010-02-07Remove my attempts to autoscroll based on dragged region edges (rather than j...Carl Hetherington
2010-01-12Allow multiple simulataneous Drags to be active, and hence set up and drag ti...Carl Hetherington
2010-01-06Fix some bugs in autoscroll when dragging regions.Carl Hetherington
2009-12-22Refactor and clean up some confusion in dragging code.Carl Hetherington
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-01Remove unused editor hscroller code. Add buttons to the left and right of th...Carl Hetherington
2009-11-17avoid .h pollution in last commitPaul Davis
2009-11-17allow use of Return, KP_Enter and more in key binding editor; better display ...Paul Davis
2009-10-30Trim session.h include dependency tree.David Robillard