4723 Commits (433a82edee901b472b673d5318394a2c1fad0d8c)

Author SHA1 Message Date
  jules 433a82edee Added an offset to GlowEffect 8 years ago
  jules d7197f8f42 Added a couple of missing 'override's 8 years ago
  ed a4a3acaa74 BLOCKS SDK: Updated the LittleFoot documentation to include the latest API changes 8 years ago
  jules 909ff222f2 Added a missing "pragma once" 8 years ago
  ed ca9c8f22d7 Windows: Removed Desktop::clearAllTouchSources() method and cleaned up some Windows touch input code 8 years ago
  tpoole 8e4c187451 WebInputStream: Fixed bug preventing cancellation of streams on Linux 8 years ago
  jules 46a9da28d6 (Fixed typo) 8 years ago
  jules 0094d199ed Linux: avoided an out-of-bounds access when using mice with large numbers of buttons 8 years ago
  ed 562a2b5d9f Windows: Fixed a bug where HTTPS security features were being disabled 8 years ago
  tpoole 6917e5f5ce Documentation: Fixed some Doxygen warnings 8 years ago
  ed 0edac2e981 Windows: Small tweak for previous commit 8 years ago
  ed 9d294970d7 Windows: Fixed a bug where multi-touch inputs weren't being cleared correctly 8 years ago
  ed 15cc2bbc7f BLOCKS: Removed an old method from the BitmapLEDProgram LittleFoot program 8 years ago
  tpoole bfd59e5f87 CoreAudioDevice: Fixed potential race condition 8 years ago
  ed 8e7cc759f5 Made JUCE's Atomic class a simple wrapper around std::atomic on platforms that support it 8 years ago
  jules 2bc7618424 BLOCKS SDK: Added support for the Seaboard BLOCK and new config item API 8 years ago
  tpoole 1c7d1084b9 Minor formatting changes 8 years ago
  jules 851b3e6db1 Added method Desktop::getOrientationsEnabled() 8 years ago
  tpoole 9ae25d13c2 Documentation: Some typo fixes 8 years ago
  hogliux 1a6e1dbff2 Result of pointer arithmetic should not depend on if the pointer is being wrapped in a JUCE Atomic or not (breaking change: see https://github.com/WeAreROLI/JUCE/blob/develop/BREAKING-CHANGES.txt 8 years ago
  hogliux 22c187826d Android: Fixed a compile error when building standalone plug-ins on Android 8 years ago
  jules 57120b39c0 Tweaked some whitespace to avoid false-alarm warnings in GCC 8 years ago
  jules 8493da4d7b Added method AudioProcessorEditor::setScaleFactor() and the Presonus plugin GUI scaling extensions to the VST2/VST3 plugin client and host classes. 8 years ago
  jules ebe5916c49 Misc code cleanups 8 years ago
  jules 82f3ab616a Avoided duplicate entries in the default VST search path 8 years ago
  tpoole f1e98f54ed Removed extraneous semicolon 8 years ago
  hogliux 0b20507c8b Android: Ensured that OpenSL audio callbacks can call into Java (even if this is not recommended) 8 years ago
  hogliux 2cdf30dd46 Android: Added external storage read/write permissions to RuntimePermissions class 8 years ago
  jules ee8c2303c6 Build fixes for FileListComponent and FileTreeComponent 8 years ago
  jules b6478be22c Added a public member DirectoryContentsDisplayComponent::directoryContentsList 8 years ago
  hogliux b449c346ad VST3 Wrapper: Fixed an issue where JUCE would overwrite audio data into an input buffer provided by VST3 hosts 8 years ago
  hogliux eb38256e2c Removed an assertion which was already checked just a few lines above 8 years ago
  ed c56dc32b28 Fixed a bug in ComponentBoundsConstrainer::setBoundsForComponent() where a component positioned off-screen or on another monitor wouldn't have its bounds set correctly 8 years ago
  hogliux 6f94997adb Don't assert on GL errors if the peer is not valid anymore 8 years ago
  hogliux 7539a993f9 VST2: Fixed a typo in VST2 flag definition 8 years ago
  hogliux a5aaf97806 AUv3 Wrapper: Fixed a bug where AUv3 meters would display incorrect parameter units 8 years ago
  hogliux 1c5042ab22 Silenced a harmless warning in VS2017 8 years ago
  ed 73654ee535 Added a method to TextPropertyComponent to set whether it should respond to file drag and drop 8 years ago
  ed 919e3e36ec Added TextEditor::applyColourToAllText() method 8 years ago
  hogliux ecacee031d AudioProcessor: Added optional getAlternateDisplayNames callback to be able specify shorter names for your AudioProcessor 8 years ago
  tpoole 7663c4a045 Fixed a bug in the AudioProcessorGraph routing 8 years ago
  hogliux 4b114d89a7 OpenGL: Fixed a crash in Cubase/WaveLab when OpenGL is used in a plug-ins editor 8 years ago
  hogliux 7673e4e0ad Ensured that consistent caps is used for preprocessor macro JucePlugin_Build_Standalone 8 years ago
  jules 313571118e Added some braces to work around a compiler bug in VS2015 8 years ago
  hogliux 9d921a3b21 Standalone Plugin: Fixed an issue where resizing a plugin's editor in standalone mode would not resize the parent window 8 years ago
  hogliux c55c127f84 Standalong plug-in target: Fixed a compile error for older macOS deployment targets 8 years ago
  jules e281bc3fed SVG parser: changed font heights to work in points rather than pixels, to match behaviour of other parsers 8 years ago
  jules f212ff5923 Removed some sscanfs from COM GUID parsing 8 years ago
  jules 5e3a5d5e1b Fix for the non-curl linux http request header format 8 years ago
  jules c5a0d5d1bc Whitespace 8 years ago