summaryrefslogtreecommitdiff
path: root/gtk2_ardour/canvas-note-event.cc
AgeCommit message (Expand)Author
2011-06-01Delete trailing whitespaceDavid Robillard
2011-04-06Fix my name :)David Robillard
2011-03-05prevent trim cursors appearing, and prevent note trimming, when in a MIDI not...Paul Davis
2010-12-29rest of lincoln's MIDI note edit via click outside of MIDI edit mode patchPaul Davis
2010-11-25Fix some messed up code (spacey tabs).David Robillard
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-21lincoln's patch that makes us pay attention to region copies w.r.t the region...Paul Davis
2010-07-25(1) extend region if needed BEFORE adding step-edit note, so that the new not...Paul Davis
2010-06-24change the way MIDI note colors are defined (2 3-point color ranges, one for ...Paul Davis
2010-06-24change note colors on the fly, to permit user-definition of colors more easil...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-10use a static per-class signal to notify the selection object in each MidiRegi...Paul Davis
2010-03-26lots of work to hide prelight from most buttons, etc. etc. etc; increase rang...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-10-06ogg/flac support bits and pieces; fix up MIDI note dragging and front-edge tr...Paul Davis
2009-09-09re-use canvas note items when the model changes ; slightly more efficient (pr...Paul Davis
2009-09-08move note drag & note resize mouse handling up into the Drag/Editor infrastru...Paul Davis
2009-08-28more MIDI editing tweaks ; flip mouse mode buttons around for MIDI so that "o...Paul Davis
2009-08-18make shift-click for extend-selection sort-of work for MIDIPaul Davis
2009-08-17move assignments out of assert() in editor_drag (thanks lincoln); change mous...Paul Davis
2009-08-10first part of MIDI cut/copy/paste ; fix for input/output_streams of an IOProc...Paul Davis
2009-07-28remove all MIDI-specific editing modes by making standard work either at obje...Paul Davis
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-05-05Remove useless/broken concept of 'erase touch dragging'.David Robillard
2009-05-05Make MIDI note editing work somewhat again...David Robillard
2009-02-15The Big Change: Store time in MidiModel as tempo time, not frame time.David Robillard
2009-02-02Make (MIDI) event time stamp type a template parameter.David Robillard
2009-01-02Cleanups and a few comments.Carl Hetherington
2008-12-26Make MIDI selection actually show up.David Robillard
2008-12-24* removed debugging output, minor color fixHans Baier
2008-12-24* fixed velocity text event handlingHans Baier
2008-12-24* implemented three coloring modes for MIDI tracks (untested yet)Hans Baier
2008-12-23Fix note velocity editing.David Robillard
2008-12-23* preparation for different color coding schemesHans Baier
2008-12-18Remove unnecessary 0 checks before delete; see http://www.parashift.com/c++-f...Carl Hetherington
2008-10-05Give MIDI velocity text its own colour (from ccherret).David Robillard
2008-09-24Superficial code cleanup.David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
2008-05-22Fix MIDI selection/tool issues (issue #0002415 and other bugs).David Robillard
2008-05-12Fix various MIDI corruption bugs.David Robillard
2008-05-09* adjusted formatting a bit to style guideHans Baier
2008-05-02Fix several crashes on MIDI recording.David Robillard
2008-04-29* renamed canvas-midi-event.* into canvas-note-event.*Hans Baier