962 Commits (b51c0a93aa65b66ecfd12a55533963c26af1a78e)

Author SHA1 Message Date
  jules b51c0a93aa Added a compile warning if AppConfig.h hasn't been included before the juce headers. 12 years ago
  jules 7d019ad5a1 Added ReadWriteLock::tryEnterRead() 12 years ago
  jules 3edae5b4cf Removed some dependencies on win32 WASAPI headers. 12 years ago
  jules b83fcd7d5f win32 compatibility tweaks. 12 years ago
  jules 41f3b6c485 Re-implemented NamedPipe, to make the win32 version better match the posix one. 12 years ago
  jules f5bcfccf6c Removed some compiler warnings in VST hosting. 12 years ago
  jules bcd61505ab ChoicePropertyComponent: better handling of var types. 12 years ago
  jules 39eae806de Changes to make sure the AudioProcessor::wrapperType member is set correctly when its constructor is called. 12 years ago
  jules 9cb14fb966 Change to VST wrapper to avoid duplicate setParameter callbacks. 12 years ago
  jules 0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 12 years ago
  jules 9fb57f7a05 Fix to CharPointer_UTF8::operator-- 12 years ago
  jules 3f01bb72df VST hosting pin connection fix. 12 years ago
  jules 0f9b76240c Avoided a few more compiler warnings. 12 years ago
  jules 02c0cd009c Cleaned up some compiler warnings. 12 years ago
  jules 3262a3c548 Fix to reverb algorithm. 12 years ago
  jules 3c83383d0e Added Line::toFloat(). Fix for scrollbar edge-case. 12 years ago
  jules 56097bf314 Rewrote SHA256 code to avoid spurious warning. 12 years ago
  jules 1b8e22ca2b ASIO fixes. 12 years ago
  jules 1252f0aed0 Fix for last ASIO check-in. 12 years ago
  jules b529f4df48 ASIO cleanups and fix for RME driver. 12 years ago
  jules 36ce338d98 Added an AU header path. 12 years ago
  jules 6b027c4b17 Yet more JACK changes.. 12 years ago
  jules 6d9d86b14e Made posix ChildProcess return stderr as well as stdout. 12 years ago
  jules 88571ee8da Minor tooltipwindow fix. 12 years ago
  jules af094f3448 Fixes for DirectShowComponent. 12 years ago
  jules 5d70c0bd89 JACK typo fix. 12 years ago
  jules 68476aded8 Renderer optimisations. 12 years ago
  jules f292238b32 Android: keyboard input support. 12 years ago
  jules 9a9adab648 (Removed some debugging code) 12 years ago
  jules e704ed0c46 Support for high-dpi software rendering on OSX. 12 years ago
  jules 33d70d2b20 More JACK fixing. 12 years ago
  jules fd2011ee8b VST parameter name refactoring + UTF8 handling. 12 years ago
  jules d547fc0b98 JACK port change callback. 12 years ago
  jules 3833c10f26 MSVC warning fix. 12 years ago
  jules 8dceb3471a ASIO workaround for buggy Denon driver. 12 years ago
  jules c21025fc36 KeyPressMappingSet fix. 12 years ago
  jules edca844722 Fixed a typo in JACK code. 12 years ago
  jules 51d1c85b4e Allowed user-defined setting of JUCE_CORETEXT_AVAILABLE. 12 years ago
  jules 48f2c2734b More notification options for Scrollbar. 12 years ago
  jules 3d2969e71d JACK fixes. 12 years ago
  jules c0d2341ad7 Removed channel count limit in AudioProcessorPlayer 12 years ago
  jules 9615781f24 OpenGL fix 12 years ago
  jules d1757b5e8a Minor stuff. 12 years ago
  jules a971f93daf Fixed typo in CoreGraphics code. 12 years ago
  jules f24f7b638c Modal component fix. Minor tweaks. 12 years ago
  jules 880fa4d673 Component repaint optimisations. 12 years ago
  jules b3c0df703f Avoid warnings in Intel compiler. 12 years ago
  jules f903695ba3 Audio plugins: better bypass support, with an AudioProcessor::processBlockBypassed() method that can be used for custom behaviour. 12 years ago
  jules c6944afd4c PopupMenu: allowed custom components to have sub-menus. 12 years ago
  jules d90d11143a JACK fix. 12 years ago