4459 Commits (7e9b8fd9233bcaddde364766a38b64bd84b7fdfd)

Author SHA1 Message Date
  tpoole 7e9b8fd923 Improved a menu label in the standalone filter window 9 years ago
  ed f855806602 Added 'JUCE_USE_WINDOWS_POINTER_API' flag to juce_gui_basics.h to enable/disable the advanced Windows pointer API (only available on Windows 8 and above). 9 years ago
  jules b8d1183f78 Fixed a typo in a comment 9 years ago
  hogliux dcc35c5dd6 Fixed a VST3 bug where a WaveLab workaround would unintentionaly mute buses for certain multi-bus plug-ins 9 years ago
  hogliux d0b704c6d4 Fixed a potential crash in the VST3 wrapper when certain buses are disabled 9 years ago
  jules 4b1d4c9681 Added a cast to avoid a compiler warning 9 years ago
  ed 8ca0bc6791 Fixed call to ComponentPeer::handleMouseEvent() in FakeMouseMoveGenerator. Added isPen() and isMouse() methods to MouseInputSource. 9 years ago
  tpoole 5920bcd20b Fixed WinRT MIDI static initialisation error 9 years ago
  ed b7b8d5be57 Multiple fixes for touch and pen input on Windows 9 years ago
  hogliux 2e08db47ff Added a shader workaround for GPUs on older Android devices 9 years ago
  ed 501d7299a6 Added documentation for some missing LittleFoot methods 9 years ago
  hogliux 2ca5a9c32b Partially reverted fix for new VST3 SDK 3.6.7 by removing any dependency to VST2 SDK 9 years ago
  tpoole 112b88f289 Made the WinRT MIDI service run on app startup 9 years ago
  hogliux 08483a0138 Fixed a VS 2017 compiler warning 9 years ago
  hogliux 9c7ee8710a Added support for VST3 SDK 3.6.7 9 years ago
  jules 6658f1fa70 Fixed a documentation typo 9 years ago
  jules f6873c2273 (Fixed a typo in linux code in the last commit) 9 years ago
  jules 2d192bed9b Added method SystemStats::getNumPhysicalCpus() 9 years ago
  jules d6bf2e8cf9 Added line spacing to TextEditor and methods to set/get the current line spacing 9 years ago
  jules f207ebb6d8 BLOCKS SDK: New and updated version of juce_blocks_basics, adding functionality and compatibility with latest Dashboard-compatible firmware 9 years ago
  ed beab10fca7 Added a check in ImagePreviewComponent to avoid reading directories 9 years ago
  hogliux f506cc7f5d Doubled the default number of Android OpenSL buffers to avoid glitches on a wider range of devices by default 9 years ago
  hogliux 89a53dbf89 Fixed uninitialised variables in Android OpenSL which may have resulted in OpenSL using the slow audio path 9 years ago
  tpoole 7094b04a9b Changed some text to Title Case in AudioDeviceSelectorComponent 9 years ago
  tpoole 2398f4c1d3 Used AsyncUpdater for iOS stream format changes 9 years ago
  hogliux 23b6450e62 Fixed a typo in recent commit to address an armeabi internal compiler bug 9 years ago
  jules a96163df2a Fixed a couple more unused variables in iOS audio 9 years ago
  hogliux 80a226204a Added workarounds for an internal compiler error bug on armeabi Android 9 years ago
  jules 279c4bc4db Fix for some unused variables in iOS audio 9 years ago
  tpoole d8504a6090 Moved iOS stream format changes to the message thread 9 years ago
  jules 9c75f13a4f Added a method JavascriptEngine::callFunctionObject() for invoking javascript methods in DynamicObject native methods 9 years ago
  hogliux 85900377b9 Fixed a typo in the documentation of the NativeMessageBox::showYesNoBox method 9 years ago
  jules e16554abb3 Added packing when WaveAudioFormat writes SMPL chunks with zero loops 9 years ago
  jules 39284e1d0f Added static method Timer::callAfterDelay() to invoke a one-shot lambda function 9 years ago
  jules d3bb833f0e Made File::getRelativePathFrom() return '.' if comparing two identical folders. 9 years ago
  hogliux 51d5572220 Added showYesNoBox to NativeMessageBox class 9 years ago
  ed 0fa188ab5b Reverted #6d356423 as it broke centring for child components 9 years ago
  tpoole 607b09ab7b Fixed graphics dependent header includes for IAA 9 years ago
  hogliux 2963805a27 Ensured that RTAS plug-in ids match AAX plug-in ids 9 years ago
  hogliux 1b5d7f36db Added missing JUCE_CALLTYPE specifier to AudioChannelSet 9 years ago
  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 5fe3289256 Fixed several Android text rendering bugs 9 years ago
  tpoole 9caa91b166 Fixed uninitialised variables warning 9 years ago
  tpoole 4c59a920b4 Added Inter-App Audio capabilities to standalone plug-ins 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