summaryrefslogtreecommitdiff
path: root/gtk2_ardour/crossfade_view.cc
AgeCommit message (Expand)Author
2007-07-05New theme manager from trunk, backported to 2.0-ongoingDoug McLain
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-01-10fix xfade logic and use shared_ptr for xfadesPaul Davis
2006-11-28crossfade views are only as long as the crossfades themselves, show verbose t...Nick Mainsbridge
2006-10-25fixes for endemic (compiler?) issues with virtual inheritance of sigc::tracka...Paul Davis
2006-10-20fixes for crossfade views, crossfades and undo/redo. added default crossfade ...Paul Davis
2006-09-26Simple crossfade height fix for crossfades for Small and Smaller tracksSampo Savolainen
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-01Heavy-duty abstraction work to split type-specific classes intoDavid Robillard
2006-06-21the return of VST supportPaul Davis
2006-06-20fixes for libsndfile conversion issues, tape track waveform display and overl...Paul Davis
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
2005-11-16get editor.cc to compilePaul Davis
2005-11-15latest workPaul Davis
2005-11-13some C++-ification of GnomeCanvasBlahNick Mainsbridge
2005-10-06a few more header files fixes, plus cleanup from nick_m, and the start of Act...Paul Davis
2005-09-25Switched to use libgnomecanvas (not the C++ one).Taybin Rutkin
2005-09-25replaced slot() with mem_fun() and ptr_fun().Taybin Rutkin
2005-09-25Fly my pretties!Taybin Rutkin
2005-09-25Initial import of gtk2_ardour.Taybin Rutkin