Merge branch 'master' into windows
[ardour.git] / libs /
2013-09-06 Paul DavisMerge branch 'master' into windows
2013-09-06 Paul Davisfix for unconditional use of #include <malloc.h> which...
2013-09-06 Tim MayberryUse correct define when building ControlProtocol to...
2013-09-06 Tim MayberryRename SearchPath class Searchpath
2013-09-06 Tim MayberryIfdef some non-portable code for MinGW
2013-09-06 Tim MayberryFix for isnan using MinGW compiler
2013-09-06 Tim MayberryAdd test for writing a jack config file
2013-09-06 Tim MayberryRemove windows specific quoting now that jack autostart...
2013-09-06 Tim MayberryRemove ARDOUR::start_jack_server now that jack autostar...
2013-09-05 John Emmas'libs/ardour' - Revert 'std::llabs' to 'llabs' until...
2013-09-05 John Emmas'libs/ardour' - Minor changes to prevent MSVC from...
2013-09-05 John Emmas'surfaces/mackie' - Platform specific changes
2013-09-05 John Emmas'surfaces/mackie' - Other minor changes needed for...
2013-09-05 John Emmas'surfaces/mackie' - Comment out some structure field...
2013-09-05 John Emmas'surfaces/generic_midi' - Specify 'MIDI::byte' instead...
2013-09-05 John Emmas'surfaces/generic_midi' - Comment out some structure...
2013-09-05 John Emmas'surfaces/generic_midi' - Minor modification to prevent...
2013-09-05 John Emmas'libs/audiographer' - Try 'lrintf' instead of 'rintf...
2013-09-05 John Emmas'libs/audiographer' - Use 'alloca()' for a stack based...
2013-09-04 John Emmas'libs/surfaces' - Add an additional visibility specifie...
2013-09-04 John Emmas'libs/gtkmm2ext' - Minor modification to prevent MSVC...
2013-09-04 John Emmas'libs/gtkmm2ext' - Add the file 'gtkapplication_win32...
2013-09-03 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-09-03 John Emmas'libs/panners' - Remove the temporary export specifiers...
2013-09-03 John Emmas'libs/panners' - Disable a compiler-specific warning
2013-09-03 John Emmas'libs/panners' - Fix a typo in 'vbap/vbap.cc'
2013-09-03 John Emmas'libs/panners' - Use 'std::vector' to implement arrays...
2013-09-03 John Emmas'libs/panners' - Use 'alloca()' for a stack based array...
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul Davisfix error introduced during recent changes to Mackie...
2013-09-03 Paul Davisfix a few minor compilation warnings
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul Davisuse visibility macros to control visibility in control...
2013-09-03 Paul Davisadd comment
2013-09-03 Paul Davisupdated .po files from waf i18n, plus an updated gtk2_a...
2013-09-02 Paul Davisadd std:: to clarify use of llabs on OS X
2013-09-02 Paul Davisreplace recently added attempt to use visibility macros...
2013-09-02 Paul Davisadd visibility.h to provide generic DSO/DLL visibility...
2013-09-02 John Emmas'libs/panners' - Streamline my previous API changes...
2013-09-01 Robin Gareusimprove scroll and drag behaviour of volume-controller...
2013-08-31 Robin Gareusfix keyboard interaction with volume knobs (monitor...
2013-08-31 John Emmas'libs/panners' - Add a conventional 'C' API call type...
2013-08-30 John Emmas'libs/panners' - A small test (before going too far...
2013-08-29 Robin Gareusfix typo in IEC-meter 'weird-float' protection.
2013-08-29 Robin Gareusprotect meters against weird float values
2013-08-29 Robin Gareusupdate external plugin UI handling
2013-08-27 Robin Gareusfix vari-speed phase (when used for calculation only)
2013-08-27 John Emmas'libs/clearlooks-newer' - Clearlooks needs to be builda...
2013-08-26 John EmmasMinor tweaks to MSVC build (hopefully of little consequ...
2013-08-26 John Emmas'libs/gtkmm2ext' - Compiler specific includes
2013-08-26 John Emmas'libs/gtkmm2ext' - Main body of changes required for...
2013-08-26 John Emmas'libs/gtkmm2ext' - Use 'std::vector' instead of dynamic...
2013-08-26 John Emmas'libs/gtkmm2ext' - Remove "using namespace Gdk;" to...
2013-08-25 Robin Gareusadd LV2 support for kx:external-ui#
2013-08-24 Paul Davisfix compilation on linux
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-24 Paul Davispot/po file updates caused by waf i18n
2013-08-24 Paul Davisfix confusion about whether flip_mode in the Mackie...
2013-08-24 Tim Blechmannexport: add support for CAF
2013-08-22 Paul Davisundo the hiding of SR-dependent LV2 ports
2013-08-15 Paul Davisupdate czech translations from pavel fric, part 2
2013-08-15 Paul Davisupdate czech translations from pavel fric
2013-08-15 Paul Davisfix newly-appearing crash-at-close caused by muddled...
2013-08-15 Paul Davischeck master sources when determining whether a region...
2013-08-13 Tim MayberryCall setup_libpbd_enums in PBD::init for portability
2013-08-13 Tim MayberryCall Gio::init from PBD::init instead of ARDOUR::init
2013-08-13 Tim MayberryCall PBD::init in ARDOUR::init and PBD::cleanup in...
2013-08-13 Tim MayberryAdd PBD::init and PBD::cleanup
2013-08-13 Tim MayberryPrevent libardour from being initialized more than...
2013-08-13 Tim MayberryChange ARDOUR::init return type to bool type for succes...
2013-08-11 Robin Gareusfix thinko in 5dee49e19
2013-08-11 Robin Gareusfix 5dee49e19 (32/64 bit unsigned int compatibility)
2013-08-11 Robin Gareusmake LV2 communication buffers independent from jack...
2013-08-09 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-08-09 John Emmas'libs/ardour' - If the platform is Windows, prevent...
2013-08-09 John Emmas'libs/ardour' - New files and changes needed for 'msvc_...
2013-08-09 John Emmas'libs/ardour' - Correct an invalid buffer address ...
2013-08-09 John Emmas'libs/ardour' - Minor change to an included header...
2013-08-09 Paul Davischanges to allow window branch to build on OS X
2013-08-07 Robin Gareusfix compiler warning
2013-08-07 Paul Davisuse std::numeric_limits<float>::infinity() rather than...
2013-08-06 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-08-06 benfix taglib header paths so linked headers are not necessary
2013-08-04 John Emmas'libs/ardour' - Platform specific changes and includes
2013-08-04 John Emmas'libs/ardour' - Compiler specific includes and includes
2013-08-04 John Emmas'libs/ardour' - Main body of changes required for build...
2013-08-04 Robin GareusTimecode: fix subframe rounding
2013-08-04 John Emmas'libs/ardour' - Use 'std::vector' instead of dynamicall...
2013-08-04 Robin Gareusfix no-roll LTC encoder, honor locates when transport...
2013-08-04 John Emmas'libs/ardour' - Use 'const_iterator' where appropriate...
2013-08-03 Robin Gareusmake master-meter in toolbar optional
2013-08-03 Robin Gareusadvance track's play-position even if processing is...
2013-08-03 Robin Gareusproperly handle port removal in route.
2013-08-02 Robin GareusMerge branch 'midiclock' of https://github.com/axetota...
2013-08-02 Michael FisherSend and Read MIDI Positions the right way
2013-08-02 Robin Gareuson session-load: skip output-change-handler until IOs...
2013-08-02 Robin Gareusdisallow invalid port-removal
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-02 Paul Davisfix typos in display of error message about an LV2...
2013-08-02 Michael FisherResolve duplicate symbol 'cocoa_open_uri' on OSX builds.
next