ardour.git
2006-08-08 Taybin RutkinAudioUnit work.
2006-08-05 Sampo SavolainenFix for compiling with gcc 4.1. Inlining functions...
2006-08-05 Sampo SavolainenFixed memory leak while recording due to rec region...
2006-08-05 Sampo Savolainenshraed_ptr<> etc. fixes for VST's. VST support now...
2006-08-04 Hans FugalMerging undo branch into trunk. It compiles and works...
2006-08-04 Hans FugalReally fixed conflicts. Ready to merge into trunk.
2006-08-04 Hans Fugal r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
2006-08-03 Taybin RutkinFix for AudioUnit crash.
2006-08-03 Hans Fugal r260@gandalf: fugalh | 2006-08-03 15:53:50 -0600
2006-08-03 Taybin RutkinStart using libappleutility
2006-08-03 Taybin RutkinMost PluginManager refactoring is out of the way. ...
2006-08-03 Sampo SavolainenOops. forgot the most important file of previous commit.
2006-08-03 Taybin RutkinFixed link error.
2006-08-03 Sampo SavolainenSmall rehaul of track and automation track headers...
2006-08-02 Taybin RutkinAdded libappleutility from /Developer/Examples/CoreAudi...
2006-08-02 David RobillardFix for all regions having a "speed mismatch" (showing...
2006-08-01 David RobillardFixed random track background problem
2006-08-01 Jesse ChappellFixed floating point resolution in saved state issue...
2006-08-01 Sampo SavolainenFixed a nasty sound file overwrite issue due to how...
2006-08-01 David RobillardSure enough... forgot to add the new file
2006-08-01 David RobillardMoved DataType into it's own class (resolved a name...
2006-08-01 Taybin RutkinAdded LADSPA_PATH to ardev_common.sh
2006-08-01 David RobillardMinor changes from MIDI branch
2006-08-01 Taybin RutkinAudioUnits are selectable in PluginSelector. Will...
2006-08-01 David RobillardAdded missing file (well.. had to be at least one..)
2006-08-01 David RobillardAnother OSX fix...
2006-08-01 David RobillardOSX fix (no posix_memalign)
2006-08-01 David RobillardFix for Jack MIDI dependency (ie remove it)
2006-08-01 David RobillardHeavy-duty abstraction work to split type-specific...
2006-07-31 Taybin RutkinUse UTF8 instead of ASCII in CFString conversion.
2006-07-31 Taybin RutkinStart of AudioUnit work. COREAUDIO=y is a little desta...
2006-07-31 Sampo SavolainenEditing text now works even with num lock or caps lock on.
2006-07-29 Hans FugalCompiles, but doesn't link. The link errors are mostly...
2006-07-28 Hans Fugal r209@gandalf: fugalh | 2006-07-28 17:38:21 -0600
2006-07-28 Taybin RutkinUpdates to get CoreAudioSource linking again.
2006-07-28 Jesse Chappellfixed flac sconstruct checklib questionably by adding...
2006-07-27 Sampo Savolainenshared_ptr fixes
2006-07-27 Paul Davisadd forgotten rcu.h header
2006-07-27 Paul Davisadded RCU handling of Session route list, and major...
2006-07-27 Taybin Rutkinsfdb paths are saved and restored. prercu
2006-07-27 Hans Fugal r206@gandalf: fugalh | 2006-07-26 18:19:07 -0600
2006-07-27 Hans Fugal r205@gandalf: fugalh | 2006-07-26 18:11:47 -0600
2006-07-26 Hans Fugal r200@gandalf: fugalh | 2006-07-26 17:28:46 -0600
2006-07-26 Hans Fugal r199@gandalf: fugalh | 2006-07-26 17:22:38 -0600
2006-07-26 Taybin RutkinMinor updates for PathList and OptionEditor.
2006-07-26 Taybin RutkinAdded PathList widget to Gtkmm2ext. It is for adding...
2006-07-25 Hans Fugal r191@gandalf: fugalh | 2006-07-24 19:50:10 -0600
2006-07-22 Taybin RutkinFixed double delete in Stateful::add_instant_xml().
2006-07-19 Taybin RutkinRemoved unused midicontrollable.cc
2006-07-19 Taybin RutkinUpdated config.guess file
2006-07-18 Hans Fugal r189@gandalf: fugalh | 2006-07-18 17:54:25 -0600
2006-07-18 Hans Fugal r184@gandalf: fugalh | 2006-07-17 19:02:10 -0600
2006-07-18 Hans Fugal r183@gandalf: fugalh | 2006-07-17 19:01:39 -0600
2006-07-13 Paul Davisdestructive track work: regions now display offset...
2006-07-11 Hans Fugal r168@gandalf: fugalh | 2006-07-11 16:29:22 -0600
2006-07-11 Sampo SavolainenMake it possible to edit multiple pan automation lines
2006-07-11 Paul Davismake waveforms centered when height hits NAME_HIGHLIGHT...
2006-07-11 Paul Davisremoved references to midi controls from VST plugin...
2006-07-11 Paul Davisfix for playhead/edit cursor having wrong z-order place...
2006-07-11 Taybin RutkinFix for compiling on gcc4.
2006-07-10 Paul DavisBWF offset changes from Ben Loftis, hacked by hand...
2006-07-10 Paul Davismodification to make generic MIDI actually work again
2006-07-08 Paul Davissave+restore ID counter; fix buglet introduced with...
2006-07-08 Paul Davisremove UUIDs as implemention of PBD::ID, use static...
2006-07-08 Paul Davisadd new files
2006-07-07 Paul Davisid_t becomes a fully-fledged object, UUID's used for...
2006-07-06 Sampo SavolainenFixed compile warnings.
2006-07-06 Hans Fugal r162@gandalf: fugalh | 2006-06-30 19:30:58 -0600
2006-07-06 Jesse Chappell- fixed editor forced minimum size issue
2006-07-02 Sampo SavolainenFix midi control for log plugin parameters.
2006-07-02 Sampo SavolainenRename pbd3 to pbd
2006-06-30 Hans Fugal r155@gandalf: fugalh | 2006-06-30 11:21:45 -0600
2006-06-30 Hans Fugal r154@gandalf: fugalh | 2006-06-30 11:16:27 -0600
2006-06-29 Taybin RutkinFixed i18n system.
2006-06-29 Hans Fugal r132@gandalf: fugalh | 2006-06-29 12:45:16 -0600
2006-06-29 Hans Fugal r115@gandalf: fugalh | 2006-06-23 12:36:05 -0600
2006-06-29 Taybin RutkinAdded path.cc and tokenizer.h from win32 branch.
2006-06-29 Hans Fugalmerging trunk
2006-06-29 Jesse Chappelladded ladspa path stuff to osx exporter script
2006-06-28 Taybin RutkinRemoved Cassowary library. (best laid plans...)
2006-06-28 Paul Davismany fixes to audio file code, SMPTE offset now works...
2006-06-27 Taybin RutkinCoreAudioSource moved to coreaudiosource.cc.
2006-06-27 Taybin RutkinStart of app_build script.
2006-06-27 Taybin RutkinComponents of Ardour.app package.
2006-06-22 Hans FugalMerging from trunk
2006-06-22 Hans Fugal r111@gandalf: fugalh | 2006-06-22 17:38:14 -0600
2006-06-22 Hans Fugal r80@gandalf: fugalh | 2006-06-22 16:37:01 -0600
2006-06-22 Paul Daviscorrectly forward configure events to plugin windows...
2006-06-22 Paul Davisremove references to un-namespaced "error" symbol
2006-06-22 Paul Davisdon't use PluginSelector::vst_refiller if VST_SUPPORT...
2006-06-22 Paul Davisuse newer python string methods
2006-06-22 Paul Davisadd actual wine-built code for VST support
2006-06-22 Paul Davismore details for VST support
2006-06-21 Paul Davisthe return of VST support
2006-06-20 Paul Davisallow libsndfile to open BWF files; fix -Woverload...
2006-06-20 Taybin RutkinMerged revisions 588:623 from tag/presndfile.
2006-06-20 Paul Davisfixes for libsndfile conversion issues, tape track...
2006-06-16 David RobillardFixed typo that had "Send MMC" toggling Send MTC
2006-06-15 David RobillardMoved SMPTE type/functions into SMPTE namespace;
2006-06-15 Sampo SavolainenMake signals below -200dB "-inf" in meters.
next