summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2013-08-26Minor tweaks to MSVC build (hopefully of little consequence)John Emmas
2013-08-26'libs/gtkmm2ext' - Compiler specific includesJohn Emmas
2013-08-26'libs/gtkmm2ext' - Main body of changes required for building with MSVC (most...John Emmas
2013-08-26'libs/gtkmm2ext' - Use 'std::vector' instead of dynamically sized arrays (req...John Emmas
2013-08-26'libs/gtkmm2ext' - Remove "using namespace Gdk;" to avoid confusion (in 'fast...John Emmas
2013-08-24fix compilation on linuxPaul Davis
2013-08-24fix merge conflicts from masterPaul Davis
2013-08-24pot/po file updates caused by waf i18nPaul Davis
2013-08-24fix confusion about whether flip_mode in the Mackie support code is a bool or...Paul Davis
2013-08-24export: add support for CAFTim Blechmann
2013-08-22undo the hiding of SR-dependent LV2 portsPaul Davis
2013-08-15update czech translations from pavel fric, part 2Paul Davis
2013-08-15update czech translations from pavel fricPaul Davis
2013-08-15fix newly-appearing crash-at-close caused by muddled thinking in pbd/pthread_...Paul Davis
2013-08-15check master sources when determining whether a region uses a source. should ...Paul Davis
2013-08-13Call setup_libpbd_enums in PBD::init for portabilityTim Mayberry
2013-08-13Call Gio::init from PBD::init instead of ARDOUR::initTim Mayberry
2013-08-13Call PBD::init in ARDOUR::init and PBD::cleanup in ARDOUR::cleanupTim Mayberry
2013-08-13Add PBD::init and PBD::cleanupTim Mayberry
2013-08-13Prevent libardour from being initialized more than onceTim Mayberry
2013-08-13Change ARDOUR::init return type to bool type for success/failureTim Mayberry
2013-08-11fix thinko in 5dee49e19Robin Gareus
2013-08-11fix 5dee49e19 (32/64 bit unsigned int compatibility)Robin Gareus
2013-08-11make LV2 communication buffers independent from jack-midi buffer-sizeRobin Gareus
2013-08-09Merge branch 'windows' of git.ardour.org:ardour/ardour into windowsJohn Emmas
2013-08-09'libs/ardour' - If the platform is Windows, prevent lengthy caching by flushi...John Emmas
2013-08-09'libs/ardour' - New files and changes needed for 'msvc_libardour'John Emmas
2013-08-09'libs/ardour' - Correct an invalid buffer address (io.cc)John Emmas
2013-08-09'libs/ardour' - Minor change to an included header file (audiofile_tagger.cc)John Emmas
2013-08-09changes to allow window branch to build on OS XPaul Davis
2013-08-07fix compiler warningRobin Gareus
2013-08-07use std::numeric_limits<float>::infinity() rather than INFINITY to try to get...Paul Davis
2013-08-06Merge branch 'windows' of git.ardour.org:ardour/ardour into windowsJohn Emmas
2013-08-06fix taglib header paths so linked headers are not necessaryben
2013-08-04'libs/ardour' - Platform specific changes and includesJohn Emmas
2013-08-04'libs/ardour' - Compiler specific includes and includesJohn Emmas
2013-08-04'libs/ardour' - Main body of changes required for building with MSVCJohn Emmas
2013-08-04Timecode: fix subframe roundingRobin Gareus
2013-08-04'libs/ardour' - Use 'std::vector' instead of dynamically sized arrays (requir...John Emmas
2013-08-04fix no-roll LTC encoder, honor locates when transport is stoppedRobin Gareus
2013-08-04'libs/ardour' - Use 'const_iterator' where appropriate (required to be builda...John Emmas
2013-08-04make master-meter in toolbar optionalRobin Gareus
2013-08-03advance track's play-position even if processing is lockedRobin Gareus
2013-08-03properly handle port removal in route.Robin Gareus
2013-08-03Merge branch 'midiclock' of https://github.com/axetota/ardourRobin Gareus
2013-08-02Send and Read MIDI Positions the right wayMichael Fisher
2013-08-03on session-load: skip output-change-handler until IOs are restoredRobin Gareus
2013-08-03disallow invalid port-removalRobin Gareus
2013-08-02Merge branch 'master' into windowsPaul Davis
2013-08-02fix typos in display of error message about an LV2 plugin presetPaul Davis