make inclusion/exclusion of hidden children optional in Item::add_child_bounding_boxes
[ardour.git] / gtk2_ardour / midi_streamview.cc
2013-05-08 Paul Davismerge with master
2013-05-05 Paul Davismerge with master
2013-05-03 Paul Davismerge resolution with master
2013-04-26 Paul DavisMerge branch 'master' into cairocanvas
2013-04-17 Paul Davischange UIConfig to use accessor/setter methods like...
2013-04-12 Paul Davischange frames_per_pixel to samples_per_pixel
2013-04-12 Paul Davischange all frame_to_pixel and pixel_to_frame to sample_...
2013-04-11 Robin GareusMerge branch 'master' into cairocanvas
2013-04-10 Paul DavisMerge branch 'master' into cairocanvas
2013-04-09 Paul DavisMerge branch 'master' into cairocanvas
2013-04-06 Paul DavisMerge branch 'master' into cairocanvas
2013-04-06 Paul DavisMerge ... master, including manual merge conflict resol...
2013-04-06 Paul DavisMerge branch 'master' into cairocanvas
2013-04-04 Paul Daviscommit immediately post linking
2013-04-04 Paul Davisinitial commit of hand merging, plus getting "ancient...
2013-01-19 David RobillardReplace a bunch of potential crashes with graceful...
2013-01-15 Paul Davisforce use of a weak_ptr<> when binding in MidiStreamVie...
2012-06-13 Carl HetheringtonFit note range on adding regions to tracks during impor...
2012-05-28 Carl HetheringtonDeselect MIDI notes when leaving internal edit mode
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2011-10-20 Paul Davisremove unused static function
2011-09-14 Carl HetheringtonDon't draw MIDI note horizontal grid lines if they...
2011-08-14 Carl HetheringtonSave position of MIDI scroomers (#4140).
2011-05-30 Paul Davisremove unused and useless "src" argument for a number...
2011-05-27 David RobillardIncrease maximum note height to 20 (10 is far too small...
2011-04-16 Carl HetheringtonRemove some calls to process_updates() which I think...
2011-03-08 Paul Davisshow internal edit mode status correctly on session...
2011-03-07 Carl HetheringtonClamp output of y_to_note so that it doesn't return...
2011-03-04 Carl HetheringtonSlight fix to comment.
2011-03-04 Carl HetheringtonHack round a maybe delightful (for some values of delig...
2011-03-03 Paul Davisdeframe audio regions as well as MIDI when entering...
2011-03-03 Paul Davisexperiment with making MIDI region boxes vanish when...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-12-02 Paul Davisadd configurable colors to stereo panner, plus keybindi...
2010-11-14 Carl HetheringtonCreate a new layer if required on record to a track...
2010-10-08 Carl HetheringtonUpdate recorded MIDI regions as notes arrive. Fixes...
2010-10-05 Carl HetheringtonImprove GUI display during MIDI record in various ways.
2010-09-21 Paul Davis(1) remove almost-never used block/unlock_property_chan...
2010-09-19 Carl HetheringtonFix MIDI streamview grid. Fixes #3460.
2010-09-17 Paul Davismegaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS...
2010-08-20 Carl HetheringtonAllow drag when creating a MIDI region. Fixes #3363.
2010-07-06 Paul Davisbeat slicing patch #1 from lincoln spiteri
2010-06-28 Carl HetheringtonFix crash due to uninitialised use of _note_lines.
2010-06-24 Paul Davischange note colors on the fly, to permit user-definitio...
2010-06-06 Carl HetheringtonLincoln's patch from #3224 to colour midi stream view...
2010-06-03 Paul Davispatch from lincoln to make MIDI track height changes...
2010-06-03 Paul Davismove computation of TimeAxisViewItem fixed heights...
2010-05-29 Paul Davislincoln's patch to make MIDI note lines go away at...
2010-05-23 Carl HetheringtonRevert my rev. 7140 and fix it better.
2010-04-21 Carl HetheringtonDon't try to load separate diskstreams in 3.0 session...
2010-04-21 Carl HetheringtonMove Diskstream ownership to Track, so that Session...
2010-04-19 Carl HetheringtonMove toggle-waveforms-while-recording into RC options.
2010-03-30 Paul Davishandle deletion of UI objects between the time that...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-08 Paul Davisuse RegionCommand for same-track region drags
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-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...
next