summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-28Remove unused strip option from package script. Fixed build script to properl...Todd Naugle
2011-04-26fix nasty bug caused by incorrect checking of list contentsBen Loftis
2011-04-26make timefx thread sleep for a bit after its done, so that the GUI can proces...Paul Davis
2011-04-07fix for AU param listenersBen Loftis
2011-04-07make AUPlugin emit ParameterChanged() whenever it is notified of a parameter ...Paul Davis
2011-04-07remove recently added, but bogus, property listener stuff from appleutility libsPaul Davis
2011-04-07move deprecated JACK latency API out of port.h so that deprecation messages d...Paul Davis
2011-04-07remove unnecessary duplication of -D macros in cc/c++ compiler flagsPaul Davis
2011-04-06demo use of AudioUnit parameter listening (all commented out since its not ne...Paul Davis
2011-04-06add support for AudioUnit parameter listening (e.g. in non-plugin GUIs)Paul Davis
2011-04-06retain normal bare PATH for OS X bundle executionPaul Davis
2011-04-06Backport --strip=some|none|all option from A3Todd Naugle
2011-04-06back-port capture offset corrections from 3.0 to 2.0-ongoing. fairly well tes...Paul Davis
2011-04-06install and uninstall can now be run as root (ie su -c) although this is not ...Todd Naugle
2011-04-01Added checks to ensure there is enough disk space to install. Also added a ch...Todd Naugle
2011-04-01Include the bundle size files in the packageTodd Naugle
2011-04-01Calculate the size of the bundle and store it off in a fileTodd Naugle
2011-03-30add an API for listening to AU propertiesPaul Davis
2011-03-29Support for single architecture packages from A3Todd Naugle
2011-03-29minor editor tweaks: change order of range menu so more common operations ar...Ben Loftis
2011-03-29Allow extra command line parameters to be passed inTodd Naugle
2011-03-29add a second Delete action, so both Backspace and Delete can be bound to dele...Ben Loftis
2011-03-29significant fixes to realtime (touch/write) automation. no longer decide poi...Ben Loftis
2011-03-29new route groups should default ON Ben Loftis
2011-03-29make sure declicking fades reach their target, from svn 9086Ben Loftis
2011-03-29remove some rhythm ferret options that are not implemented in A2Ben Loftis
2011-03-02make AUBIO a non-optional dependencyPaul Davis
2011-03-02remove per-file references to __STDC_FORMAT_MACROSPaul Davis
2011-03-02use correct name for <inttype.h> macrosPaul Davis
2011-03-02force use of -D_STDC_FORMAT_MACROS in compiler flags, so that #include <intty...Paul Davis
2011-02-24Debug or stripped debug packages now get marked as such when the package is m...Todd Naugle
2011-02-15make sure that F4 is bound to the real separate action, not the Separate sub-...Paul Davis
2011-02-14added -d flag to bundle startup script that will launch ardour inside the deb...Todd Naugle
2011-02-14prevent ardour from ever, EVER, EVAH removing an existing source filePaul Davis
2011-02-09switch back to xterm being the first choice of terminals to use. This solves ...Todd Naugle
2011-02-09Fix typosTodd Naugle
2011-02-09Install instructionsTodd Naugle
2011-02-08make stage2.run a hidden fileTodd Naugle
2011-02-08Set the PWD here also. Some systems lose this when install calls stage2. Adds...Todd Naugle
2011-02-08A more robust way to ensure the PWD is correct. Look for gnome or kde termina...Todd Naugle
2011-02-08remove the bundle dir after it has been tar'ed upTodd Naugle
2011-02-08(from 3.0) fix bad comparison of possible frequency scaling governor valuesPaul Davis
2011-02-07register Lock edit mode as an enum to provide restore of Lock edit modePaul Davis
2011-02-04turn on strip by defaultTodd Naugle
2011-02-04use PROGRAM_NAME to determine MIDI port to use for Mackie controlPaul Davis
2011-02-04change SCHED_RR to FIFOTodd Naugle
2011-02-04use PROGRAM_NAME to define fixed MIDI port names in ardour_system.rcPaul Davis
2011-02-04only strip libs when requestedTodd Naugle
2011-02-04remove debug output from previous commitPaul Davis
2011-02-04better (?) fix for handling cleanup of per-thread UI request buffers : the th...Paul Davis