summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas.cc
AgeCommit message (Expand)Author
2013-06-14remove cruft - old CMT imageframe*Robin Gareus
2013-04-11enable videotimeline by defaultRobin Gareus
2013-03-29allow Drag-n-Drop onto the empty canvas (again); always import MIDI files sin...Paul Davis
2013-03-28minor fix for misleading commentPaul Davis
2013-03-21honor CTRL modifier when drag/drop importing files (copy vs embed)Robin Gareus
2013-03-20fix an old bug introduced when cth tried (valiantly) to make region-list -> D...Paul Davis
2013-03-13videotimlineRobin Gareus
2012-12-10fix reversion of keyboard focus from gain display editing widget in both mixe...Paul Davis
2012-06-17Add option to disable autoscroll of editor (#4721).Carl Hetherington
2012-05-22remove, convert, comment several cerr statementsPaul Davis
2012-03-20reorder editor route list columns to put visible and active first (from joern)Paul Davis
2012-03-12debug tracking mouse presence in track canvasPaul Davis
2012-03-12fix cut-n-pastie relating to tracking mouse presence in track canvasPaul Davis
2012-03-09forward-port some fixes from a2Paul Davis
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