7460 Commits (0341f4d24eae9664a815d72d83ce99d022508ef0)

Author SHA1 Message Date
  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
  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 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
  reuk 6e02c45d37 FileChooser: Fix build compatibility issue with MinGW 5 years ago
  reuk b41951bc4b AudioProcessorGraph: Ensure nodes are prepared with correct precision 5 years ago
  reuk 0943291990 MidiFile: Make file-reading more robust 5 years ago
  ed 99bce8a3a8 Android: Fixed large buffer sizes on some devices 5 years ago
  ed 32b9b1e9db CoreAudio: Prevent audio glitches before microphone permission granted 5 years ago
  ed 22f0e26451 Android: Use performance mode from stream directly when logging Oboe stream details 5 years ago
  reuk b78114cfb3 FileChooser: Add assertion for improved safety when using modal FileChoosers 5 years ago
  reuk 2a638b86e7 FileChooser: Use custom save/open panel implementations to ensure that apps cannot terminate while the panel is open 5 years ago
  reuk 1d29665e56 FileChooser: Fix issue where preview component may not receive full filename 5 years ago
  reuk 1dae941600 Timer: Add assertion to warn when destroying a timer from a background thread 5 years ago
  reuk 0d96ec9baf AppConfig: Ensure AppConfig is always included in plugin wrappers 5 years ago
  reuk fdf09a6dde FileChooser: Ensure that macOS preview component always receives user events 5 years ago
  reuk dd62aec528 FileChooser: Ensure preview mouse interactions work when showing dialog on macOS 5 years ago