summaryrefslogtreecommitdiff
path: root/gtk2_ardour/crossfade_view.cc
AgeCommit message (Expand)Author
2011-06-01Delete trailing whitespaceDavid Robillard
2010-12-02add configurable colors to stereo panner, plus keybindings for zero width (0)...Paul Davis
2010-10-17Only compute and render the visible portion of crossfades. Fixes #3498.Carl Hetherington
2010-09-09Fix crossfade visibility on startup so that it respects the configured setting.Carl Hetherington
2010-09-02Call TimeAxisViewItem constructor properly after my recent changes.Carl Hetherington
2010-06-28Generate undo record for crossfade edits, and provide signalling to update th...Carl Hetherington
2010-06-06Lincoln's patch from #3225 to tweak crossfade rendering.Carl Hetherington
2010-05-11Fix track height menu.Carl Hetherington
2010-04-07Fix crossfade height in stacked mode.Carl Hetherington
2010-04-03visual tweak patch from lincoln, for time axis viewsPaul Davis
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-08-26Reintroduce crossfade views for tracks in stacked region mode.Carl Hetherington
2009-08-23Some improvements to performance with crossfades: don't recompute a whole tra...Carl Hetherington
2009-07-09Back out big shared_ptr change. Moving to a branch. Apologies all.Carl Hetherington
2009-07-09Use shared_ptr for the TimeAxisView hierarchy.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-01-02Cleanups and a few comments.Carl Hetherington
2008-12-23Fix stacked regions display mode.Carl Hetherington
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-09-19Merge all the (disconcertingly missing) track/region/etc height changes from ...David Robillard
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2007-06-29Moved canvas colors and theme file selection into new ui specific config systemDoug McLain
2007-06-27Big ol' automation refactor.David Robillard
2007-06-15Major Theme Manager changes, see ardour-devDoug McLain
2007-05-17Add stacked lanes mode which displays regions on different layers at differen...Carl Hetherington
2007-03-18Merged with trunk R1612.David Robillard
2007-01-11Merged with trunk R1304David Robillard
2007-01-09Merged with trunk R1283.David Robillard
2006-10-21Merged with trunk R999.David Robillard
2006-10-21Merged with trunk R992.David Robillard
2006-08-29Merged with trunk R861David Robillard
2006-08-01Mostly Cosmetic/Design changes to bring trunk and midi branch closerDavid Robillard
2006-07-23Split pretty much the entire GUI in 3. Audio and Midi "editor strips" andDavid Robillard
2006-06-26Large nasty commit in the form of a 5000 line patch chock-full of completelyDavid Robillard
2006-06-21Merged with trunkDavid Robillard
2005-12-30many changes, read the diffsPaul Davis
2005-12-24lots and lots of keybindings working again, with lots more menu itemsPaul Davis
2005-11-27convert set_property("foo", bar) to property_foo() = barKarsten Wiese
2005-11-27convert property_foo().set_value(bar) to property_foo() = barKarsten Wiese
2005-11-23Gnome::Canvas -> ArdourCanvas and some other small fixesNick Mainsbridge
2005-11-22plugin selector from doug; lots and lots of fixes from karstenPaul Davis