forward port recent mixbus change so that side-scroll is now shift-wheel and height...
[ardour.git] / gtk2_ardour / editor_canvas_events.cc
2013-04-30 Paul Davisforward port recent mixbus change so that side-scroll...
2013-04-11 Robin Gareusenable videotimeline by default
2013-03-29 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-29 Paul Davisallow Drag-n-Drop onto the empty canvas (again); always...
2013-03-23 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-03-21 Robin Gareushonor CTRL modifier when drag/drop importing files...
2013-03-20 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-20 Paul Davisfix an old bug introduced when cth tried (valiantly...
2013-03-13 Robin Gareusvideotimline
2012-12-14 Ben Loftismousing in a fade-out should fall through to the region...
2012-12-13 Ben Loftiscrossfade hack and slash. removed overlap checks,...
2012-11-27 Ben Loftismousehweel zoom should always operate like ZoomFocusMouse
2012-11-20 Ben LoftisAlways Play Range is now Follow Edits, and is based...
2012-06-10 Carl HetheringtonFix another place where regions can be inserted into a
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-05-09 Paul Davisskeleton for crossfade edge dragging
2012-05-08 Paul Davisframework for handling events on the xfade rects
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2012-02-02 Paul Davisfix possible logic error and make logic line up with...
2012-01-27 Paul Davispromote Playlist::RegionList to ARDOUR::RegionList...
2012-01-04 Carl HetheringtonUse a few shared_ptrs to make things slightly neater.
2011-12-31 Carl HetheringtonSlightly improve proxying of events by crossfade views...
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-08-15 Paul DavisDelete key can now be used to remove tempo/meter markers
2011-06-01 David RobillardDelete trailing whitespace
2011-05-02 Carl HetheringtonSeparate verbose cursor out into its own class and...
2011-02-17 Carl HetheringtonMake sense of parameter to tav_zoom_step match up with...
2010-11-25 David RobillardFix some messed up code (spacey tabs).
2010-09-21 Carl HetheringtonUpdating zoom mouse cursor on modifier press. Fixes...
2010-09-17 Paul Davismegaopus patch #2 for today: remove nframes64_t and...
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-09-02 Paul Davisfix a variety of unused argument errors noted by gcc...
2010-08-25 Paul Davischeck dependents in Playlist after moving a region...
2010-08-06 Carl HetheringtonFix up selection of automation points.
2010-07-06 Paul Davisbeat slicing patch #1 from lincoln spiteri
2010-07-05 Carl HetheringtonSet entered_regionview on entry into region view canvas...
2010-06-30 Carl HetheringtonRemove debug output.
2010-06-29 Carl HetheringtonFix vertical canvas autoscroll when dragging track...
2010-06-17 Paul Davisadd left/right side trim cursors and use them for regio...
2010-05-30 Paul Davismake trimming in region name (colored) highlight work...
2010-05-28 Paul Davischange color of note velocity text (and don't set it...
2010-05-28 Paul Davisclean up item event handling in MidiRegionViews by...
2010-05-05 Carl HetheringtonSmall cleanups to dragging code. Fix assertion failure...
2010-05-01 Carl HetheringtonRemove some unused variables.
2010-04-29 Carl HetheringtonMake primary-modifier+scroll wheel zoom respect zoom...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-01-12 Carl HetheringtonAllow multiple simulataneous Drags to be active, and...
2010-01-01 Carl HetheringtonFirst cut of some Pro-tools inspired editing features...
2009-12-12 Paul Davisremove using namespace sigc everywhere to ensure clarit...
2009-12-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-12-04 Paul Davismove generic parts of Keyboard into gtkmm2ext. imperfec...
2009-11-17 Paul Davisavoid .h pollution in last commit
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-08 Paul Davismove note drag & note resize mouse handling up into...
2009-09-02 Carl HetheringtonHandle mouse events over crossfades properly (or better...
2009-09-02 Carl HetheringtonFix erroneous parameter passed to Editor::motion_handle...
2009-08-28 Paul Davismore MIDI editing tweaks ; flip mouse mode buttons...
2009-08-08 Paul Daviswaf build works on OS X ; new bindings file and process...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
2009-07-09 Carl HetheringtonBack out big shared_ptr change. Moving to a branch...
2009-07-09 Carl HetheringtonUse shared_ptr for the TimeAxisView hierarchy.
2009-07-03 Carl HetheringtonFactor regions list out of Editor.
2009-06-11 Paul Davismake button events on automation tracks work again...
2009-06-11 Carl HetheringtonAdd a widget giving an overview of the editor, as ...
2009-06-08 Carl HetheringtonFurther refactoring of drag code. Changes so that...
2009-05-30 Carl HetheringtonPull dragging code out of the Editor class into its...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-01-06 Carl HetheringtonComment and (hopefully) simplify Editor::region_drag_mo...
2008-12-24 Hans Baier* implemented three coloring modes for MIDI tracks...
2008-12-23 David RobillardFix note velocity editing.
2008-12-12 Hans Baier* Prepared CanvasFlag (and thus ChanvasProgramChange...
2008-10-03 David RobillardAssortment of minor changes from 2.0-ongoing.
2008-09-10 Paul Davismerge 2.0-ongoing into 3.0 @ 3581 - 3710
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-04-29 Hans Baier* renamed canvas-midi-event.* into canvas-note-event.*
2008-04-29 Hans Baier* Renamed CanvasMidiEvent into CanvasNoteEvent
2008-04-03 Hans Baier* implemented editing velocities (tracker.ardour.org...
2008-03-17 Paul Davismerge with 2.0-ongoing @ rev 3147
2008-02-02 David RobillardMerge with 2.0-ongoing R2988
2008-01-15 David RobillardMerge with trunk R2920.
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-11-12 Paul Davismerged with trunk revs 2605-2627
2007-11-08 Paul Davismerged with 2.0-ongoing changes 2582-2605 (not thorough...
2007-07-07 David RobillardNote modes: note, percussion.
2007-06-30 David RobillardAnother not-quite-there-but-better commit.
2007-06-27 David Robillardplugin_automation_line.[h|cc] -> processor_automation_l...
2007-06-27 David RobillardRenamed Insert to Processor and Redirect to IOProcessor.
2007-06-27 David RobillardBig ol' automation refactor.
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-04-12 David RobillardMerged with trunk R1705.
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-04-10 Paul Davisnew swedish gtk2_ardour translation; fix button release...
2007-03-22 Paul Davisremove button 4/5 handling (now scroll_up/down); preven...
2007-03-19 Paul Davismake rec-regions insensitive to events; fix up diskrate...
2007-03-18 David RobillardMerged with trunk R1612.
2007-03-13 Paul Davisfix panner visual corruption bug #1213; more consistent...
2007-03-12 Paul Daviscarl's inverted fix for mousewheel actions
2007-02-22 Paul Davisremove all lines to avoid recompiles after commits
2007-02-09 Paul Davisstrip X specific from keyboard.cc; fix up many buttons...
2007-01-09 David RobillardMerged with trunk R1283.
next