some possible build fixes for OS X
[ardour.git] / libs /
2011-10-20 Paul Davisadd (commented) new version of fit-to-pixels function...
2011-10-19 David RobillardTrim include tree.
2011-10-19 Paul Davisadd AU parameter listening stuff from 2.X
2011-10-19 Paul Davisdebugging with thorwil: don't redirect JACK msgs via...
2011-10-19 Paul Davisdebugging with thorwil
2011-10-19 David RobillardRemove dubious Evoral::Event methods that exposed non...
2011-10-19 Paul Davisworking AU instruments (MIDI-driven synth plugins)
2011-10-19 Carl HetheringtonFix insertion of processors at the point at which the...
2011-10-19 Carl HetheringtonFinish off half-cleanup.
2011-10-19 Carl HetheringtonImprove plugin hide logic to prevent crashes when tryin...
2011-10-19 Carl Hetheringtonflush_buffers on all of a route's deliveries so that...
2011-10-19 Carl HetheringtonRemove unnecessary virtual declaration.
2011-10-19 David RobillardTrim the include tree.
2011-10-18 Paul Davisdeliver MIDI events to AU plugins that want them
2011-10-18 Paul Davischanges for OS X support: change waf config define...
2011-10-18 Paul Davisnew debugging flags for PluginManager and AudioUnits
2011-10-18 Paul Davismake Stateful::_id private and provide appropriate...
2011-10-18 Paul Davisremove gnome canvas from ardour source tree (require...
2011-10-18 Carl HetheringtonRemove unused code.
2011-10-17 Carl HetheringtonDiscard MIDI when sending to the monitor bus. Fixes
2011-10-13 Paul Davisavoid listing duplicate LXVST plugins that are discover...
2011-10-13 Paul Davisadd new per-session MIDI-region-copy-is-fork: if set...
2011-10-07 Carl HetheringtonRemove unused variable.
2011-10-07 David RobillardFix crash on "Consolidate Range" on MIDI tracks (#4226).
2011-10-07 David RobillardFix crash when moving end marker after deleting loop...
2011-10-07 David RobillardMake panner tolerate 0 audio inputs (fix #4353).
2011-10-04 Carl HetheringtonFix LXVST compile.
2011-10-03 Paul Davisupdate vestige header; fix 64 bit issues
2011-10-03 David RobillardRemove LV2 support via SLV2 (Lilv only now).
2011-09-30 David RobillardProper fix for r10178.
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-09-30 Paul Davisworkaround for WTF-breakage of bld.env/bld.is_defined...
2011-09-30 Paul Davisdon't build tranzport support unless it was asked for...
2011-09-30 Paul Davismore changes to wscript files to catch up with waf...
2011-09-30 Paul Davismake libardour header checks non-mandatory (for OS X)
2011-09-30 Paul Davismake surfaces header checks non-mandatory (for OS X)
2011-09-30 Paul Davismake libpbd header checks non-mandatory (for OS X)
2011-09-29 David RobillardFix installation globs
2011-09-29 David RobillardFix whitespace.
2011-09-29 David RobillardUse is_defined to check for HAVE_* variables set by...
2011-09-29 David RobillardRemove use of waf compat15 tool.
2011-09-29 David RobillardUpgrade to waf 1.6.7 and autowaf r52.
2011-09-28 Paul Davismore jack include fixes
2011-09-28 Paul Davisheader file fixup for weak jack linkage, forward ported...
2011-09-28 Paul Davisforward port latency computation fix from 2.X for case...
2011-09-28 Carl HetheringtonStrip .ardour prefix from session files selected from...
2011-09-27 Carl HetheringtonPatch from Colin to fix a search/replace bug in TOC...
2011-09-27 Carl HetheringtonAdd missed parent class call to Sequence::control_list_...
2011-09-27 Carl HetheringtonThe most minor of formatting tweaks.
2011-09-27 Carl HetheringtonFix crash on close after Mackie modifications by making...
2011-09-26 Carl HetheringtonFix crash on startup caused by previous Mackie commits.
2011-09-26 Carl HetheringtonNo-op; formatting tidy-ups.
2011-09-26 Carl HetheringtonUpdate Mackie surface state when something is connected...
2011-09-26 Carl HetheringtonAdd Signal5.
2011-09-26 Carl HetheringtonCorrect signal handling for previous commit.
2011-09-26 Carl HetheringtonDelete MIDI port objects when the MackieControlProtocol...
2011-09-26 Carl HetheringtonUse RCU for MIDI Manager's port list.
2011-09-26 Paul Davismore assert/debugging
2011-09-26 Carl HetheringtonSomewhat experimental patch to hide plugin inputs if...
2011-09-26 Carl HetheringtonTidy up PluginInsert's handling of how it chooses to...
2011-09-26 Carl HetheringtonFix warnings.
2011-09-25 Paul Davis3.X version of earlier major fix to 2.X: Route::check_i...
2011-09-25 Paul Davisminor but important fix for the wrap-buffer case in...
2011-09-25 Paul Davisminor correction in return type cast
2011-09-21 Paul Davischange default search path for linux VST to use lib64...
2011-09-21 Paul Davisfixes from 2.X for latency/capture alignment stuff...
2011-09-21 Carl HetheringtonCheck inodes before reporting ambigious files (#4326).
2011-09-21 Carl HetheringtonMake LXVST_PATH / LXVST_PLUGINS work (#4329).
2011-09-21 Carl HetheringtonAdd missing files.
2011-09-21 Carl HetheringtonUse a MementoCommandBinder for Crossfades so that the...
2011-09-20 Paul Davisa few coding style (indentation etc.) cleanups to LX...
2011-09-20 Paul Davis(native) Linux VST support from LinuxDSP
2011-09-19 Carl HetheringtonEmit ContentsChanged on the model when one of its contr...
2011-09-18 Carl HetheringtonSpecialise ConfigVariable for string so that values...
2011-09-18 Carl HetheringtonRemove unused rec_monitors_input variables.
2011-09-16 Carl HetheringtonRemove unused parameter.
2011-09-14 Carl HetheringtonOption to glue new markers to bars and beats (part of
2011-09-14 Carl HetheringtonLoad the tempo map before the locations so that locations
2011-09-14 Carl HetheringtonFix default disk_io_chunk_frames for diskstream so...
2011-09-14 Carl HetheringtonClear clicks on locating for a seamless loop so that...
2011-09-13 Paul Davisnew norwegian translation from Eivind Ødegård
2011-09-12 Carl HetheringtonUse derived pan_outs() when panner setup is deferred, to
2011-09-12 Carl HetheringtonFix a couple of thinkos causing crashes during split...
2011-09-07 Carl HetheringtonIncrease threshold for zoom-by-horizontal movement;
2011-09-07 Carl HetheringtonUpdate route colours when they are added to / removed
2011-09-06 Carl HetheringtonCorrect fix for previous commit.
2011-09-06 Carl HetheringtonDo not move the initial tempo / meter changes at 0...
2011-09-05 Carl HetheringtonAdd option to insert time on all a track's playlists...
2011-08-31 Carl HetheringtonAllow route groups to color their tracks (remainder of
2011-08-31 David RobillardFix meter colour range to again have a hard knee at...
2011-08-31 David RobillardFix meter colour gradients (mid and top were swapped).
2011-08-31 David RobillardMake meters with different colour parameters actually...
2011-08-30 Carl HetheringtonTidy formatting some more.
2011-08-30 Carl HetheringtonTidy formatting.
2011-08-30 Carl HetheringtonGive route groups their own colour, settable from the...
2011-08-29 Carl HetheringtonEnsure that the fade curves are updated when the xfade
2011-08-29 Carl HetheringtonMove what I'm pretty sure is a misplaced assert; a...
2011-08-19 Carl HetheringtonEmit ConfigurationChanged when meter setup bypasses the
2011-08-17 Paul Davisvarious fixes to MidiRegionView selection handling... 3.0-alpha10
2011-08-16 Paul Davisavoid compiler warnings about un-implemented MIDI funct...
next