the Properties & 64bit region commit
[ardour.git] / gtk2_ardour / audio_streamview.cc
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
2007-04-26 Paul DavisMerged changes from trunk 1699:1751 into 2.1-staging
2007-04-12 David RobillardMerged with trunk R1705.
2007-04-11 Paul Davismerged with 1697 revision of trunk (which is post-rc1...
2007-03-19 Paul Davismake rec-regions insensitive to events; fix up diskrate...
2007-03-12 Paul Davisfix errors in prior fix for excessive CPU when drawing...
2007-03-12 Paul Davisadd GPROFILE scons option; fix spectacular CPU usage...
2007-01-28 David RobillardMerged with trunk R1393.
2007-01-17 Paul Davismerge by hand changes from mtaht to fix up export behav...
2007-01-11 David RobillardMerged with trunk R1304
2007-01-10 Paul Davisfix xfade logic and use shared_ptr for xfades
2007-01-09 David RobillardMerged with trunk R1283.
2006-12-18 Jesse Chappellfixed waveform shape and scale issue to maintain the...
2006-12-16 Jesse Chappelladded logarithmic option for waveform scaling. added...
2006-12-14 Paul Davisuse shared_ptr for all Playlist handling; cleanup works...
2006-10-25 Paul Davisfixes for endemic (compiler?) issues with virtual inher...
2006-10-21 David RobillardMerged with trunk R999.
2006-10-21 David RobillardMerged with trunk R992.
2006-10-20 Paul Davismove BWF header options into Configuration option,...
2006-10-20 Paul Davisfixes for crossfade views, crossfades and undo/redo...
2006-10-19 Paul Davismajor changes to Region, AudioRegion, Playlist, AudioPl...
2006-10-17 Paul Davisreduce calls to fit_to_pixels(); flip back to old fix...
2006-10-16 Paul Davisfix (?) handling of fake regions; use int cast before...
2006-10-12 Paul Davisfixes for meter thread using free'd member of AudioEngi...
2006-10-09 Paul Davisfix abort-capture path, including many subtle issues...
2006-09-28 Paul Davisfixes for destructive track offsets of various kinds...
2006-09-19 David RobillardMerged with trunk R920.
2006-09-18 Paul Davisbetter fix for duplicate regions, fix nasty side-effect...
2006-09-16 David RobillardFix for the persistent rec-region problem.
2006-09-07 Paul Davisremove all duplicated _id members from children of...
2006-08-29 David RobillardMerged with trunk R861
2006-08-29 Paul Davisused shared_ptr<Source>, somewhat successfully
2006-08-25 Paul Davisuse shared_ptr<> for all region handling
2006-08-24 David RobillardMerged with trunk R846
2006-08-16 Paul DavisRCU-ification of AudioEngine port list, and DiskStreams...
2006-08-14 David Robillard- MIDI "recording" - rec region creation/drawing, actua...
2006-08-12 David RobillardTowards MIDI:
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-08-02 David RobillardMerged from trunk R743
2006-08-01 David RobillardFixed random track background problem
2006-08-01 David RobillardMostly Cosmetic/Design changes to bring trunk and midi...
2006-08-01 David RobillardHeavy-duty abstraction work to split type-specific...
2006-07-30 David RobillardAbstraction cleanups/polish, towards merging with trunk
2006-07-23 David RobillardSplit pretty much the entire GUI in 3. Audio and Midi...