2519 Commits (0147fe00f9f0faa67f2cd4ff8a227fd635988d0d)

Author SHA1 Message Date
  jules 0147fe00f9 Implemented an AU method to avoid problems with some versions of the CoreAudio API. 11 years ago
  jules cd30b3bfd1 Minor warning fixes for mingw 11 years ago
  jules 7c61188bf9 Cleaned up a few places where four-char constants were used, to prevent warnings. 11 years ago
  jules fcf010e74f Removed glDrawBuffers call (wasn't available in GLES) 11 years ago
  jules 6a952d2e0b Added glDrawBuffers to the GL extension function list. 11 years ago
  jules 8c99011b4c Minor change to the order in which Slider callbacks are made, so that the order is the same for async/sync callbacks. 11 years ago
  jules df9701430a Workaround for VST3 plugin resizing in Wavelab. 11 years ago
  jules fe61c37d93 Updated the return types of OutputStream::writeFromInputStream and InputStream::readIntoMemoryBlock 11 years ago
  jules 43cac64c42 Fixed a minor typo in VST3 hosting. 11 years ago
  jules 4a96fc6ed2 Made the OSX web browser component compile if JUCE_MODAL_LOOPS_PERMITTED is disabled 11 years ago
  jules 97b0a7df3c Made AudioProcessor::setNonRealtime virtual to allow subclasses to intercept this. 11 years ago
  jules 66b420afdf Added method Range::withStartAndLength 11 years ago
  jules 859e23d550 Made sure that ListBox updates its opacity when re-parented 11 years ago
  jules bfe91a07a5 Moved an assertion to avoid a melodyne vst3 bug. 11 years ago
  jules 4af1478dfb Fixed a few windowing issues when using global scale factors. 11 years ago
  jules 27646a8db0 Avoided a false alarm assertion in the AU wrapper. 11 years ago
  jules 93b9708777 Fixed a coordinate issue with NSViewComponent hit testing. 11 years ago
  jules b052208cf4 Fix for Value move operators. 11 years ago
  jules ac7e776798 linux scaled desktop size fix. 11 years ago
  jules 7d8b9ad597 Avoided a few linux gcc warnings. 11 years ago
  jules 176da42e3d Added default value to child process timeout. 11 years ago
  jules df607bacdd Added a timeout value to the ChildProcessSlave and ChildProcessMaster classes. 11 years ago
  jules a9750c0e38 Workaround for linux gcc warning. 11 years ago
  jules 29ae02ad7f Fix for linux desktop scale factors. 11 years ago
  jules abd46569ae Fix for viewport shift-scrolling 11 years ago
  jules 1d9161d55e Reworked START_JUCE_APPLICATION to work on Windows if windows.h has been included after the juce headers. 11 years ago
  jules 43252902f1 Made OSX windows do a better job of checking for overlapping windows when calling contains() 11 years ago
  jules 008d3a36b6 Added method ResamplingAudioSource::flushBuffers() 11 years ago
  jules 31087226bc Minor tweak for console win32 builds. 11 years ago
  jules 6773fc2f4f Modified the posix HighResolutionTimer to cope with being started/stopped from its own callback. 11 years ago
  jules ed0bed9af7 Added a function countNumberOfBits() 11 years ago
  jules 7dac51859c Fixes for unbounded mouse behaviour on scaled displays 11 years ago
  jules fdf6f12185 Made Label take its editing colours from the L+F. 11 years ago
  jules bdeb0765ea Added support for windows command line apps that want an event loop. 11 years ago
  jules 6bb3a4b74f For for hi-res timer threads on android. 11 years ago
  jules e233124fc3 Fix for StandAloneFilterWindow path saving. 11 years ago
  jules 1b7c4ea6a4 Added some extra Label colour IDs to allow control over the text editor colours while it's being edited. 11 years ago
  jules 19b412c1a8 Avoiding flicker when handling synchronous repainting of desktop windows when they are resized. 11 years ago
  jules 2080aab33a Linux: better detection of transparent windowing ability. 11 years ago
  jules e131dd3b2a Documentation correction. 11 years ago
  jules 82726a9e66 Improved slider mouse wheel behaviour for inc/dec sliders. 11 years ago
  jules 65b97cd334 Fix for non-string textboxes in live constant editor. 11 years ago
  jules b66661d569 Clarified some comments. 11 years ago
  jules 7f5c5e02d1 Avoided problems in the VST3 wrapper for plugins with 0 inputs. 11 years ago
  jules 5d5f0d2cad Clarified some documentation about AudioProcessor::suspendProcessing 11 years ago
  jules ed7a262296 Changed a couple of places where "localhost" was used to use the IPAddress class instead to get the local address. 11 years ago
  jules 7c0d0ae677 VST hosting: tweaked the way 64-bit plugin NSViews are created, to avoid an extra intermediate parent NSView which seems to break some plugins. 11 years ago
  jules 705492a800 Avoided division-by-zero problems in the javascript interpreter. 11 years ago
  jules 4aee96be04 Added an animation option to TabbedButtonBar::removeTab(). 11 years ago
  jules 0c1f2a6a72 Extended linux zenity file chooser to use filters and bring the window to the front. 11 years ago