summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-06Miscellaneous additions to 'msvc_extra_headers'John Emmas
2013-10-06'gtk2_ardour' - In 'Note' c'tor, don't try to set 'rectangle->name' unless 'C...John Emmas
2013-10-06'gtk2_ardour' - One further Glib::usleep neededJohn Emmas
2013-10-06'gtk2_ardour' - Some further castingJohn Emmas
2013-10-03'gtk2_ardour' - Make sure that 'getpid()' can be found when building with MSVCJohn Emmas
2013-10-03'gtk2_ardour' - Use 'const_iterator' where appropriate, instead of 'iterator'John Emmas
2013-10-03'gtk2_ardour' - Try 'lrintf' instead of 'rintf' which isn't available in MSVCJohn Emmas
2013-10-03'gtk2_ardour' - 'std::isinf' + 'std::isnan' are not available in MSVC (at lea...John Emmas
2013-10-03'gtk2_ardour' - When building with MSVC, use 'std::min' + 'std::max' rather t...John Emmas
2013-10-03'gtk2_ardour' - Specify 'Glib::usleep' where needed (global ::usleep is not a...John Emmas
2013-10-03'gtk2_ardour' - Use 'floor / floorf' instead of 'trunc / truncf'John Emmas
2013-10-03'gtk2_ardour' - Use 'GStatBuf' instead of 'struct stat'John Emmas
2013-10-03'gtk2_ardour' - Use 'std::vector' to implement an array whose size is unknown...John Emmas
2013-10-03'gtk2_ardour' - Add namespaces + casting where necessary + general bits of 'c...John Emmas
2013-09-26Add a header file guard (to prevent multiple #inclusion)John Emmas
2013-09-26Deliberately specify 'Gtk::manage' where necessary (avoids creating ambiguiti...John Emmas
2013-09-26A further change which needs to be tested on the other compilersJohn Emmas
2013-09-26'gtk2_ardour (msvc)' - Some changes needed before anything at all will compileJohn Emmas
2013-09-25Define 'suseconds_t' which isn't normally defined for WindowsJohn Emmas
2013-09-25Merge branch 'cairocanvas' into windows+ccJohn Emmas
2013-09-25only generate some current canvas debug output when CANVAS_DEBUG is defined, ...Paul Davis
2013-09-25add casting for MSVC sqrtPaul Davis
2013-09-25fix a typo in canvas-debug.hPaul Davis
2013-09-21Merge remote-tracking branch 'remotes/origin/cairocanvas' into windowsJohn Emmas
2013-09-19remove file (this moved to libs/backends/jack as part of the audioengine chan...Paul Davis
2013-09-19move configure-time dependency on PortAudio out of libs/ardour and into libs/...Paul Davis
2013-09-18'libs/ardour' - Further compiler specific changesJohn Emmas
2013-09-18'libs/ardour' - Further platform specific changesJohn Emmas
2013-09-18'libs/ardour' - Use 'std::vector' to implement an array whose size is unknown...John Emmas
2013-09-18Merge branch 'windows' of git.ardour.org:ardour/ardour into windowsJohn Emmas
2013-09-18'libs/ardour' - Clarify ambiguous symbols (needs to be checked)John Emmas
2013-09-18'libs/ardour/async_midi_port.cc' - Add a missing header fileJohn Emmas
2013-09-18'libs/gtkmm2ext/idle_adjustment.cc' - Add a missing header fileJohn Emmas
2013-09-17Merge branch 'master' into cairocanvasPaul Davis
2013-09-17Merge branch 'master' into windowsPaul Davis
2013-09-17minor code changesPaul Davis
2013-09-17substantive changes to allow the audio/MIDI setup dialog to change settings a...Paul Davis
2013-09-17remove JACK related action definitions (audio/MIDI setup is where this happen...Paul Davis
2013-09-17change return type on {disconnect_from,reconnect_to}_engine() and make public...Paul Davis
2013-09-17remove JACK related menu items (audio/MIDI setup is where this happens now)Paul Davis
2013-09-17add basic display of existing MIDI ports to audio/MIDI setupPaul Davis
2013-09-17fix crash caused by trying to unregister null portsPaul Davis
2013-09-16correctly restore zoom focus state after restart (from nick mainsbridge)Paul Davis
2013-09-16Merge branch 'master' into cairocanvasPaul Davis
2013-09-16fix conflicts and merge with masterPaul Davis
2013-09-16minor fixups for audio/MIDI setup spin buttons (now editable, as they should be)Paul Davis
2013-09-16check for an existing PublicEditor instance AFTER attempting to handle a key ...Paul Davis
2013-09-16a few DEBUG_TRACE improvementsPaul Davis
2013-09-16end latency detection if AMS window closed while running detection (plus some...Paul Davis
2013-09-16various bits of polish for the latency tab of audio/midi setup dialogPaul Davis