3746 Commits (f5c19ef612cc01ac3a051486b341e2ccefedd627)

Author SHA1 Message Date
  jules dd366bbcaa Fix for step count in VST3 parameters 12 years ago
  jules 423e824d42 VST3 hosting fixes. 12 years ago
  jules 7b3ac6ebe7 Better detection of changes of display scale in GL component. 12 years ago
  jules fa2b42a742 Android GL fixes. 12 years ago
  jules 56f7676601 Refactored the OpenGLGraphicsContextCustomShader class and added a demo for it. 12 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. 12 years ago
  jules 1fef7a8408 Better opening of JACK DLLs. 12 years ago
  jules 25fe7c8490 Fixed an error when JUCE_CORETEXT_AVAILABLE = 0 12 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. 12 years ago
  jules e7e2abbb5c Avoided an unnecessary call in win32 openGL that may have been causing problems with some Nvidea drivers. 12 years ago
  jules da5b67bd03 Minor clean-up. 12 years ago
  jules fe25f6ee3c Improved some misleading example code for ScopedLock. 12 years ago
  jules cfead6205b Added a missing TextEditor colour setting to the L+F. 12 years ago
  jules d76f55e018 Updated some documenation. 12 years ago
  jules 48c2f42802 Added a safety check and fixed a couple of warnings. 12 years ago
  jules a34496588c Changed an obj-C call to avoid warnings in the old 10.5 SDK. 12 years ago
  jules fec71a645b Made sure the monitor list is sorted correctly on win32. 12 years ago
  jules 9cb86df630 Setting speaker arrangement strings for AAX. 12 years ago
  jules 6a75641ca9 Better detection of win32 main monitor. 12 years ago
  jules 8968df0402 Added some centering methods to Rectangle. 12 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. 12 years ago
  jules 7786943593 Added MidiMessage::textMetaEvent method. 12 years ago
  jules b0933193bf Disambiguation in Point::getAngleToPoint 12 years ago
  jules 8c40999c51 Added a callback so that ThreadWithProgressWindow can be used without blocking. 12 years ago
  jules a6aca791af Spelling fixes. 12 years ago
  jules a3ea53c460 Version number update 12 years ago
  jules a5cc0d492e Added some colour ID constants for PropertyComponent. 12 years ago
  jules 36c46db3e6 Fix for android openGL texture colour order. 12 years ago
  jules ce1a06c036 Removed sample-rate check from VST3 to keep Wavelab happy. 12 years ago
  jules 2c4bd7ac4d Fixed function prototypes for mingw. 12 years ago
  jules d2a52948fc AAX fix. 12 years ago
  jules 139e192871 VST3 fixes for multi-channel plugins. 12 years ago
  jules f3cca83dc8 Refactored some NSView wrapper classes. Should fix some plugin host window resizing issues. 12 years ago
  jules b153a92bae Performance increase for some software-renderer image blending ops. 12 years ago
  jules 2220c194a7 Added k222 support for VST3 12 years ago
  jules 8415e1b190 Minor debugging addition to VST3 12 years ago
  jules 8ee40273f2 Added method Drawable::replaceColour 12 years ago
  jules 14906d2293 Added flag JUCE_OPENGL_ALLOW_NON_POWER_OF_TWO_TEXTURES 12 years ago
  jules c84f7085ca Fix for VST3 host view ref-counting. 12 years ago
  jules 5c74ca9896 Fixes to VST3 wrapper to handle different numbers of input/output channels. 12 years ago
  jules 699a09f224 Updated some CoreAudio channel name code to use newer API calls. 12 years ago
  jules a8f9fdc54b Optimisation to AudioDeviceSelectorComponent. 12 years ago
  jules dcbde7b118 Added NamedValueSet::indexOf() 12 years ago
  jules 90b573cf42 ChildProcessMaster fix. 12 years ago
  jules 5f4c27d0c2 Some additions and fixes to plugin scanning. 12 years ago
  jules 3e1c6b6a65 Optimisation to OutputStream::writeString 12 years ago
  jules c0e262463d Added method ThreadPoolJob::getCurrentThreadPoolJob() 12 years ago
  jules 7e15ead238 Fix when building VST3 without VST2. 12 years ago
  jules 802197644b New interprocess utility classes: ChildProcessSlave and ChildProcessMaster. 12 years ago
  jules 99276d4407 Refactored the base classes of InterprocessConnection 12 years ago