Merge branch 'master' into windows
[ardour.git] / gtk2_ardour / midi_region_view.h
2013-11-27 Paul DavisMerge branch 'master' into windows
2013-11-27 Paul DavisMerge branch 'master' into windows
2013-11-26 Paul DavisMerge branch 'master' into windows
2013-11-26 Paul Davisresolve merge with master (?)
2013-10-23 Paul Davisfix merge conflicts with master
2013-10-17 Paul DavisMerge branch 'master' into windows
2013-10-15 Paul DavisMerge branch 'master' into windows
2013-10-09 Paul DavisMerge ... master, fixing conflicts in 3 wscript files
2013-09-18 Paul DavisMerge branch 'master' into windows
2013-09-17 Paul Davisfix conflicts and merge with master
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-14 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-13 Paul DavisMerge branch 'master' into windows
2013-09-12 Paul Davismerge with master
2013-09-12 Paul Davisincomplete merge of master into windows (requires upcom...
2013-09-06 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisfix merge conflict from master
2013-07-17 Paul DavisMerge branch 'master' into windows
2013-07-14 Paul DavisMerge branch 'master' into windows
2013-07-11 Paul DavisWork around badly chosen argument name in giomm/dbusme...
2013-03-29 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-28 Paul DavisSquashed commit of the following:
2013-01-21 David RobillardTrim the include tree a bit.
2013-01-20 David RobillardSupport note names from midnam files (tested with the...
2012-10-11 Hans BaierMake input filtering while recording work in GUI, too
2012-10-11 Hans Baiermake sysex contents appear as verbose_cursor for visual...
2012-10-11 Hans Baierimplement deleting of sysex events
2012-06-19 Paul Davisreally, really do not signal MidiRegionView::SelectionC...
2012-06-12 Paul Davisfix complete screw up in connecting MIDNAM PatchNameLis...
2012-06-11 Paul Davislots more work trying to create a common structure...
2012-06-11 Paul Davispartially-done (but compile-friendly) move of instrumen...
2012-06-09 Carl HetheringtonSomewhat primitive implementation of allowing the edit...
2012-06-08 Carl HetheringtonWhen sounding notes on selection / note movements,...
2012-06-08 Carl HetheringtonRemove unused declaration.
2012-06-08 Carl HetheringtonGrey-out patch changes on inactive channels rather...
2012-06-06 Paul Davisadd "v" as a new MIDI editing key for velocity, add...
2012-06-06 Paul Davisincomplete change to allow all selected MIDI notes...
2012-06-02 Carl HetheringtonPut MIDNAM stuff into the patch change dialog.
2012-05-28 Carl HetheringtonExpand comment.
2012-05-28 Carl HetheringtonDeselect MIDI notes when leaving internal edit mode
2012-04-30 Carl HetheringtonRemove un-read variable.
2012-03-12 Carl HetheringtonFix comments.
2012-01-20 Paul Davismake mouse range mode do something interesting when...
2012-01-19 Paul Davismore fixups of various things including cursors when...
2011-12-30 Carl HetheringtonClean up comments to create_note_at, since it no longer...
2011-12-11 Carl HetheringtonMove note creation code into a Drag; fix snapping of...
2011-12-03 Carl HetheringtonFix somewhat unlikely crash on doing add note; start...
2011-11-16 Carl HetheringtonUse a Drag class for midi note selection, so that it
2011-11-04 Carl HetheringtonRemove non-RT-safe alloc in the MIDI process() call.
2011-10-19 David RobillardTrim include tree.
2011-10-07 David RobillardImplement range selecting for MIDI notes (#4087).
2011-10-07 David RobillardImplement invert selection for MIDI notes (#4087).
2011-09-28 Carl HetheringtonClear selected MIDI notes in all regions when they are
2011-09-06 Carl HetheringtonSnap new automation points in AutomationRegionViews...
2011-08-20 Carl HetheringtonAnother go at fixing up MIDI note additions with snap
2011-08-17 Paul Davisvarious fixes to MidiRegionView selection handling... 3.0-alpha10
2011-08-16 Paul Davisattempt to fix deep confusion in GUI code about convert...
2011-08-03 Carl HetheringtonApply x42's patch from #4207; rename MIDI control
2011-07-27 Paul DavisPrimary-(scroll|up|down) on patch/bank change event...
2011-07-11 Paul Davisfix for #3977 - shift-tab and shift-ctrl-tab move to...
2011-06-13 Paul Davisadd MIDI channel editing for current note selection...
2011-06-01 David RobillardDelete trailing whitespace
2011-05-25 Carl HetheringtonRemove MIDI track default channel and its menu, and...
2011-05-19 David RobillardFix broken indentation.
2011-05-02 Carl HetheringtonSeparate verbose cursor out into its own class and...
2011-04-20 Carl HetheringtonPrevent snap_frame_to_frame returning -ve offset from...
2011-03-02 Carl HetheringtonFix up undo/redo of MIDI note paste (#3815).
2011-02-28 Carl HetheringtonUpdate ghost MIDI regions in automation tracks when...
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 HetheringtonTweak some naming slightly.
2010-11-24 Carl HetheringtonPut MIDI notes into their own canvas group, and reparen...
2010-11-21 Carl HetheringtonUpdate ghost note presence when mouse mode is changed...
2010-10-18 Carl HetheringtonSlightly clean up and fix unwanted display of percussiv...
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-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-19 Carl HetheringtonSnap to note start rather than mouse pointer when dragg...
2010-08-14 Carl HetheringtonAdd note edit dialog. Fixes #3346.
next