4753 Commits (ea34593ae4b22511a111b7dbc8764162f3cd36ea)

Author SHA1 Message Date
  jules f8a58c8da7 Added a few assertions and cleanups to AudioBuffer 8 years ago
  jules 3675c0a841 Added method BufferedInputStream::peekByte(), and tidied up some internal code in that class 8 years ago
  jules 1cda7cf13b BLOCKS API: Fixed a crash when block is connected and disconnected over BT and USB 8 years ago
  tpoole c63a8a56cd Documentation fixes 8 years ago
  tpoole 0874e47a35 Graphics code refactoring 8 years ago
  hogliux ccb4ce8829 Android: Fixed a linker error when building in release mode 8 years ago
  tpoole 4965cdf030 Android: Added support for static libraries in modules 8 years ago
  tpoole 984654318d Removed the JUCE_COMPILER_SUPPORTS_LAMBDAS macro 8 years ago
  jules 253fd51a96 Removed a superfluous base class inside SharedResourcePointer 8 years ago
  jules a1b55a4025 Fixed a problem with the SVG parser handling group element transforms 8 years ago
  jules d6ec66d4f9 Fixed build error when using non-UTF8 strings 8 years ago
  jules e5bd7992c4 Tidied up some CharPointer classes, and gave them isNotEmpty() methods 8 years ago
  hogliux f1dc2a71f3 Android: Fixed a compiler error when compiling for Android SDKs < 16 (and re-saved all projects) 8 years ago
  jules bebe32357f Added a file parameter to the LookAndFeel::drawFileBrowserRow methods 8 years ago
  hogliux a54ad21045 Android: Added a workaround for compiler error in Android SDK 18 and 19 8 years ago
  hogliux a6ccee8e02 VST2 Hosting: Added a workaround for a bug in multi-channel VST-2 plug-ins which were created with an old version of JUCE (< 4.1.0) 8 years ago
  hogliux 78c8fcbda1 VST2 Hosting: Always ensure that the buffer passed to the plug-in has at least the maximum number of channels that the VST2 plug-in supports 8 years ago
  ed 201a85acd7 Android: Added a virtual backButtonPressed() method to JUCEApplicationBase which can be overridden to be informed when the back button is pressed on a device. 8 years ago
  jules cb7ecfd77b Added method Drawable::getOutlineAsPath(), and used this for parsing SVG clip regions 8 years ago
  tpoole 80229c24a9 WebInputStream: Canceling a connection is now thread safe and prevents subsequent connection attempts 8 years ago
  hogliux abd04ad948 Fixed a typo in the previous commit 8 years ago
  jules 4df76276d3 Refactored win32 OS version detection to avoid Windows pretending to be a lower version than it really is 8 years ago
  jules 2df986e559 Whitespace 8 years ago
  jules 13b20de150 BLOCKS API: Added support for custom block names 8 years ago
  jules 21f14c478b Tweaked an iOS shutdown behaviour 8 years ago
  hogliux 831e06d6bd VST2: Fixed missing Xlib initialisation in VST2 wrapper 8 years ago
  hogliux 44f17f5061 VST2: Fixed a VS2013 compiler error 8 years ago
  ed 940ff3ee6e Fixed a bug in iOS and Windows multi-touch code where touches on different windows weren't aware of each other 8 years ago
  jules f866b4ff5e Fixed a problem where popup menus triggered from the taskbar could get stuck, and tidied up some internal PopupMenu code 8 years ago
  hogliux 5930f2254c Added ability to add meta parameters to AudioProcessorValueTree 8 years ago
  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