7230 Commits (bf51d2c076f68fc5a16697c1ea5b51f68d1024a1)

Author SHA1 Message Date
  jules 4889822eaf Added http status code access for URL::createInputStream(). Also added threading + header display to the demo's http page. 11 years ago
  jules 14a5fcf410 Attempt at better recovery from malformed sysex messages in a midi stream. 11 years ago
  jules 946c1804fd Avoided an unnecessary GL assertion. 11 years ago
  jules d20441ad62 win32 midi - handling for drivers returning a MIDIERR_NOTREADY error. 11 years ago
  jules a2b67cbfae Incrementing AAX change counter when audioProcessorChanged is called. 11 years ago
  jules 2b037b5095 Avoiding spurious assertions in posix when starting child processes without full paths. 11 years ago
  jules 7f9425058a Version number update 11 years ago
  jules 51a0f6e9ff Changed Slider::snapValue to provide more details about the drag mode involved. 11 years ago
  jules 00aa1df346 TreeViewItem::setSelected() - avoided deselecting items before re-selecting them if they're already selected. 11 years ago
  jules 1f27553d38 Added an assertion to ChildProcess to catch attempts to launch non-existent executables. 11 years ago
  jules 9ceb072b24 Spelling typos. 11 years ago
  jules 0455110a0e Added method URL::createWithoutParsing() 11 years ago
  jules 3617bca65f Added multi-mono control for AAX. Fixed a problem with RTAS automation when opening plugin UIs. 11 years ago
  jules 647ca90460 Added a method AudioDeviceManager::initialiseWithDefaultDevices() 11 years ago
  jules 28e4473a6b Fixed some typos. 11 years ago
  jules 00f317a717 Android JNIEnv locking. 11 years ago
  jules fb1018a034 Better GL context scale change detection. 11 years ago
  jules dd366bbcaa Fix for step count in VST3 parameters 11 years ago
  jules 423e824d42 VST3 hosting fixes. 11 years ago
  jules 7b3ac6ebe7 Better detection of changes of display scale in GL component. 11 years ago
  jules fa2b42a742 Android GL fixes. 11 years ago
  jules 56f7676601 Refactored the OpenGLGraphicsContextCustomShader class and added a demo for it. 11 years ago
  jules 6427e11ae3 New class: OpenGLGraphicsContextCustomShader, which allows custom fragment shaders to be applied to a rectangular area during a normal 2D paint routine, to achieve per-pixel effects. 11 years ago
  jules 1fef7a8408 Better opening of JACK DLLs. 11 years ago
  jules 25fe7c8490 Fixed an error when JUCE_CORETEXT_AVAILABLE = 0 11 years ago
  jules 80387e8cb5 Stripped out all the old openGL fixed-function code, and hard-coded the assumption that it'll be running on hardware that's capable of running GLSL. 11 years ago
  jules e7e2abbb5c Avoided an unnecessary call in win32 openGL that may have been causing problems with some Nvidea drivers. 11 years ago
  jules da5b67bd03 Minor clean-up. 11 years ago
  jules fe25f6ee3c Improved some misleading example code for ScopedLock. 11 years ago
  jules cfead6205b Added a missing TextEditor colour setting to the L+F. 11 years ago
  jules d76f55e018 Updated some documenation. 11 years ago
  jules 48c2f42802 Added a safety check and fixed a couple of warnings. 11 years ago
  jules a34496588c Changed an obj-C call to avoid warnings in the old 10.5 SDK. 11 years ago
  jules fec71a645b Made sure the monitor list is sorted correctly on win32. 11 years ago
  jules 9cb86df630 Setting speaker arrangement strings for AAX. 11 years ago
  jules 6a75641ca9 Better detection of win32 main monitor. 11 years ago
  jules 8968df0402 Added some centering methods to Rectangle. 11 years ago
  jules 7a869d6528 Made the OpenGL graphics context keep a cache of textures it has recently used for Image rendering, to avoid repeatedly moving data to the GPU. 11 years ago
  jules 7786943593 Added MidiMessage::textMetaEvent method. 11 years ago
  jules b0933193bf Disambiguation in Point::getAngleToPoint 11 years ago
  jules 8c40999c51 Added a callback so that ThreadWithProgressWindow can be used without blocking. 11 years ago
  jules a6aca791af Spelling fixes. 11 years ago
  jules a3ea53c460 Version number update 11 years ago
  jules a5cc0d492e Added some colour ID constants for PropertyComponent. 11 years ago
  jules 36c46db3e6 Fix for android openGL texture colour order. 11 years ago
  jules ce1a06c036 Removed sample-rate check from VST3 to keep Wavelab happy. 11 years ago
  jules 2c4bd7ac4d Fixed function prototypes for mingw. 11 years ago
  jules d2a52948fc AAX fix. 11 years ago
  jules 139e192871 VST3 fixes for multi-channel plugins. 11 years ago
  jules f3cca83dc8 Refactored some NSView wrapper classes. Should fix some plugin host window resizing issues. 11 years ago