12503 Commits (cdbefa3b51e2084b51e7ec506984f263708f8537)
 

Author SHA1 Message Date
  reuk 8f1ba916ff
VST3 Host: Set content scale before opening plugin window for the first time 3 years ago
  reuk 61cdcff2e9
VST3 Host: Ensure requested size is applied, even when plugin does not support scaling 3 years ago
  reuk ebf86b5f35
VST3 Host: Correctly size unscalable editors when DPI changes 3 years ago
  reuk 9bec8e633a
VST3 Host: Ensure that plugins open with their top left corner in the right position 3 years ago
  reuk 72f3a15616
HWNDComponentPeer: Avoid auto-scaling child hwnds 3 years ago
  reuk 7cd04f7d74
Windowing: Refactor DPI-related function loading 3 years ago
  reuk 36e35aef3b
AudioPluginHost: Display format of loaded plugins in graph view 3 years ago
  ed a87dd82ca2 Prevent optimisation of floating-point status register value in FloatVectorOperations::setFpStatusRegister() 3 years ago
  ed 8d72e7fccc Linux: Update displays when DPI settings change 3 years ago
  ed 70d36f06db Linux: Implement dark mode detection 3 years ago
  ed 3d282c1078 Desktop: Deprecate isOSXDarkModeActive() and add isDarkModeActive() for other platforms 3 years ago
  ed ea35602f18 X11: Use XSettings to respond to window scale factor changes 3 years ago
  ed f69de31094 X11: Add XSettings class for parsing and storing display settings according to the XSETTINGS specification 3 years ago
  ed 5e44bc39e0 X11: Pass Display instance to GetXProperty constructor 3 years ago
  ed b9542ccc4c Update code to use C++14 [[deprecated]] attribute 3 years ago
  ed a435026b24 macOS: Use available keyword instead of preprocessor version checks where possible 3 years ago
  ed 291f88abb2 macOS/iOS: Suppress and fix unguarded availability warnings 3 years ago
  ed 1658d3f9ab Obj-C++: Remove JUCE_OBJC_HAS_AVAILABLE_FEATURE define 3 years ago
  ed d39d0f4885 Docs: Fix some Doxygen warnings 3 years ago
  Tom Poole 2c8ec9dae1 Fix a documentation typo 3 years ago
  ed 2707ea3ca0 Projucer: Add support for C++20 project language standard 4 years ago
  ed aacca9b23c VST3 Host: Fix some issues with FabFilter plug-ins in DPI-aware Windows hosts 3 years ago
  ed 8d75a7a400 Fix auxiliary desktop windows scaling and centring when Desktop::globalScaleFactor != 1.0 3 years ago
  ed 46a4dc95a1 Accessibility: Fix potential infinite recursive component keyboard focus loop 3 years ago
  ed c933ad5a16 Accessibility: Fix issue with ListBox selection duplication 3 years ago
  ed 5801cf7d09 Accessibility: Fix issue with ListBox custom components not being accessible 3 years ago
  ed 2c02ba9723 macOS: Fix compile error when using C++20 language standard 3 years ago
  ed ef6218f6b7 Take MessageManagerLock in FocusTraverser and KeyboardFocusTraverser unit tests 3 years ago
  reuk bd5f6d596d
DSPDemos: Avoid undefined behaviour if buffer is null 3 years ago
  reuk fad3490946
DelayLine: Add function to retrieve the maximum possible delay time 3 years ago
  reuk 4c95897ad3
XWindowSystem: Only dismiss transient modal windows when other windows are moved or resized 3 years ago
  reuk a130cc5d17
NSViewComponentPeer: Only dismiss transient modal windows when other windows are moved or resized 3 years ago
  reuk c9daf4288d
XWindowSystem: Only restack sibling windows 3 years ago
  reuk 9fbcedb93e
ReaperEmbeddedViewDemo: Make refcounting slightly more consistent 3 years ago
  reuk fd24769019
PluginUtilities: Fix security (4996) warnings on Windows 3 years ago
  reuk 58be21d6dc
AudioProcessLoadMeasurer: Allow specifying number of samples per-block 3 years ago
  reuk 1a4296e98b
EdgeTable: Avoid shifts of negative numbers 3 years ago
  reuk 3a1be39cb6
VSTMidiEventList: Avoid UB Sanitizer warnings about out-of-bounds VLA access 3 years ago
  reuk afa6465098
UB Sanitizer: Avoid warnings in third party code, with clang 3 years ago
  reuk 485699020a
UMP: Fix warning about missing braces 3 years ago
  reuk 4e694c96b3
ScopedDPIAwarenessDisabler: Move to juce_gui_basics 3 years ago
  reuk 8b45ff83e2
Windowing: Ignore suggested window sizes for windows that should not be DPI aware 3 years ago
  reuk ea6d095ab5
XWindowSystem: Implement createSnapshotOfNativeWindow 3 years ago
  reuk 31500551e1
Move declaration of createSnapshotOfNativeWindow to module header 3 years ago
  reuk c3c171acaf
Grid: Fix behaviour with negative row/column indices 3 years ago
  reuk 9360c3f4ff
Windows: Fix issue where minimising a window could overwrite the last "normal" window bounds 3 years ago
  reuk 6c59a31456
Win32 Windowing: Fix uninitialised data members warning 3 years ago
  reuk 20bcee5047
MidiMessageSequence: Add tests for createControllerUpdatesForTime 3 years ago
  reuk d0615041f0
Plugin clients: Avoid notifying listeners when parameters have not changed 3 years ago
  reuk 836b6edbce
Mac MainMenu: Allow main menu items to be disabled 3 years ago