fix mistaken "do not roll" conclusion in TransportFSM::compute_should_roll()
[ardour.git] / gtk2_ardour / audio_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...
2012-07-04 Carl HetheringtonDon't show previously hidden xfades when finishing...
2012-06-17 Carl HetheringtonSimplify management of waveform visibility / shape...
2012-06-15 Carl HetheringtonRe-show all xfades that we hide during drags (#4933).
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-05-10 Paul Davisa number of tweaks to make xfade GUI stuff better in...
2012-04-25 Paul Davisremove the apparently unnecessary "ui_bind()" macro...
2012-04-16 Carl HetheringtonFairly major change to the way in which crossfades...
2011-12-29 Carl HetheringtonRevert internals of the last layering-related commit...
2011-12-27 Carl HetheringtonRe-work layering in possibly debatable ways. Sketchy...
2011-10-27 Paul Davisno need for DropReferences usage in last commit
2011-10-27 Paul Davisstop leakage of Crossfades caused by CrossfadeView...
2011-06-01 David RobillardDelete trailing whitespace
2011-05-30 Paul Davisremove unused and useless "src" argument for a number...
2011-03-08 Paul Davisshow internal edit mode status correctly on session...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-11-25 David RobillardFix some messed up code (spacey tabs).
2010-11-15 Carl HetheringtonFix crash on coming out of record that I introduced...
2010-11-14 Carl HetheringtonCreate a new layer if required on record to a track...
2010-10-17 Carl HetheringtonOnly compute and render the visible portion of crossfad...
2010-10-08 Carl HetheringtonUpdate recorded MIDI regions as notes arrive. Fixes...
2010-09-24 Carl HetheringtonFix waveforms while recording (#3474).
2010-09-21 Paul Davis(1) remove almost-never used block/unlock_property_chan...
2010-09-09 Carl HetheringtonFix crossfade visibility on startup so that it respects...
2010-07-16 Carl HetheringtonPatch from Lincoln (#3319) to make the range selection...
2010-05-23 Carl HetheringtonRevert my rev. 7140 and fix it better.
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-04 Paul Davisprevent relaying during an undo/redo operation; remove...
2010-03-02 Paul Davis(1) remove most uses of MementoCommand for Playlist...
2010-02-19 Paul Davisadd begin/end undo/redo signals so that playlist can...
2010-02-18 Paul Davisthe Properties & 64bit region commit
2010-02-08 Paul Davisuse RegionCommand for same-track region drags
2010-01-25 Paul Davisa boatload of minor and middle-sized changes to try...
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-21 David RobillardFix MIDI rec regions.
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-08-26 Carl HetheringtonReintroduce crossfade views for tracks in stacked regio...
2009-08-23 Carl HetheringtonSome improvements to performance with crossfades: don...
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-10 Carl HetheringtonMake waveform show / scale / shape a global option...
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-05-14 Carl HetheringtonFirst stage of options rework.
2009-05-13 Paul Davismore work on the new all-Processor-all-The-Time redesig...
2009-04-20 Paul Davis3 notable patches from lincoln (a) non-layered track...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-20 David RobillardMake source length a dynamic thing.
2009-02-16 David RobillardDon't bind playlist_modified with a shared_ptr<Playlist...
2009-02-15 David RobillardFactor out region layering.
2009-02-15 David RobillardFix genererally retarded and broken note range / diskst...
2009-01-06 Carl HetheringtonComment and (hopefully) simplify Editor::region_drag_mo...
2009-01-02 Carl HetheringtonCleanups and a few comments.
2009-01-01 Carl HetheringtonMake record region slightly better in stacked regions...
2008-12-12 Paul Davismost of the 2.X->3.0 commit (up to rev 4299) except...
2008-10-09 Paul Davisadd toggles for region fade in/out/both active, plus...
2008-09-29 Nick MainsbridgeRelayer punch/loop range rects, fix display of punch...
2008-09-19 David RobillardMerge all the (disconcertingly missing) track/region...
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-03-17 Paul Davismerge with 2.0-ongoing @ rev 3147
2008-01-10 David RobillardMerge libs/ardour and gtk2_ardour with 2.0-ongoing...
2007-10-26 Nick Mainsbridgeuse filechooser widget in export dialog, selected files...
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-10-04 Carl HetheringtonFix to stacked layering for the case when a region...
2007-08-01 David RobillardBetter MidiModel command framework, ready to go for...
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-05-31 David RobillardRewrote MidiRingBuffer to more efficiently pack data...
2007-05-21 Paul Davisvirtualize audioregion, make crossfade IS-A audioregion
2007-05-17 Carl HetheringtonAdd stacked lanes mode which displays regions on differ...
2007-05-10 David RobillardAdded nicer looking wrapper methods for ChanCount:...
2007-05-10 Paul DavisMIDI branch becomes trunk
2007-04-30 Paul Davismoved 2.1-staging to trunk @ rev 1765
2007-04-29 David RobillardMerged with trunk R1761
next