change note colors on the fly, to permit user-definition of colors more easily; remov...
[ardour.git] / gtk2_ardour / canvas-note-event.cc
2010-06-24 Paul Davischange note colors on the fly, to permit user-definitio...
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-10 Paul Davisuse a static per-class signal to notify the selection...
2010-03-26 Paul Davislots of work to hide prelight from most buttons, etc...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-10-06 Paul Davisogg/flac support bits and pieces; fix up MIDI note...
2009-09-09 Paul Davisre-use canvas note items when the model changes ; sligh...
2009-09-08 Paul Davismove note drag & note resize mouse handling up into...
2009-08-28 Paul Davismore MIDI editing tweaks ; flip mouse mode buttons...
2009-08-18 Paul Davismake shift-click for extend-selection sort-of work...
2009-08-17 Paul Davismove assignments out of assert() in editor_drag (thanks...
2009-08-10 Paul Davisfirst part of MIDI cut/copy/paste ; fix for input/outpu...
2009-07-28 Paul Davisremove all MIDI-specific editing modes by making standa...
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-05-05 David RobillardRemove useless/broken concept of 'erase touch dragging'.
2009-05-05 David RobillardMake MIDI note editing work somewhat again...
2009-02-15 David RobillardThe Big Change: Store time in MidiModel as tempo time...
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2009-01-02 Carl HetheringtonCleanups and a few comments.
2008-12-26 David RobillardMake MIDI selection actually show up.
2008-12-24 Hans Baier* removed debugging output, minor color fix
2008-12-24 Hans Baier* fixed velocity text event handling
2008-12-24 Hans Baier* implemented three coloring modes for MIDI tracks...
2008-12-23 David RobillardFix note velocity editing.
2008-12-23 Hans Baier* preparation for different color coding schemes
2008-12-18 Carl HetheringtonRemove unnecessary 0 checks before delete; see parashif...
2008-10-05 David RobillardGive MIDI velocity text its own colour (from ccherret).
2008-09-24 David RobillardSuperficial code cleanup.
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-05-22 David RobillardFix MIDI selection/tool issues (issue #0002415 and...
2008-05-12 David RobillardFix various MIDI corruption bugs.
2008-05-09 Hans Baier* adjusted formatting a bit to style guide
2008-05-02 David RobillardFix several crashes on MIDI recording.
2008-04-29 Hans Baier* renamed canvas-midi-event.* into canvas-note-event.*