summaryrefslogtreecommitdiff
path: root/gtk2_ardour/about.cc
AgeCommit message (Collapse)Author
2007-07-05New theme manager from trunk, backported to 2.0-ongoingDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2110 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-11new hellenic translation, plus new names in about dialogPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1703 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-19Updated German translation.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1625 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-18Extend copyright year to 2007Sampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@1616 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-28While I am honored, humbled, and pleased to be added to the ardour copyright ↵David Taht
message, my name is actually spelt with an umlaut. Fixed. git-svn-id: svn://localhost/ardour2/trunk@1533 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-26add nedko to contributors listPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1517 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-23fix for #1041, I/O names with colons in themPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1502 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-23possible fix for MTC slavingPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1498 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1488 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-12-06miscellaneous stuff, SVN IS TEMPORARILY BROKEN. FIX WITHIN 18 HOURSPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1192 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-12new svn_revision.h build system, plus no more SMPTE, just Timecode2.0beta8Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1116 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-06Forgot Christophe from about.cc2.0beta7Sampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@1082 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-11-03Plugin windows change title when route title changes.Taybin Rutkin
Mixer strip comments saved. (thanks brianahr!) Removed unnecessary SConscript file. Fixed CoreAudioSource compilation. git-svn-id: svn://localhost/ardour2/trunk@1063 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-10-26no umlaut in ThorstenPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1023 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-10-26new version derivation system, improvements to splash screen displayPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1022 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-10-26remove version.cc (sigh)Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1020 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-10-26remove reference to PluginState in VST code, for real this timePaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1014 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-10-11New spash screenSampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@977 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-08-25use shared_ptr<> for all region handlingPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@852 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-06-21the return of VST supportPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@629 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-03-10oops, I started moving other images into pixmaps dir, then decided to wait ↵Doug McLain
for further direction from the guri git-svn-id: svn://localhost/trunk/ardour2@371 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-03-10Example code to load the x and <-> xpms for the mixer strip from files ↵Doug McLain
instead of from hard coded xpm data. git-svn-id: svn://localhost/trunk/ardour2@370 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-03-10final fix for IOSelector widget: clicking on port header will now make that ↵Doug McLain
port view active. Also removed all canvas stuff from ardour2_ui.rc and set mixer font back to old size git-svn-id: svn://localhost/trunk/ardour2@367 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-01-04Updates for set_type_hint() and the sfdb_ui.Taybin Rutkin
git-svn-id: svn://localhost/trunk/ardour2@239 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-11-14Added Petter Sundlof (peppo) to contributors & the about boxSampo Savolainen
git-svn-id: svn://localhost/trunk/ardour2@91 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul Davis
git-svn-id: svn://localhost/trunk/ardour2@51 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-09-26initial changes to get about.cc compiledPaul Davis
git-svn-id: svn://localhost/trunk/ardour2@36 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-09-25replaced slot() with mem_fun() and ptr_fun().Taybin Rutkin
git-svn-id: svn://localhost/trunk/ardour2@29 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-09-25Fly my pretties!Taybin Rutkin
git-svn-id: svn://localhost/trunk/ardour2@28 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-09-25Initial import of gtk2_ardour.Taybin Rutkin
git-svn-id: svn://localhost/trunk/ardour2@24 d708f5d6-7413-0410-9779-e7cbd77b26cf