summaryrefslogtreecommitdiff
path: root/gtk2_ardour/crossfade_edit.cc
AgeCommit message (Expand)Author
2009-03-06new crossfade editor icons from markus s.Paul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-19Only create a Curve for an AutomationList if we need it.David Robillard
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-09-29Can't call the wrong function when there's only one of them: remove ARDOUR::P...David Robillard
2008-09-19Fix parameter range stuff and automation time axis height (somewhat...).David Robillard
2008-09-19Tidy.David Robillard
2008-09-19Factor out sequencing related things into an independant new library: "evoral".David Robillard
2008-04-14* first working version of editing MIDI channels of individual notes, see: ht...Hans Baier
2008-04-11merge 3.0 from 2.0-ongoing@3243Paul Davis
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-02-02Merge with trunk R2978.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-07-03s/ParamID/Parameter/David Robillard
2007-06-29remove color.hDoug McLain
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-31fixup botched xfade-as-audioregion; apply work from 2.0-ongoingPaul Davis
2007-05-21virtualize audioregion, make crossfade IS-A audioregionPaul Davis
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 R992.David Robillard
2006-08-29Merged with trunk R861David Robillard
2006-08-11- Changed IO's vector<Port*>'s to PortListDavid Robillard
2006-07-28Merged with trunk R708David Robillard
2006-06-26Large nasty commit in the form of a 5000 line patch chock-full of completelyDavid Robillard
2006-06-15Merged with trunk revision 600David Robillard
2006-03-26fixed disappearing fade out points in xfade editorDoug McLain
2006-03-22significant changes in code to handle import/embedding - much cleaner and les...Paul Davis
2006-03-21add crossfade and layering options to menu system; add missing crossfade edit...Paul Davis
2006-03-12create xpm files from hard coded pixmaps, added function get_xpm() to make su...Doug McLain
2006-03-02remove debugging for peaks ready signal, plus add new connection arg to Sourc...Paul Davis
2006-02-14new color management design starts to take shape (canvas color only for now)Paul Davis
2006-01-03Cleaned up commented codeDoug McLain
2006-01-03Fixed crossfade editorDoug McLain
2005-11-28mega commit to remove gtk_object cruft, and much other stuffPaul Davis
2005-11-27slowly fixing up ArdourDialog nonsensePaul Davis
2005-11-23Gnome::Canvas -> ArdourCanvas and some other small fixesNick Mainsbridge
2005-11-15fix sigc++ SConscript, get crossfade_edit.cc to compilePaul Davis
2005-11-12incomplete changes based on karsten's megapatchPaul Davis
2005-10-09"finalmunge" patch from nick, plus work on editor region list and actions inf...Paul Davis
2005-09-26continuing fixes to get this shibboleth to compilePaul Davis
2005-09-26rename all GTK signalsPaul Davis
2005-09-26got ardour_dialog compilingPaul 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