177 Commits (77458fb4f95b8beb045d13f3490adaab45df07fa)

Author SHA1 Message Date
  Anthony Nicholls 05d5c94990
Native: Rename all native files for improved consistency 2 years ago
  reuk 4fbc4da29a
Windows: Always define RunningInUnity flag in juce_gui_basics TU 2 years ago
  reuk 5e866b6156
MessageManager: Fix build issue introduced in 95f823ff72 2 years ago
  reuk 95f823ff72
MessageManager: Tidy up mac implementation 2 years ago
  reuk 33ef4a86f4
Plugin Client: Remove unnecessary wrapper files 2 years ago
  reuk 10bd8235e7
Plugin Client: Move all private helper functions into detail namespace 2 years ago
  reuk 49a954d473
WASAPI: Only send change broadcast when devices are updated 3 years ago
  Tom Poole 0efa02a332 WinRTWrapper: Allow service recreation 3 years ago
  reuk 28f2157912
Convert ignoreUnused to [[maybe_unused]] 3 years ago
  reuk 59a47a4638
HWNDComponentPeer: Fix icon leaks 3 years ago
  Tom Poole db3c6e6216 macOS/iOS: Fix unguarded availability warnings 3 years ago
  reuk c91514f57f
VST3 Client: Properly notify host about added/removed event loop FDs 3 years ago
  reuk 19ddbe2368
Warnings: Fix missing-prototypes warnings 3 years ago
  Tom Poole eda5c696e5 macOS/iOS: Fix unguarded availability warnings 3 years ago
  Tom Poole dea3fe60e4 Update copyright banners 3 years ago
  reuk 8458ac0186
MessageManager: Correct visibility of repostCurrentNSEvent 4 years ago
  reuk 81fa777ff7
ObjC Helpers: Automatically derive appropriate signature for function 4 years ago
  reuk 074d188239
Add ScopedLowPowerModeDisabler to suppress App Nap on macOS 4 years ago
  reuk 3c68581567
Use jassertquiet where possible 4 years ago
  reuk 85226c33d4
Mac MainMenu: Allow commands without modifiers to be passed to peer 4 years ago
  reuk 407966b2ca
Windows: Fix warnings when building with clang in 64-bit mode 4 years ago
  reuk 7ac6911ccc
Windows: Fix clang/gnu compiler warnings 4 years ago
  reuk 31a7c62baf
Windows: Fix and suppress some analysis warnings 4 years ago
  Tom Poole bfdda737a2 Projucer: Removed the live build 4 years ago
  ed 11d872ea1b MessageMananger: Made dispatchNextMessageOnSystemQueue() accessible by internal code 4 years ago
  reuk b952d0204e
FileChooser: Pump message thread in destructor 4 years ago
  Tom Poole a9ad07a945 Use RAII for CFTypes 4 years ago
  reuk 6bcf603f2c
AppDelegate: Ensure correct lifetime of static objects 5 years ago
  ed 3754cadf55 Windows: Removed WinRT::ComSmartPtr and use existing class instead 5 years ago
  reuk 8d5c27237e
MessageManager: Use RAII to simplify app delegate cleanup 5 years ago
  ed 088e100c1f Narrowed the scoped of some undeclared Objective-C selector warnings 5 years ago
  reuk b27017a5e3
macOS: Initial support for macOS 11 and arm64 5 years ago
  ed d510b73cdf Normalised all whitespace before args in std::function 5 years ago
  reuk 092bc44413
MinGW: Fix windows/gcc warnings 5 years ago
  reuk e13901d912 ClangCl: Silence code which warns when building on Windows with Clang 5 years ago
  Tom Poole 894e7d2bd2 Updated all license headers 5 years ago
  Tom Poole 2d16374b14 Updated all license headers 5 years ago
  ed de712ca02e Linux: Added support for building and hosting VST3 plug-ins 6 years ago
  ed 8f3b9036d6 Added WinRT web view 5 years ago
  ed 5d9ab42195 Linux: Revert c47c790 and instead defer modifications to the fdReadCallbacks vector when inside a read callback until after the callback has been executed 5 years ago
  ed c47c790f79 Linux: Use list instead of vector for file descriptor callback storage in internal message queue to fix issues when recursively adding or removing callbacks 6 years ago
  ed cda97c6593 Windows: Refactored the internal message queue to avoid hitting the message limit 6 years ago
  ed c46194d08b Windows: Fixed a deadlock that could occur when dispatching messages from the overflow queue 6 years ago
  jules 9b64141c93 Small fix to use of JUCEApplicationBase::quit() in linux event thread code 6 years ago
  ed ce9bb8b605 Windows: Added an overflow buffer to the event loop to catch messages posted after hitting the PostMessage() limit 6 years ago
  ed b857f965ce Replaced select() calls with poll() 6 years ago
  ed 2aed7b58fa Linux: Allow the event bit mask to be specified in LinuxEventLoop::registerFdCallback() 6 years ago
  ed 91664000d9 Linux: Improved message queue performance 6 years ago
  ed 164aac7efa Linux: Improved message queue performance 6 years ago
  ed 012c7d00d2 Linux: Fix for high CPU load 6 years ago