update .po files with --no-fuzzy-matching in use
[ardour.git] / libs /
2013-11-05 Paul Davisupdate .po files with --no-fuzzy-matching in use
2013-11-05 Paul Davisback-port two actual bug fixes from cairocanvas branch
2013-11-05 Paul Davisfix incorrect use of sizeof() in snprintf (function...
2013-11-05 Julien de Kozakfix tests compilation
2013-11-03 Sakari BergenFix invalid silence trimmer end-of-input behavior ...
2013-10-28 Paul Davisfix thinko in declaration of ARDOUR::PortEngine::get_po...
2013-10-28 Paul DavisMerge branch 'master--optional-external-libs' of https...
2013-10-28 Nils Philippsenallow linking unbundled versions of some libraries
2013-10-27 Robin Gareussilence warning for ancient libc users&devs :)
2013-10-27 Robin Gareusadd notes about inlined lv2 atom/util.h functions
2013-10-27 Robin Gareusexpand tabs in reaonablesynth code
2013-10-27 Robin Gareusmark some unused variables -- fewer compiler warnings
2013-10-26 Robin Gareusmake reasonable synth a bit more piano-like.
2013-10-26 Robin Gareusremove c99'ness from rsynth.c - should fix #5751
2013-10-25 Paul DavisMerge branch 'ordering_fixup' of https://github.com...
2013-10-23 Paul Davisfix MMC
2013-10-23 Colin FletcherReport an error to stderr if creation of jack command...
2013-10-23 Colin FletcherDon't ever pass -d for device name to dummy jackd driver
2013-10-23 Colin FletcherFix setting playback & capture channel counts for jackd...
2013-10-23 Colin FletcherDon't fail jackd command line creation for jack dummy...
2013-10-23 Robin Gareusremove fuzzy and obsolete translations
2013-10-23 Robin Gareusmake fixed IO ports untranslatable
2013-10-23 Robin GareusFix midi-note length when quantizing a swing rhythm
2013-10-23 nick_mNew routes are placed after highest selected route.
2013-10-23 Robin Gareusrelax requirement on lv2 stack
2013-10-23 Robin Gareusfix midi quantization - part two
2013-10-22 Robin Gareusinitialize plugin param descriptor struct
2013-10-22 Paul DavisMerge branch 'unify_display_ordering' of https://github...
2013-10-22 Paul DavisMerge branch 'miscfix' of https://github.com/mojofunk...
2013-10-22 Robin Gareushonor LV2 units:midiNote: display Note name instead... 3.5.14
2013-10-21 Paul Davisfix issues with recording while synced to JACK (non...
2013-10-21 Paul Davisadd default sample rate and buffer size methods to...
2013-10-21 Paul Davisfix endless messages about MIDI events being dropped.
2013-10-21 Tim MayberryRemove random character at start of wscript file
2013-10-20 Robin Gareusadd missing waflib include to rsynth.lv2
2013-10-20 Robin Gareusbundled LV2 plugin build and deployment
2013-10-20 Robin Gareusfix typo (rsynth.lv2 configure)
2013-10-20 nick_mUnify editor / mixer ordering.
2013-10-20 Robin Gareusadd reasonablesynth.lv2
2013-10-18 Paul Davisfix missing Click outputs for new sessions
2013-10-15 Paul Davisfix up issues with MIDI I/O option when using jack1...
2013-10-15 Paul Davisupdate russian translation (again)
2013-10-15 Paul Davisreduce default height of mackie control GUI, as per...
2013-10-15 Paul Davisupdate russian translation (from alexandre prokoudine)
2013-10-15 Paul Davisfix signed/unsigned issue pointed out by old apple gcc
2013-10-15 Paul Davisre-fix typo in PBD::demangle() for systems without...
2013-10-15 Paul Davisfix namespace issue with demangle on systems without...
2013-10-15 Paul Davisfix typo in PBD::demangle() for systems without execinfo.h
2013-10-14 Paul Davisadd a back-pointer to the owner of a Processor
2013-10-12 Paul Davisfix inability to export twice
2013-10-12 Paul Davisadapt AudioEngine to new AudioBackend API
2013-10-12 Paul Davisadapt JACK audiobackend to pay attention to new _start...
2013-10-12 Paul Davisslightly change AudioBackend API to allow specifying...
2013-10-11 Tim MayberryFix ardour tests to work with new AudioEngine/Backends...
2013-10-11 Tim MayberryAdd AudioEngine::set_default_backend
2013-10-11 Tim MayberryUse test-env.sh in run-session-tests.sh
2013-10-11 Tim MayberryWrite state data from automation list test to check...
2013-10-11 Tim MayberryAdd arg to test function to be able to prefix test...
2013-10-11 Tim Mayberryreturn bool in test util function to check writing...
2013-10-11 Tim MayberryUse test_search_path to find test data files for automa...
2013-10-11 Tim MayberryUpdate test to use correct SourceFactory::createWritabl...
2013-10-11 Tim MayberryDelete test_globals.h/cc now that the contents has...
2013-10-11 Tim MayberryAdd get_test_sample_rate to common test functions in...
2013-10-11 Tim MayberryFix script used to run libardour tests
2013-10-10 Paul Davissome slightly hackish changes to make it possible to...
2013-10-10 Paul Davisadd API to get current MIDI option from an audio/MIDI...
2013-10-10 Paul Davisadd API to get current MIDI option from an audio/MIDI...
2013-10-10 Paul Davisfix up parsing of send gain MIDI bindings so that they...
2013-10-10 Paul Davisadd JACK backend support for MIDI option discovery
2013-10-10 Paul Davisadd API to AudioBackend to allow discovery of possible...
2013-10-09 Paul Daviswhen looking for backends, search for *.dll as well...
2013-10-08 Paul Davisreduce version requirement for JACK
2013-10-08 Paul Davismove JACK configuration test(s) down to where they...
2013-10-08 Paul Davisremove link-time use of JACK, since it is now dlopen...
2013-10-08 Paul Davisrestore jack timebase master and jack session callback...
2013-10-08 Paul Davis-arestore jack timebase master and jack session callbac...
2013-10-08 Paul Davisupdated DE translation from edgar aichinger
2013-10-08 Paul Davisuse AudioEngine destructor to do necessary stuff when...
2013-10-08 Paul Davischange return type on ARDOUR::cleanup() since nobody...
2013-10-08 Paul Davischange tortured GtkUI startup process into something...
2013-10-04 Paul DavisMerge branch 'audiothreads' of https://github.com/mojof...
2013-10-04 Paul Davisprovide PBD::demangle() even on platforms without HAVE_...
2013-10-04 Tim MayberryImplement JACKAudioBackend::in_process_thread
2013-10-04 Tim MayberryMove processing thread list from ARDOUR::Graph into...
2013-10-04 Tim MayberryAdd AudioBackendThread class to support different threa...
2013-10-02 Paul Davisfix up crash caused by changes in object creation order...
2013-09-26 Paul Davisdon't ping JACK server 4 times to see if it is already...
2013-09-25 Paul Davisfix up enum mess caused by switching from JACK to Engin...
2013-09-25 Paul Davismake information extraction from session file options...
2013-09-25 Paul Davisstart explicitly linking against libtimecode (this...
2013-09-24 Paul Davisadd new static functions to get SR and disk sample...
2013-09-22 Paul Davismake session creation from a template work again
2013-09-21 Paul Davislikely fix for creating new sessions from templates
2013-09-20 Paul DavisRevert "actually load new state after creating a session."
2013-09-20 Paul DavisMerge branch 'master' of https://github.com/nmains...
2013-09-20 Paul Davisrather hacky fix for the change of the SyncSource ...
2013-09-19 Paul Davisswitch from JACK_Slave to Engine_Slave
2013-09-19 Paul Davisshow a different audio/MIDI option screen if JACK is...
2013-09-18 Paul Davissubstantive changes to allow the audio/MIDI setup dialo...
2013-09-17 nick_mactually load new state after creating a session.
next