summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas.cc
AgeCommit message (Expand)Author
2013-04-12change all frame_to_pixel and pixel_to_frame to sample_to_pixel and pixel_to_...Paul Davis
2013-04-12remove all unit-based methods from (Public)Editor; rationalize Editor::event_...Paul Davis
2013-04-11Merge branch 'master' into cairocanvasRobin Gareus
2013-04-11enable videotimeline by defaultRobin Gareus
2013-04-10remove incorrect merge of cairocanvas patch that stopped most tracks from dis...Paul Davis
2013-04-06vtl: make videotimeline work with new cairo canvasRobin Gareus
2013-04-05lots of tweaking and adding debug output including operator<</dump(ostream&) ...Paul Davis
2013-04-04commit immediately post linkingPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
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