ardour.git
2013-07-15 Paul DavisAdd ARDOUR::ladspa_search_path function to get LADSPA...
2013-07-15 Paul DavisFix finding panner modules on windows by looking for...
2013-07-15 Paul DavisAdd ladspa directory name to directory names
2013-07-15 Paul Davis Don't include jack/weakjack.h header when compiling...
2013-07-15 Paul DavisFix portability of Session::source_search_path
2013-07-15 Paul DavisFix reading and writing of files on windows in PBD...
2013-07-15 Paul DavisDon't use errno after g_file_test on windows
2013-07-15 Paul DavisUse g_open instead of ::open in PBD::FileManager
2013-07-15 Paul DavisUse ::write instead of pwrite in AudioSource::compute_...
2013-07-15 Paul DavisUse ::read instead of pread in AudioSource::read_peaks...
2013-07-14 Paul DavisMerge branch 'master' into windows
2013-07-14 Robin Gareusimprove caching of metric and tick patters
2013-07-13 Paul DavisUse boost::scoped_array in AudioSource::compute_and_wri...
2013-07-13 Paul DavisUse boost::scoped_array in AudioSource::build_peaks_fro...
2013-07-13 Paul DavisRemove use of goto in AudioSource::read_peaks
2013-07-13 Paul DavisUse boost::scoped_array for controlling scope of peak...
2013-07-13 Paul DavisUse boost::scoped_array in AudioSource::read_peaks
2013-07-13 Paul Davis Use boost::scoped_ptr to control scope of peakfile...
2013-07-13 Paul DavisReplace conditional peak debugging with DEBUG_TRACE...
2013-07-13 Paul DavisFix saving sessions on windows by using g_rename instea...
2013-07-13 Paul DavisRevert "Fix saving sessions on windows by using g_renam...
2013-07-13 Paul DavisFix saving sessions on windows by using g_rename instea...
2013-07-13 Paul DavisAdd test for Glib::Mutex::trylock
2013-07-13 Paul DavisDon't use trylock in assertions on windows as it will...
2013-07-13 Paul DavisAdd config/data filesystem paths to search on windows
2013-07-13 Paul DavisAdd DEBUG_TRACE output to file utility functions in...
2013-07-13 Paul DavisAdd header include required by mingw compiler
2013-07-13 Paul DavisUse g_mkstemp in audiographer for portability
2013-07-13 Paul DavisUse pthread_name instead of pthread_self for portability
2013-07-13 Paul DavisUse pthread_name instead of pthread_self for portability
2013-07-13 Robin Gareusignore mouse-scroll if scroll-bar is not present.
2013-07-13 Paul DavisWork around DELETE defined via windows.h
2013-07-13 Paul DavisUse custom comparator in threadmap for pthread impl...
2013-07-13 Paul Davisdisable pingback on win32, until we have a replacement...
2013-07-13 Paul DavisDon't call pango_ft2* functions on windows
2013-07-13 Paul DavisUse PBD::GlibSemaphore on windows to signal peak
2013-07-13 Paul DavisDisable non-realtime midi ports in windows build -...
2013-07-13 Paul DavisAssume no filesystem links on windows
2013-07-13 Paul DavisFix for small identifier being defined on windows/mingw
2013-07-13 Paul DavisInclude pbd/timersub.h for mingw build
2013-07-13 Paul DavisInclude pbd/localtime_r.h for mingw build
2013-07-12 Robin Gareusimplement visual-sensitivity (gray out) for faders
2013-07-12 Robin Gareusminor peak-meter performance tweak
2013-07-12 Robin Gareusremove *&@?!+%@ question :)
2013-07-12 Robin Gareusclean up plugin-ui meter layout
2013-07-12 Paul DavisDon't install signal handler for SIGPIPE in windows
2013-07-12 Paul Davisundef SearchPath where needed as it is defined via...
2013-07-12 Paul DavisUse Glib::usleep in export_dialog.cc for portability
2013-07-12 Paul Davis Add windows equivalent of hack in timefx
2013-07-12 Paul DavisWork around DELETE defined via windows.h
2013-07-11 Paul DavisFix ambiguous type CheckMenuItem that is also defined...
2013-07-11 Paul DavisWork around badly chosen argument name in giomm/dbusme...
2013-07-11 Paul Davisundef SearchPath where needed as it is defined via...
2013-07-11 Paul DavisInclude pbd/localtime_r.h for mingw build
2013-07-11 Paul DavisChange/improve enum as IN and OUT are defined via windows.h
2013-07-11 Paul DavisDisable checking for memory locking support on windows
2013-07-11 Paul DavisUse uint32_t type instead of uint
2013-07-11 Paul DavisInclude pbd/timersub.h for mingw build
2013-07-11 Paul DavisUse Glib functions to create tmp file path
2013-07-11 Paul DavisWork around badly chosen argument name in giomm/dbusmes...
2013-07-11 Paul DavisInclude pthread.h in butler.h for mingw build
2013-07-11 Paul DavisUse Glib::usleep for portability
2013-07-11 Paul DavisUse PBD::pthread_name in debug output for portability
2013-07-11 Paul DavisDisable some non-portable code that is only used for...
2013-07-11 Paul DavisUse jack_native_thread_t for portability
2013-07-11 Paul DavisInclude pbd/localtime_r.h for mingw build
2013-07-11 Paul DavisAdd ::localtime_r implementation for mingw
2013-07-11 Paul DavisUse PBD::pthread_name in debug output
2013-07-11 Paul Davisremove direct of realpath(2), replace with canonical_pa...
2013-07-11 Paul DavisUse PBD::GlibSemaphore in Butler to signal requests...
2013-07-11 Robin Gareusmake config-window suitable for small[er] screens
2013-07-11 Robin Gareuschange default color of plugin-UI gauge/meter
2013-07-11 Robin Gareusfix compiler warning
2013-07-11 Robin Gareusupdate plugin UIs at reasonable rate (25Hz)
2013-07-11 Robin GareusNOOP - prevent headaches and remove cruft
2013-07-11 Paul DavisAdd PBD::GlibSemaphore class that uses PBD::atomic_coun...
2013-07-11 Paul DavisAdd wrapping class for glib atomic counter
2013-07-11 Paul DavisRefactor the non-portable parts of Butler thread into...
2013-07-11 Paul DavisMove request pipe setup into separate function
2013-07-11 Paul DavisInclude pbd/timersub.h in session_midi.cc
2013-07-11 Paul DavisAdd timersub macro for platforms where it isn't defined
2013-07-11 Paul DavisUndef SearchPath where needed as it is defined via...
2013-07-11 Paul DavisAdd cast for mingw compiler
2013-07-11 Paul DavisDon't require liblrdf on windows
2013-07-11 Paul DavisFix for ambiguity of UUID type on windows
2013-07-11 Paul DavisUse glibmm for modules instead of dlfch.h
2013-07-11 Paul DavisDisable increasing open file limit on windows
2013-07-11 Paul DavisAdd necessary header include for int64_t type
2013-07-11 Paul DavisInclude header that declares ::free for mingw build
2013-07-11 Paul Davis Disable peakfile reading and writing on windows for now
2013-07-11 Paul DavisINFINITE is defined via windows.h so undefine it
2013-07-11 Paul DavisFix for mingw compiler
2013-07-11 Paul DavisFix evoral test to compile with mingw
2013-07-11 Paul Davisinclude winsock2.h on windows in libsmf for htons/l...
2013-07-11 Paul DavisInclude unistd.h for usleep on MinGW
2013-07-11 Paul DavisChanges to get IPMIDIPort to compile(but not functional...
2013-07-11 Paul DavisInclude pthread.h as it isn't included via jack headers...
2013-07-11 Paul Davis Use timeout source to process ui requests on windows
2013-07-11 Paul DavisHide UI request mechanism from inheriting classes
2013-07-11 Paul DavisIfdef unix specific test for mingw build
next