merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus ending...
[ardour.git] / gtk2_ardour / midi_region_view.cc
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
2010-12-29 Paul Davisrest of lincoln's MIDI note edit via click outside...
2010-12-28 Carl HetheringtonUnify program change and bank handling so that they...
2010-12-26 Carl HetheringtonUse the channel selector to decide which channel to...
2010-12-22 Carl HetheringtonAdd menu option to insert program changes.
2010-12-20 Carl HetheringtonAllow deletion of program changes in the same way as...
2010-12-20 Carl HetheringtonAllow dragging of program change flags in MIDI regions.
2010-12-14 Paul Davisfix some more incorrect casts to CanvasNote rather...
2010-12-09 Carl HetheringtonAllow trim of midi regions to before the start of the...
2010-12-07 Carl HetheringtonRevert previous ill-thought-out patch.
2010-12-07 Carl HetheringtonAllow trim of midi regions to before the start of the...
2010-12-07 Carl HetheringtonTweak some naming slightly.
2010-11-24 Carl HetheringtonPut MIDI notes into their own canvas group, and reparen...
2010-11-23 Carl HetheringtonCreate snapped drag-created MIDI notes 1 frame shorter...
2010-11-22 Carl HetheringtonFix warnings.
2010-11-21 Carl HetheringtonUpdate ghost note presence when mouse mode is changed...
2010-11-16 Carl HetheringtonMove mouse cursor stuff out of Editor into its own...
2010-11-14 Carl HetheringtonCreate a new layer if required on record to a track...
2010-11-13 Paul Davismake ardour3 build and link on OS X (tiger, at least)
2010-10-18 Carl HetheringtonSlightly clean up and fix unwanted display of percussiv...
2010-10-10 Carl HetheringtonFix uninitialised variables.
2010-10-08 Carl HetheringtonUpdate recorded MIDI regions as notes arrive. Fixes...
2010-10-05 Carl HetheringtonRemove some unused code.
2010-09-22 Paul Davismuch craziness with canvas cursors; fix 0 beat cursor...
2010-09-21 Paul Davis(1) remove almost-never used block/unlock_property_chan...
2010-09-21 Paul Davislincoln's patch that makes us pay attention to region...
2010-09-17 Paul Davisfix errors in midi note drag preview (#3446)
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-16 Paul Davismake resampled sources (during import) report their...
2010-09-15 Paul Daviswhen there is a chord at the beginning of a note select...
2010-09-15 Paul Daviscleaner version of previous commit
2010-09-15 Paul Davis(optionally) play note(s) as they are moved around...
2010-08-25 Carl Hetheringtonclear_history -> clear_changes and some comments.
2010-08-19 Carl HetheringtonSnap to note start rather than mouse pointer when dragg...
2010-08-14 Carl HetheringtonAdd note edit dialog. Fixes #3346.
2010-08-13 Paul Davisadd step editing sustain support
2010-08-13 Paul Davisonly the last step-edited note remains selected after...
2010-08-11 Paul Davismake step edit cursor follow zoom (and change its color...
2010-08-11 Paul Davisfix up initial step edit pos when operating on an exist...
2010-08-11 Paul Davisvari-size rect as step-edit cursor
2010-08-11 Paul Davisadd a first hack at a step edit cursor (to be changed...
2010-08-04 Paul Davisextend step-edited region correctly; scroll to keep...
2010-08-04 Paul Davisendless further tweaks to step editor; stop stealing...
2010-07-27 Paul Davischange Control::{set,get}_float to Control::{set,get...
2010-07-25 Paul Davis(1) extend region if needed BEFORE adding step-edit...
2010-07-22 Carl HetheringtonTrim note display to not overlap the end of its region...
2010-07-15 Carl HetheringtonClear program changes and sysexs before redisplaying...
2010-07-12 Carl HetheringtonApply velocity change before looking up velocity value...
2010-06-29 Paul Davispay attention to MIDI channel selector when creating...
2010-06-28 Carl HetheringtonHide verbose canvas cursor on midi region view destruct...
2010-06-28 Carl HetheringtonDisable midi model updates during trim drags. Speeds...
2010-06-24 Paul Davischange the way MIDI note colors are defined (2 3-point...
2010-06-24 Paul Davischange note colors on the fly, to permit user-definitio...
2010-06-24 Paul Davisuse JACK thread creation functions to create process...
2010-06-20 Carl HetheringtonWhen creating notes with the pencil tool, make them...
2010-06-17 Paul Davisnew fade in/out handle cursors from chrisg (maybe to...
2010-06-17 Paul Davisnew trim cursors from chrisg, fix up hotspots for said...
2010-06-12 Paul Davisintroduce the notion that note additions and property...
2010-06-09 Carl HetheringtonFix warning.
2010-06-08 Carl HetheringtonClean up a bit. Fix non-relative note dragging mode...
2010-06-03 Paul Davismove computation of TimeAxisViewItem fixed heights...
2010-05-28 Paul Davisheavy-handed and crude way to stop WM-stolen-alt keys...
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-27 Paul Davisrefactor MidiRegionView event handling to avoid too...
2010-05-27 Carl HetheringtonUse bbt_add and bbt_subtract to do proper BBT maths...
2010-05-26 Carl HetheringtonDisable ghost note on note creation drag.
2010-05-26 Carl HetheringtonShow the verbose canvas cursor with the ghost note.
2010-05-25 Carl HetheringtonRudimentary ghost note when adding MIDI notes to a...
2010-05-25 Carl HetheringtonImplement shift-right-click to delete MIDI note (#3170)
2010-05-25 Paul Davisstop range mode stuff from showing up when in internal...
2010-05-25 Carl HetheringtonEnsure a create note drag rectangle starts with both...
2010-05-24 Carl HetheringtonPrevent note creation drags with no movement of the...
2010-05-20 Paul Davisvarious minor MIDI fixes: prevent duplicate note entry...
2010-05-20 Paul Davis(1) make quantize actually use the main grid setting...
2010-05-16 Carl HetheringtonWhen inserting new notes with the pencil tool, make...
2010-05-13 Paul Davisadd 8 more beat subdivisions, as per #3126
2010-05-10 Paul Davisuse a static per-class signal to notify the selection...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-03-26 Paul Davislots of work to hide prelight from most buttons, etc...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-01-07 Paul Davisselect-by-pitch from the piano roll header (inspired...
2010-01-05 Paul Davisget the MIDI list editor working a little better and...
2009-12-25 Paul Davisrationalize destruction pathway (some more); tidy-ify...
2009-12-22 Paul Daviscleanup up cleanup at session destruction; clarify...
2009-12-21 Paul Davisfully implement and deploy explicit x-thread signal...
2009-12-19 Paul Davisuse new syntax for connecting to backend signals that...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
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-10-30 David RobillardTrim session.h include dependency tree.
2009-10-26 Paul Davisprovide accessors to Editor::snap_{type,mode} ; when...
2009-10-22 David RobillardDisable canvas verbose cursor for notes, which locks...
2009-10-22 David RobillardReplace horribly error-prone Sequence/MidiModel/MidiSou...
2009-10-20 David RobillardFix various MIDI control and installation issues:
next