summaryrefslogtreecommitdiff
path: root/gtk2_ardour/SConscript
AgeCommit message (Expand)Author
2007-09-24fix up translation domains to reflect v2; functor command headerPaul Davis
2007-08-22changes to support packaging of the GTK-Quartz version of Ardour for OS XPaul Davis
2007-08-15changes specific to GTK-OSX buildPaul Davis
2007-08-13engine dialog work, new -m option for menu file selection, new obolean automa...Paul Davis
2007-08-03change RC files in tarball to the templates, dammit!2.0.5Paul Davis
2007-08-03fixes to theme font issues, tweaks etc. still needs verification on the linu...Jesse Chappell
2007-08-02add theme files to default target, and install using target namesPaul Davis
2007-08-02new parametized font sizing for RC filesPaul Davis
2007-07-19new functionality to add MIDI ports from the options editor, not totally fini...Paul Davis
2007-07-05New theme manager from trunk, backported to 2.0-ongoingDoug McLain
2007-06-29make a start on JACK control dialogPaul Davis
2007-04-13rui's updated pt_PT gtk2_ardour translationPaul Davis
2007-03-16pre-beta12Paul Davis
2007-02-13remove ardour.bindings from svn, and build using sconsPaul Davis
2007-02-01Moved GroupButtons to gtkmm2extTaybin Rutkin
2007-01-18more games with selectionPaul Davis
2007-01-17added missing file to srctar2.0beta11.1Paul Davis
2007-01-07fix startup order (ARDOUR::init() vs. AudioEngine creation); start work on cl...Paul Davis
2007-01-05use dynamic bitsets for send + port insert naming; fix up ardev, arval etc mo...Paul Davis
2007-01-04copy older versions of the session file, fix up ardev to work again using %VE...Paul Davis
2007-01-03do proper install on x86_64 system, remove stupid debuggig code from panner, ...Paul Davis
2006-12-20new GUIs for stereo pannersPaul Davis
2006-11-12new svn_revision.h build system, plus no more SMPTE, just Timecode2.0beta8Paul Davis
2006-10-31fix sndfile reference in gtk2_ardour/SConscriptPaul Davis
2006-10-31massive changes in automation state handling, not entirely complete; some bug...Paul Davis
2006-10-26new version derivation system, improvements to splash screen displayPaul Davis
2006-10-26remove version.cc (sigh)Paul Davis
2006-10-16fix (?) handling of fake regions; use int cast before MeterFoo cast; use defa...Paul Davis
2006-10-11New spash screenSampo Savolainen
2006-10-10fix audio clock field widths, change minsec display to include fractional sec...Paul Davis
2006-10-03floating point precision fix, after months of waiting, plus fix for width of ...Paul Davis
2006-09-20fixes for drag-n-drop broken by use of boost::shared_ptr<T>Paul Davis
2006-08-31Fixed compilation of CoreAudioSourceTaybin Rutkin
2006-08-25use shared_ptr<> for all region handlingPaul Davis
2006-08-11new RCU implementation, using an extra layer of indirection allowing us to us...Paul Davis
2006-08-11Remove unnecessary header usage.Taybin Rutkin
2006-08-10Moved PluginInfo::Type to ARDOUR::PluginType in ardour/types.h.Taybin Rutkin
2006-08-03Start using libappleutilityTaybin Rutkin
2006-08-01AudioUnits are selectable in PluginSelector. Will crash if someone clicksTaybin Rutkin
2006-08-01Heavy-duty abstraction work to split type-specific classes intoDavid Robillard
2006-07-27added RCU handling of Session route list, and major use of shared_ptr<T> ever...Paul Davis
2006-07-08remove UUIDs as implemention of PBD::ID, use static counter (not finished - c...Paul Davis
2006-07-07id_t becomes a fully-fledged object, UUID's used for IDs, generic MIDI now ow...Paul Davis
2006-06-29Fixed i18n system.Taybin Rutkin
2006-06-28many fixes to audio file code, SMPTE offset now works correctlyPaul Davis
2006-06-21the return of VST supportPaul Davis
2006-06-20fixes for libsndfile conversion issues, tape track waveform display and overl...Paul Davis
2006-06-14attempted fix for FLAC-sensitive build of libsndfile - link FLAC into ardour ...Paul Davis
2006-05-31unfinished work on selection/HiG details, restore range ops destroyed by auto...Paul Davis
2006-05-23breakout control protocol code into LGPL library; fix panner buttons even mor...Paul Davis