7017 Commits (fa6929cb3c19e889e44752fd96b335733355f74c)
 

Author SHA1 Message Date
  hogliux fa6929cb3c Added a workaround to not call Android's bringToFront method for every touch 9 years ago
  ed 6d356423e2 Fix for transformed Components not being centred correctly 9 years ago
  ed 182b0e4cb0 Added isProgressBarOpaque() method to ProgressBar::LookAndFeelMethods 9 years ago
  hogliux f312721cf9 Fixed a bug where a MidiMessage constructor could read beyond the end of the passed-in midi buffer if the midi message is non-standard 9 years ago
  hogliux 66365d55e2 Fixed a nullptr dereference when OpenSL fails unexpectedly and added a workaround for broken audio input support in recent versions of the android emulator 9 years ago
  hogliux 24d02528e0 Fixed an AAX bug where the Projucer's Xcode exporter would generate linker settings pointing to the wrong version of the AAXLibrary 9 years ago
  hogliux 5fe3289256 Fixed several Android text rendering bugs 9 years ago
  tpoole 9caa91b166 Fixed uninitialised variables warning 9 years ago
  tpoole a2ee6339e1 Restored JUCE modules as Xcode groups and resaved all projects 9 years ago
  tpoole 5b49bcdbc8 Resaved all projects 9 years ago
  tpoole 4c59a920b4 Added Inter-App Audio capabilities to standalone plug-ins 9 years ago
  tpoole 00f57d43c5 Resaved all projects 9 years ago
  tpoole 2f5d4d65f7 Fixed a bug setting JUCE_STANDALONE_APPLICATION 9 years ago
  hogliux 0edd0e4632 Fixed a few Android warnings when building for ARM 64-bit 9 years ago
  jules 2bea97e24e Small extra deletion safeguard in ComponentAnimator 9 years ago
  tpoole 5ef379b1d9 Fixed line endings in the automatically generated BLOCKS SDK documentation 9 years ago
  tpoole cc524bf626 Minor documentation fix 9 years ago
  tpoole cd8598cae4 Improved the standalone BLOCKS-SDK build 9 years ago
  hogliux d496a77462 Fixed a crash when loading/restoring a VST3's plug-in state in Cubase 9 9 years ago
  jules c8f9fdc023 Added some safety checks to ComponentAnimator to avoid problems when cancelling animations during resize callbacks 9 years ago
  hogliux 2bec815bb3 Added an option to execute JUCEApplication's suspend() method on an iOS background task to give you extra time to save your app's state 9 years ago
  hogliux a839fa24b3 Modified AudioChannelSet::getDescription() to return more commonly used names for surround formats (without the "+LFE" part) 9 years ago
  jules 6a629f985f Added method SystemStats::getCpuModel() and implemented a couple of missing Android CPU info functions 9 years ago
  tpoole 17bc5740a5 Fixed a bug opening MIDI devices from a Windows plug-in 9 years ago
  hogliux bc79f43175 Added getSystemService method to JNI helper android activity methods 9 years ago
  jules 6eb56c4c0b Minor documentation fix 9 years ago
  jules bf02c6e182 Minor documentation fix 9 years ago
  tpoole 059ce35559 Fixed a bug in an Objective-C drag and drop helper class 9 years ago
  jules c04c9ee56e Added a sanity check on the value returned by DirectoryIterator::getEstimatedProgress() 9 years ago
  jules 69297d6790 Added an assertion to MidiMessage to help catch float/int parameter confusion 9 years ago
  jules 8011ce4209 Added a couple of missing JUCE_API declarations 9 years ago
  hogliux d390e41768 Fixed an infinite VST3 re-sizing loop in Samplitude Pro X3 9 years ago
  tpoole b547673fae Resaved all projects 9 years ago
  tpoole 69c07d357f Changed Xcode C standard from c99 to c11 9 years ago
  tpoole 302c42125c Fixed dynamic library filenames in Makefiles 9 years ago
  hogliux 3bb8dbe3ac Fixed a bug where ComboBoxes with no itmes wouldn't show the "no choices" entry 9 years ago
  jules e6ea21d1ae Whitespace fix 9 years ago
  ed 05c6901403 Fixed typo in DrawableButton 9 years ago
  jules 297675c5cb Workaround for a compile error in MSVC DLL builds 9 years ago
  jules aa2598ffff Added method JavascriptEngine::stop() 9 years ago
  jules 91d4ba9891 Added method NormalisableRange::setSkewForCentre() 9 years ago
  tpoole ab4f269c60 Removed brackets from build target names and resaved all projects 9 years ago
  tpoole 0d660187a9 Used Xcode folder references instead of groups for JUCE modules 9 years ago
  jules a45b6cd6d9 Removed the old Introjucer subfolder 9 years ago
  tpoole a6fc53373f Resaved all projects 9 years ago
  tpoole b28555838d Added typeface and kerning support to the Projucer GUI editor 9 years ago
  ed 08707ec85c Fixed bug in ThreeValueVertical Slider where initial mouse down/drag wouldn't get correct thumb index 9 years ago
  tpoole 0140304e38 Removed some #pragma once warnings from Projucer generated code 9 years ago
  tpoole 9147d986c9 Removed the C++98 build option from the Projucer 9 years ago
  hogliux 327f61eacf Fixed a dead-lock which could occur if an OpenGLContext was created and immedietely deleted before it had a chance to render 9 years ago