8321 Commits (27e75a70594aa99bc8cf80c99ab6dbd441bdc420)

Author SHA1 Message Date
  ed 27e75a7059 DropShadower: Fix crash due to IsWindowOnCurrentVirtualDesktop() causing synchronous repaint messages during component destruction on Windows 4 years ago
  ed 61fdde7cf9 ASIO: Add short sleep after calling setSampleRate() to allow devices to respond to changes 4 years ago
  ed fd7e4afcda macOS: Detach AVPlayer listeners before calling setPlayer 4 years ago
  reuk ed1bc944fd
AudioChannelSet: Add 7.1.6 speaker layout 4 years ago
  reuk d0590b5fc5
ComponentPeer: Add facility for displaying document save state in the titlebar 4 years ago
  reuk 9d913e4e80
FileBasedDocument: Add missing const specifier 4 years ago
  reuk cc8a9ca896
FileChooser: Avoid deprecated delegate method signature 4 years ago
  reuk da46ee6c7a
FileChooser: Launch chooser asynchronously 4 years ago
  reuk 8458ac0186
MessageManager: Correct visibility of repostCurrentNSEvent 4 years ago
  reuk efdb3ec72f
OpenGL: Make version number parsing slightly more robust 4 years ago
  reuk e97f7d1c6c
OpenGLContext: Use high-priority thread for OpenGL renderer to smooth animations on M1 machines 4 years ago
  reuk 69aa461be1
Time: Fix duplicate '-' symbols in UTC offset string 4 years ago
  reuk 44b34be183
Rectangle: Add string conversion functions for floats and doubles 4 years ago
  reuk ca4bdb6b3a
Component: Avoid calling member functions on objects destroyed when exiting modal state 4 years ago
  reuk 062e966138
NSViewComponentPeer: Fix zoom and fullscreen behaviour 4 years ago
  reuk ff62b1b39f
LinuxComponentPeer: Handle window constraints correctly on high resolution displays 4 years ago
  reuk c17aec47ac
Windows: Allow maximized windows to resize to fill the screen, even when a constrainer is applied 4 years ago
  reuk cb7d9ec1db
Windows: Take custom scale into account when scaling cursors 4 years ago
  reuk 8a95fb1c82
SliderParameterAttachment: Allow right-click to change parameter value 4 years ago
  reuk 6f80be1edb
VST3 Client: Ensure editor scale is correct immediately after creation 4 years ago
  reuk 144b444f93
VST2 Client: Reapply custom scale factor if scale is set before editor is opened 4 years ago
  reuk 7828cad753
VST2 Host: Fix window titlebar repainting when editor sizes change 4 years ago
  reuk 2884610d01
VST2 Host: Respect high DPI plugin sizes on Linux 4 years ago
  reuk aa95939273
SystemStats: Set hasNeon flag correctly on M1 machines 4 years ago
  reuk 7d8c5b845d
AU: Cache MIDI output block 4 years ago
  reuk 6de3af3566
AU: Make channel/bus handling more robust 4 years ago
  reuk 2fc254b72e
AudioDeviceManager: Avoid overwriting user-specified devices in initialise unless absolutely necessary 4 years ago
  reuk 6bf969dab9
AudioThumbnail: Fix thread sanitizer warnings 4 years ago
  reuk f1b6bbc921
CoreAudio: Fix thread sanitizer warnings 4 years ago
  reuk 5a5161d59b
CoreAudioLayouts: Fix SDK version guards 4 years ago
  reuk 81fa777ff7
ObjC Helpers: Automatically derive appropriate signature for function 4 years ago
  ed b4bc2c8710 Tooltip: Show manually shown tips until a dismissal mouse event occurs 4 years ago
  ed ab1d18ed92 Whitespace 4 years ago
  ed 9c5b76a5ac Windows Accessibility: Ensure that UiaDisconnectProvider() is called with a valid provider pointer 4 years ago
  ed 82bcad9d30 Windows Accessibility: Only send window open/close events for main application windows to fix COM ref-counting leak 4 years ago
  reuk 84cd6152be
FFT: Remove unnecessary check in IPP FFT wrapper 4 years ago
  reuk b13bbbefb3
AudioChannelSet: Add atmos layouts 4 years ago
  reuk 8de0151577
CoreAudioLayouts: Refactor to avoid null terminator on array 4 years ago
  reuk 3850a2bb20
AudioPlayHead: Update wrappers to use new FrameRate type 4 years ago
  reuk 718307b516
AudioPlayHead: Use more descriptive FrameRate type 4 years ago
  reuk ffee9b19de
MenuBarComponent: Avoid dereferencing dangling pointer when dismissing menus 4 years ago
  reuk 4011c2e898
AudioDeviceManager: Compute output level after all IO callbacks have run 4 years ago
  reuk a4b92bd6c8
CoreAudioFormat: Only register suitable file extensions for given StreamKind 4 years ago
  reuk e247e06fb7
FlexBox: Refactor and tidy implementation 4 years ago
  reuk 0dad809264
FlexBox: Add tests, and fix layout bugs 4 years ago
  ed 4d350ffcc3 Fix documentation typo 4 years ago
  ed d49d203974 Tooltip: Ignore dismissal mouse events when tooltip window is not showing 4 years ago
  ed 1fe8fa467b TextEditor: Fix floating-point -> integer bounds conversion of text selection bounds 4 years ago
  ed 057b555f08 Tooltip: Track mouse clicks using global Desktop mouse listener callbacks to fix bug with Timer callbacks missing events 4 years ago
  ed 903657b0b8 Tooltip: Prevent tip from being immediately dismissed when shown from TooltipWindow::displayTip() 4 years ago