summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas_events.cc
AgeCommit message (Expand)Author
2011-02-17Make sense of parameter to tav_zoom_step match up with coarser as used for te...Carl Hetherington
2010-11-25Fix some messed up code (spacey tabs).David Robillard
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-02fix a variety of unused argument errors noted by gcc 4.3.2 on x86Paul Davis
2010-08-25check dependents in Playlist after moving a region to a specific layer; make ...Paul Davis
2010-08-06Fix up selection of automation points.Carl Hetherington
2010-07-06beat slicing patch #1 from lincoln spiteriPaul Davis
2010-07-05Set entered_regionview on entry into region view canvas item children. Shoul...Carl Hetherington
2010-06-30Remove debug output.Carl Hetherington
2010-06-29Fix vertical canvas autoscroll when dragging track heights. Fixes #3240.Carl Hetherington
2010-06-17add left/right side trim cursors and use them for region trimming, as appropr...Paul Davis
2010-05-30make trimming in region name (colored) highlight work even in internal edit m...Paul Davis
2010-05-28change color of note velocity text (and don't set it or justification repeate...Paul Davis
2010-05-28clean up item event handling in MidiRegionViews by removing unnecessary Inter...Paul Davis
2010-05-05Small cleanups to dragging code. Fix assertion failure on dragging a regions...Carl Hetherington
2010-05-01Remove some unused variables.Carl Hetherington
2010-04-29Make primary-modifier+scroll wheel zoom respect zoom focus setting. Fixes #2...Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-01-12Allow multiple simulataneous Drags to be active, and hence set up and drag ti...Carl Hetherington
2010-01-01First cut of some Pro-tools inspired editing features; linked play/play rangeCarl Hetherington
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-04move generic parts of Keyboard into gtkmm2ext. imperfectly done, but makes mo...Paul Davis
2009-11-17avoid .h pollution in last commitPaul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-09-08move note drag & note resize mouse handling up into the Drag/Editor infrastru...Paul Davis
2009-09-02Handle mouse events over crossfades properly (or better) when in stacked regi...Carl Hetherington
2009-09-02Fix erroneous parameter passed to Editor::motion_handler. Makes autoscroll w...Carl Hetherington
2009-08-28more MIDI editing tweaks ; flip mouse mode buttons around for MIDI so that "o...Paul Davis
2009-08-08waf build works on OS X ; new bindings file and processing system in place fo...Paul 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-07-03Factor regions list out of Editor.Carl Hetherington
2009-06-11make button events on automation tracks work again (control event drags are s...Paul Davis
2009-06-11Add a widget giving an overview of the editor, as (what I think is being) sug...Carl Hetherington
2009-06-08Further refactoring of drag code. Changes so that drags from the region list...Carl Hetherington
2009-05-30Pull dragging code out of the Editor class into its own hierarchy.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-01-06Comment and (hopefully) simplify Editor::region_drag_motion_callback, fixing ...Carl Hetherington
2008-12-24* implemented three coloring modes for MIDI tracks (untested yet)Hans Baier
2008-12-23Fix note velocity editing.David Robillard
2008-12-12* Prepared CanvasFlag (and thus ChanvasProgramChange) to be able to receive S...Hans Baier
2008-10-03Assortment of minor changes from 2.0-ongoing.David Robillard
2008-09-10merge 2.0-ongoing into 3.0 @ 3581 - 3710Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-04-29* renamed canvas-midi-event.* into canvas-note-event.*Hans Baier
2008-04-29* Renamed CanvasMidiEvent into CanvasNoteEvent Hans Baier