6234 Commits (e12c801846a9ad185b47f7034492bd3e5cd24c74)
 

Author SHA1 Message Date
  hogliux e12c801846 Always add build scripts - even for Aggregate targets 9 years ago
  jules 48270039db Made Component::internalFocusLoss pass on the focus-change cause to its callback 9 years ago
  jules e13286ab55 Minor comment correction 9 years ago
  jules 3aee68ec5f Added a method to create a ModalCallbackFunction from a lambda function 9 years ago
  jules 12eeadec8b Added some missing 'override's 9 years ago
  hogliux 79dca43be3 Workaround for VST-3 plug-ins which do not change their parameter values internally when the user changes them in the custom UI 9 years ago
  jules 0d96a8b47f Avoided some false negatives in the JSON unit tests 9 years ago
  hogliux 6b9890107f Fix link errors when build VST plug-ins with VST 3 hosting support 9 years ago
  jules 2c3a2eae63 Simplified some demo plugin code to avoid a display update problem 9 years ago
  jules 09d6409644 Refactored some demo code to avoid a problem when using String::formatted when Strings are UTF-32 9 years ago
  hogliux dbf915603d Fix RTAS support 9 years ago
  hogliux 6b6dedbfd1 Add some minor changes to stay compatible with GCC 4.4 9 years ago
  hogliux 7056128bbc Add intersect method to AudioChannelSet 9 years ago
  hogliux af6198b74f Add support for plug-ins to report the IDs of their parameters 9 years ago
  Timur Doumler 2c7a0e067e Fixed a wrong preprocessor macro which caused plugin hosting to break on Windows. 9 years ago
  jules a0835a5ea9 Added a parseFloat method to the Javascript parser 9 years ago
  hogliux f2bca436d5 Fix AUv3 version check for iOS 9 years ago
  jules f36205fabe Fixed a couple of comment typos 9 years ago
  jules e602dd6b90 Improved some comments for MemoryBlock base-64 methods 9 years ago
  jules d1030fa845 Projucer: added some missing 'override' specifiers 9 years ago
  jules 688ac3b853 Updated a comment 9 years ago
  Timur Doumler 340f4ce9c5 Android exporter: set buildToolsVersion to 23.0.2 9 years ago
  Timur Doumler d6ed722d76 Updated Android Studio build settings in projects. 9 years ago
  Timur Doumler 908e1e93b9 Android Studio exporter: changed default toolchain back to clang (works again after Android Studio issue 207585 has been fixed in gradle-experimental wrapper version 0.7.0-rc1, and is the toolchain recommended by Google). 9 years ago
  Timur Doumler 0162c975dc Android exporter: update default settings to gradle-experimental:0.7.0-rc1 and build tools 23.0.2 (fixes linker errors with clang toolchain). 9 years ago
  jules d9e3cdac16 Removed a few references to var::null 9 years ago
  jules fe7ebbd663 Projucer: Updated the default Visual Studio version to 2015 9 years ago
  jules 708e357e3c Prevented ColourGradient from having multiple colour stops at 0 9 years ago
  jules d32c64d590 Avoided an unused variable warning 9 years ago
  hogliux af9491caf9 Fix typo in previous commit by incorrectly checking the OS X version 9 years ago
  jules 8ababdda53 Fixed the SVG parser to stop it creating too many colour stops in gradients 9 years ago
  jules 01e2e53160 Added an assertion to catch some unexpected behaviour in the CoreGraphics gradient renderer 9 years ago
  hogliux 0cd926a199 Fix a bug which stopped multi-bus VST3 synths from working properly in Cakewalk 9 years ago
  hogliux 7196e57f4d Don't try to build VST/VST3 hosting code on iOS and add missing header 9 years ago
  jules 1cbd0a005b Projucer: stopped files with certain extensions (e.g. txt) being automatically added to the Xcode resources 9 years ago
  jules e05e9a470a Added an assertion in AudioThumbnail 9 years ago
  jules e034958d55 Added some desktop scale compensation to drag + drop on Windows 9 years ago
  jules bf48687544 Made the OSX window code handle custom desktop scale factors when constraining window positions 9 years ago
  jules aa3ead5e28 Resaved a demo component file 9 years ago
  jules 6fc08dd1cd Added a workaround for Android GL glitches when pausing the app 9 years ago
  jules 676b27ef68 Added a MidiDataConcatenator to the linux MIDI implementation, to help handle large and broken-up sysex messages 9 years ago
  jules 0708b7af87 Added AAX macro JucePlugin_AAXDisableSaveRestore to set the AAX_eProperty_SupportsSaveRestore parameter 9 years ago
  jules b9aaa880c4 Fix for Synthesiser rendering 0 length blocks 9 years ago
  jules 51889049c4 Avoided a conversion warning 9 years ago
  jules a0795e8dc0 Avoided an overflow in some extreme edge-case uses of WAVAudioFormat 9 years ago
  jules 49a7ca4d82 Improved the String::createStringFromData method to fall back to a Windows 1252 codepage if given non-UTF8 data, and used this in parsing VST and WAV strings 9 years ago
  jules c1799c9f82 Fixed a problem with negative values in MidiMessage::getKeySignatureNumberOfSharpsOrFlats() 9 years ago
  jules 81ff3a89b7 Projucer: fixed an edge-case where the UI would misbehave if you're logged in but don't have a live-coding license 9 years ago
  jules b6e88694d1 Projucer: Fixed module dependency checker 9 years ago
  Timur Doumler 0c3057eb7e Re-saved projects. 9 years ago