Add remove all and disconnect all to port matrix menu. Hide bundles whose channels...
[ardour.git] / gtk2_ardour / midi_streamview.cc
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-11 Paul Davismake all use of bind/mem_fun be explicitly sigc::
2009-10-30 David RobillardTrim session.h include dependency tree.
2009-10-25 David RobillardRemove Session dependency from BeatsFramesConverter.
2009-10-21 David RobillardFix O(n) search on MIDI rec region update (now O(log...
2009-10-21 David RobillardFix MIDI rec regions.
2009-10-19 David RobillardUse set over vector for Sequence::Notes, for logarithmi...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-09-10 Paul Davisdo not crash when loading old history files with MIDI...
2009-07-21 Carl HetheringtonFix some unused parameter warnings.
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-06-16 Paul Davisfirst pass (ok, third really) at internal send+return...
2009-06-08 Carl HetheringtonFurther refactoring of drag code. Changes so that...
2009-06-03 Carl HetheringtonUse sigc::slots rather than templates + function ptrs...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-20 David RobillardMake source length a dynamic thing.
2009-02-19 David RobillardFix crash when using pencil on empty track areas while...
2009-02-15 David RobillardFactor out region layering.
2009-02-15 David RobillardFix genererally retarded and broken note range / diskst...
2009-02-02 David RobillardMake (MIDI) event time stamp type a template parameter.
2009-01-28 Hans Baier* MIDI control lanes: Set Interpolationtype according...
2009-01-02 Carl HetheringtonCleanups and a few comments.
2008-09-24 David RobillardSuperficial code cleanup.
2008-09-23 David RobillardEliminate a ton of unnecessary complete redrawing in...
2008-09-22 David RobillardMove event specific ringbuffer stuff to evoral.
2008-09-19 David RobillardMerge all the (disconcertingly missing) track/region...
2008-09-19 David RobillardFactor out sequencing related things into an independan...
2008-09-14 David RobillardFix deleting of MIDI regions.
2008-09-14 David RobillardFix stacking of MIDI stream views to match that of...
2008-09-10 Paul Davismerge from 2.0-ongoing @ 3581
2008-05-02 David RobillardFix several crashes on MIDI recording.
2008-03-18 Paul Davisrefactor JACK MIDI port to allow writing from a non...
2008-02-10 David RobillardCommitted underlay support (from Audun).
2008-01-13 David RobillardInstall everything to *ardour3* instead of *ardour2*.
2008-01-13 David RobillardApply MIDI keyboard and "scroomer" patch.
2007-10-14 David RobillardFix displaying of notes in auto-created MIDI region...
2007-10-07 David RobillardFix several MIDI timestamp related problems:
2007-10-04 David RobillardMerge the two separate 'add notes to midi region' inter...
2007-09-06 David RobillardDeep "automation regions" support.
2007-08-28 David RobillardSplit MidiModel::Note out to ARDOUR::Note in it's own...
2007-08-16 David RobillardMake SMFSource suck significantly less.
2007-08-07 David RobillardFix note separator lines from stealing mouse events.
2007-08-06 David RobillardFix note range toggling (ie actually change visible...
2007-08-04 David RobillardMoved note height/range/etc stuff from MidiRegionView...
2007-08-02 David RobillardLittle MidiEvent prettification additions, ifdef'd...
2007-08-01 David RobillardFix note delete crash bug.
2007-08-01 David RobillardBetter MidiModel command framework, ready to go for...
2007-07-31 David RobillardGet MidiRegionView's hands on MidiModel for editing...
2007-07-28 David RobillardUse 'show contents' note range by default (fix uninitia...
2007-07-28 David RobillardPlayback from MIDI model, playback of clicked-in events.
2007-07-20 David RobillardRemove random access interface from MidiBuffer, towards...
2007-07-15 David RobillardSelection of visible note range (full range vs fit...
2007-07-05 David RobillardScale MIDI track vertical range to match widgest range...
2007-06-29 Doug McLainremove color.h
2007-06-29 Doug McLainMoved canvas colors and theme file selection into new...
2007-06-15 Doug McLainMajor Theme Manager changes, see ardour-dev
2007-06-15 David RobillardUse boost::shared_ptr instead of raw pointers for Route...
2007-06-07 David RobillardFixed MIDI crash bug.
2007-06-02 David RobillardFix vertical order of MIDI notes.
2007-06-01 David RobillardPreliminary visible MIDI notes in MidiRegionView.
2007-05-31 David RobillardRewrote MidiRingBuffer to more efficiently pack data...
2007-05-10 David RobillardAdded nicer looking wrapper methods for ChanCount:...
2007-05-10 Paul DavisMIDI branch becomes trunk
2006-10-21 David RobillardMerged with trunk R999.
2006-09-19 David RobillardMerged with trunk R920.
2006-08-29 David RobillardMerged with trunk R861
2006-08-24 David RobillardMerged with trunk R846
2006-08-23 David Robillard- Fixes for some recording bugs
2006-08-21 David RobillardRecording to SMF. Playback not quite working yet,...
2006-08-14 David RobillardMore solid "fake" recording and serialization
2006-08-14 David Robillard- MIDI "recording" - rec region creation/drawing, actua...
2006-08-01 David RobillardMostly Cosmetic/Design changes to bring trunk and midi...
2006-07-23 David RobillardSplit pretty much the entire GUI in 3. Audio and Midi...