7470 Commits (b51da7dec0c36ee7c26914f6cc0e06aeb206567b)

Author SHA1 Message Date
  ed b51da7dec0 macOS: Fixed 10.7 compatibility 4 years ago
  Tom Poole 5929103a29 Bump version number to 6.0.5 4 years ago
  reuk 6ac0e90e58
FileChooser: Allow new filechooser to load paths containing unicode characters 4 years ago
  ed 7053df4b5b iOS: Fixed incorrect desktop window position 4 years ago
  ed 45a2e57bf9 macOS: Add Foundation to juce_core OSXFrameworks 4 years ago
  ed 142a52f9b8 Unquote command-line arguments when adding them to ArgumentList 5 years ago
  ed 3a3ef41ad5 Added <array> to juce_StandardHeader.h and removed some unnecessary includes from juce_analytics and juce_dsp 5 years ago
  ed 4de5726775 Android: Don't assert on device type 25 which seems to be valid when debugging from Android Studio (although undocumented) 5 years ago
  ed e4c3d53c7a Android: Request ACCESS_FINE_LOCATION permission when using Bluetooth 5 years ago
  ed 9005c81f47 Windows: Fixed a potential crash in the DirectWrite TextLayout::createNativeLayout() implementation 5 years ago
  reuk 5a19a7c8e8 IPC: Fix potential deadlock in win32 NamedPipe implementation 5 years ago
  reuk c5136d28b7 NamedPipe: Avoid spurious test failures due to pipe name collisions 5 years ago
  reuk ac612693aa NamedPipe: Fix potential vptr data-race in unit tests 5 years ago
  reuk 389e7436ef
IPC: Add some missing locks in native NamedPipe implementations 5 years ago
  reuk 9b90398cf9
IPC: Fix occasional windows crash 5 years ago
  reuk 84be2fea9a
IPC: Avoid deadlocks when destroying pipes 5 years ago
  reuk 472fac976b
IPC: Prevent disconnection while a read is in progress 5 years ago
  reuk a70101e3ec
IPC: Allow setting custom timeouts in disconnect 5 years ago
  reuk 750c982c1d
Camera: Warn when adding a preview component after starting capture on macOS 5 years ago
  reuk f1362dbb93
Camera: Make `addListener` trigger continuous photo capture on iOS 5 years ago
  ed 8ee13b78ba Avoid drawing TextEditor "empty" text when it isn't visible 5 years ago
  ed e0883ace58 macOS: Updated the required deployment target for WKWebView 5 years ago
  reuk 43c692e20d
DSP: Fix typo in Convolution docs 5 years ago
  ed 36f1197536 macOS: Forward key events from WKWebView correctly 5 years ago
  ed 5ae32084a7 Made the assertion in the Timer destructor slightly less strict 5 years ago
  ed 884f2c1332 Windows: Use Thread::sleep() instead of yield() when waiting for ChildProcess output to avoid eating CPU 5 years ago
  ed 270e056e40 CoreAudio: Fixed a data race on isWaitingForInput in DeviceWrapper 5 years ago
  ed 09ecc0ebef Linux: Fixed a use-after-free in XWindowSystem::findDisplays() 5 years ago
  reuk df3b49fbd3 VST2: Fix conversion warnings on Linux 5 years ago
  Tom Poole 761eb566f5 Fixed some compiler warnings 5 years ago
  Tom Poole 8070fa0ec4 Fixed some compiler warnings 5 years ago
  ed 1e532b2ae0 macOS: Use objc_msgSendSuper_stret() for return types > 8 bytes in 32-bit builds 5 years ago
  ed 3f78998b96 Linux: Fixed semi-transparent windows not rendering correctly 5 years ago
  ed 7901eb6ca1 Linux: Use synchronous X11 error handling in debug builds 5 years ago
  Tom Poole d1bb4d61f0 AAX: Fixes an Xcode compiler warning 5 years ago
  Tom Poole a357e548a3 AAX: Fixes an Xcode compiler warning 5 years ago
  reuk 35277443e4 SystemStats: Use new dictionaryWithContentsOfURL signature 5 years ago
  reuk 4fd3dfb51b FileChooser: Temporarily silence deprecation warnings on iOS 5 years ago
  reuk d236964410 PluginList: Fix revealing plugins 5 years ago
  reuk 6811242371 VST2: Fix conversion warnings on Linux 5 years ago
  reuk fb83c45a9d IPC: Fix race condition when destroying connections 5 years ago
  ed bef6a91294 Linux: Made the Desktop singleton usable when running headless 5 years ago
  ed f05ae1c709 Added Desktop::isHeadless() method 5 years ago
  ed 1f2a7b759d Added documentation to Desktop::getDisplays() 5 years ago
  ed b7e28541ca Replaced deprecated Displays methods 5 years ago
  ed c21241549b Deprecated some methods in the Display class 5 years ago
  reuk f61447fd01 PopupMenu: Allow manual column breaking 5 years ago
  reuk d4450ad8ae PopupMenu: Add LookAndFeelMethods for drawing column separators 5 years ago
  reuk f04e11c4bb PopupMenu: Allow theming of popup menu background based on Options 5 years ago
  reuk 37c2dbe547 ComboBox: Add const getter for root menu 5 years ago