merge with master and fix 4 conflicts by hand
[ardour.git] / libs / ardour / midi_model.cc
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-03-23 Robin Gareusassure midi patch ID is set before assigning it
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-02-12 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul DavisMerge branch 'master' into cairocanvas
2014-02-08 Paul Davismerge with master, with minor conflict fixes
2014-02-04 Paul Davismerge (w/fix) with master
2014-01-30 Paul DavisMerge branch 'master' into cairocanvas
2014-01-29 Paul DavisMerge branch 'master' into cairocanvas
2014-01-23 Paul Davisfix merge conflict with master
2014-01-20 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-19 Paul Davisvisibility macros and flush() added to SrcFileSource...
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-17 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-16 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul DavisMerge branch 'master' into cairocanvas
2014-01-15 Paul Davismerge with master
2014-01-15 Paul Davismerge with master
2014-01-14 Paul Davismerge (with conflict fixes) with master (even against...
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-13 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-12 John EmmasMerge branch 'windows+cc' into cairocanvas
2014-01-11 Paul Davisfix merge with master
2014-01-10 Paul Davisfinished merge of cairocanvas with windows and windows...
2014-01-10 Paul DavisMerge windows+cc branch into cairocanvas branch. Not...
2014-01-10 Paul Davisfix merge errors with master
2014-01-08 Paul DavisMerge branch 'master' into cairocanvas
2014-01-02 Paul DavisMerge branch 'master' into cairocanvas
2013-12-28 Paul DavisMerge branch 'master' into cairocanvas
2013-12-27 Paul Davismerge exportvis branch into cairocanvas, to reduce...
2013-12-23 Paul Davisfix redrawing of canvas with an optimized build
2013-12-12 Paul Davisfix merge conflicts from master
2013-12-05 Paul DavisMerge branch 'master' into cairocanvas
2013-11-30 Paul Davisfix merge with master
2013-11-27 Paul DavisMerge branch 'master' into cairocanvas
2013-11-25 Paul DavisMerge branch 'master' into cairocanvas
2013-11-05 Paul Davisinitialize MidiModel::Change::patch_id (correctlty?)
2013-03-29 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-29 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-03-29 Paul Davismajor fixes for MIDI patch change and note undo/redo...
2012-10-11 Hans Baierimplement deleting of sysex events
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2011-12-27 Carl HetheringtonMove patch changes when inserting silence at the start...
2011-10-23 Carl HetheringtonFix read of MIDI undo information to use the correct...
2011-10-19 David RobillardTrim the include tree.
2011-09-27 Carl HetheringtonAdd missed parent class call to Sequence::control_list_...
2011-09-19 Carl HetheringtonEmit ContentsChanged on the model when one of its contr...
2011-06-22 Paul Davisignore unpaired noteoff's when writing part of a MidiMo...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-16 Carl HetheringtonFix undo when notes are changed and then removed by...
2011-04-23 Carl HetheringtonRe-fix compile failure with --no-nls (#3111).
2011-04-06 Carl HetheringtonDifferentiate between pitch-shift (for audio) and trans...
2011-03-15 David RobillardFix more broken whitespace.
2011-03-02 Paul Davisremove entire "stub" file concept; open new audio and...
2010-12-28 Carl HetheringtonUnify program change and bank handling so that they...
2010-12-20 David RobillardFix more broken whitespace.
2010-12-09 Carl HetheringtonHandle overlaps better when executing DiffCommands.
2010-12-09 Carl HetheringtonUndo for sys-ex movements in time.
2010-12-09 Carl HetheringtonAllow trim of midi regions to before the start of the...
2010-12-09 Carl HetheringtonUse a weak_ptr rather than a bald pointer for _midi_sou...
2010-11-10 Paul Davisremove duplicate std limit + format macro defs
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-08-16 Paul Davisforward port 2.X changes up to and including rev 6714
2010-08-09 Carl HetheringtonFix save/load of MIDI automation state. Fixes #3354.
2010-07-20 Paul Davisadd note IDs and use them for looking up notes during...
2010-07-14 Carl HetheringtonA few fixes to interpolation of MIDI controller data...
2010-07-01 Paul Davisadd MidiModel::sync_to_source() to push model state...
2010-06-26 Paul Davislots of details relating to MIDI file management; try...
2010-06-24 Paul Davischange note colors on the fly, to permit user-definitio...
2010-06-21 Paul DavisGUI control of insert merge policy for overlapping...
2010-06-20 Carl HetheringtonInvalidate old sources before forgetting about them...
2010-06-16 Paul Davisavoid needless errors when redoing an operation involvi...
2010-06-14 Paul Davismake note overlap resolution store side effects in...
2010-06-12 Paul Davisintroduce the notion that note additions and property...
2010-06-01 Paul Davisrationale pathways that add notes to Sequence<T> so...
2010-05-20 Paul Davisvarious minor MIDI fixes: prevent duplicate note entry...
2010-05-19 Paul DavisMIDI region forking, plus Playlist::regions_to_read...
2010-02-19 Paul Davischange PropertyChange from a bitfield into a real objec...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-10-22 David RobillardFix crash on save of MIDI data.
2009-10-22 David RobillardFix deadlocks on MIDI record.
2009-10-22 David RobillardReplace horribly error-prone Sequence/MidiModel/MidiSou...
2009-10-21 David RobillardFix unused parameter warnings since GCC apparently...
2009-10-20 Paul Davishandle searching for a note in an empty note list
2009-10-19 David RobillardUse logarithmic search for MidiModel::find_note (used...
2009-10-15 Paul Davisrework Stateful::set_state() patch to avoid default...
2009-10-15 Carl HetheringtonPart 1 of loading 2.X sessions; some things work, some...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-14 Paul Davisfix up marshall/unmarshall of note data for MidiModel...
2009-09-10 Paul Davisdo not crash when loading old history files with MIDI...
2009-09-10 Paul Davismore MIDI editing cleanups, mostly fixing subtleties...
2009-09-07 Paul Davisadd anonymous union to DiffCommand to allow uint8t_t...
2009-09-06 Paul Davisthe start (only the start) of MIDI diff commands
2009-08-27 Paul Davislots of MIDI editing stuff. to be explained on the...
2009-05-04 David RobillardFix MIDI recording.
2009-02-25 David Robillard*** NEW CODING POLICY ***
next