2226 Commits (63db2bfeeaddf723c91e1bfbf1b8aa0f537661ee)

Author SHA1 Message Date
  jules 63db2bfeea Tweak to avoid problems compiling DLL builds. 12 years ago
  jules e25b727559 Added some assertions to the MP3 decoder to flag up an unsupported encoding type. 12 years ago
  jules 865b9ab46a Documentation clean-up. 12 years ago
  jules c733ed50ff Began adding some win8.1 DPI functionality. 12 years ago
  jules 2dbd55db3e Fix for threading bug in GlyphCache. 12 years ago
  jules 2f91b1c5f4 Bit of tidying up in GlyphCache. 12 years ago
  jules fbaa559a19 Added a method CallOutBox::getBorderSize 12 years ago
  jules 42482fc5db Spelling fix. 12 years ago
  jules e2dee22b07 Updated OS version enum. 12 years ago
  jules 9f1dd01625 Avoided an inputAttemptWhenModal callback on OSX when making windows visible. 12 years ago
  jules e5e24fd541 Avoided assertion in File::isAbsolutePath 12 years ago
  jules 8d834b29a1 Refactored VST plugin win32 hooks, and added mouse-wheel hooking to VST3. Also added a VC2010 project to the audio demo plugin. 12 years ago
  jules c577b04ccc Removed some Timer debugging code that wasn't really very useful. 12 years ago
  jules e1f3ce0699 Fix for vector ops on very old CPUs. 12 years ago
  jules 5ede2da44b Improved some MemoryBlock comments and gave the class a reset() method. 12 years ago
  jules 0de3ec9a51 OSX warning fix. 12 years ago
  jules d416a425d6 Added some documentation to CustomTypeface. 12 years ago
  jules bf72ff0851 Added VST3->VST2 backwards compatibility, with a flag JUCE_VST3_CAN_REPLACE_VST2 to disable this if you want your VST2 + 3 versions to use different IDs and not be interchangable. 12 years ago
  jules b09467c7c5 Couple of GL clean-ups. 12 years ago
  jules b1b08106bf Updated OpenGLGraphicsContext to be able to use GL3 contexts. 12 years ago
  jules 12fb13bdea Tweaks for OpenGL 3 support. 12 years ago
  jules e1ebe495b4 Added method Path::preallocateSpace(). 12 years ago
  jules 9aa3245315 Slider drag mode fix. 12 years ago
  jules 845391eb78 Documentation fix. 12 years ago
  jules bcec781991 Tidied up the way the URL class handles file uploads, and added support for in-memory uploads. 12 years ago
  jules 8e7fbe9976 Fix for SVG view box parsing. Improved introjucer SVG viewer to show the image's content inside the view-box as defined in the file. 12 years ago
  jules d633ee5d31 Stopped VST3 plugins sending parameter updates on the message thread, as these could interfere with updates being processed on the audio thread. 12 years ago
  jules 272bcbcaab Added a method OpenGLContext::setOpenGLVersionRequired, which can be used to request a v3.2 context. 12 years ago
  jules 5f2b87d69b Made WindowsMediaAudioFormat::isCompressed() return true. 12 years ago
  jules d5cd1663db Fixed a VS compile problem. 12 years ago
  jules 47aad5a8e7 Replaced some win32 cpuid code. 12 years ago
  jules 12d31f5203 VST3 fix for reading state from streams of unknown size. 12 years ago
  jules 5956d5bce0 Added a method CallOutBox::dismiss() 12 years ago
  jules 902a47d1ad Refactored a VST3 state method. 12 years ago
  jules 6bd544c273 VST3 hosting fix. 12 years ago
  jules 4889822eaf Added http status code access for URL::createInputStream(). Also added threading + header display to the demo's http page. 12 years ago
  jules 14a5fcf410 Attempt at better recovery from malformed sysex messages in a midi stream. 12 years ago
  jules 946c1804fd Avoided an unnecessary GL assertion. 12 years ago
  jules d20441ad62 win32 midi - handling for drivers returning a MIDIERR_NOTREADY error. 12 years ago
  jules a2b67cbfae Incrementing AAX change counter when audioProcessorChanged is called. 12 years ago
  jules 2b037b5095 Avoiding spurious assertions in posix when starting child processes without full paths. 12 years ago
  jules 7f9425058a Version number update 12 years ago
  jules 51a0f6e9ff Changed Slider::snapValue to provide more details about the drag mode involved. 12 years ago
  jules 00aa1df346 TreeViewItem::setSelected() - avoided deselecting items before re-selecting them if they're already selected. 12 years ago
  jules 1f27553d38 Added an assertion to ChildProcess to catch attempts to launch non-existent executables. 12 years ago
  jules 9ceb072b24 Spelling typos. 12 years ago
  jules 0455110a0e Added method URL::createWithoutParsing() 12 years ago
  jules 3617bca65f Added multi-mono control for AAX. Fixed a problem with RTAS automation when opening plugin UIs. 12 years ago
  jules 647ca90460 Added a method AudioDeviceManager::initialiseWithDefaultDevices() 12 years ago
  jules 28e4473a6b Fixed some typos. 12 years ago