9215 Commits (77458fb4f95b8beb045d13f3490adaab45df07fa)

Author SHA1 Message Date
  reuk e1e3697931
AU Client: Check explicit channel layouts all the way up to 16 ins/outs 2 years ago
  reuk 5eadaf75be
UIViewComponentPeer: Avoid accessing text input target after it has been destroyed 2 years ago
  reuk 8c97b09d83
AUv3: Avoid calling setFullState: on the superclass during state restoration 2 years ago
  Anthony Nicholls e637073228 BubbleComponent: allow customisable effects 2 years ago
  reuk 9d1a6a3b28
ContentSharer: Update interface to return safer ScopedMessageBox instances 2 years ago
  attila 557d690ff4 MouseInputSource: Fix stuck hover state on touch screens 2 years ago
  Anthony Nicholls c7689793f2 Widgets: call repaint() in colourChanged() callbacks 2 years ago
  Anthony Nicholls 5fb78e30ac Component: update docs to reflect what happens when the look-and-feel changes 2 years ago
  Anthony Nicholls ba50a35364 Widgets: stop calling repaint in lookAndFeelChanged() 2 years ago
  attila 39cd0ef532 Add support for AAX SDK 2.5.0 3 years ago
  reuk 5e866b6156
MessageManager: Fix build issue introduced in 95f823ff72 3 years ago
  Anthony Nicholls cff722a4af GUI Basics: Refactor juce_gui_basics file structure 3 years ago
  reuk 8942f22a9b
FileChooser: Avoid setting default extension to filename 3 years ago
  reuk 95f823ff72
MessageManager: Tidy up mac implementation 3 years ago
  reuk 33ef4a86f4
Plugin Client: Remove unnecessary wrapper files 3 years ago
  reuk 22c8f0fe7e
VSTWindowUtilities: Remove unused JUCE_32BIT checks in VSTWindowUtilities 3 years ago
  reuk 16929c26f7
OpenGLContext: Avoid calling NSView::window from displaylink thread 3 years ago
  reuk 0f174d5818
Plugin Client: Refactor WindowsHooks to avoid static objects at namespace scope 3 years ago
  reuk 10bd8235e7
Plugin Client: Move all private helper functions into detail namespace 3 years ago
  reuk a760307d0f Plugin Client: Rename utility folder to detail, for consistency with namespace naming 3 years ago
  reuk 0e9b482d87 VST Client: Reorganise helper functions to avoid duplicate function declarations 3 years ago
  reuk c5ddf64d16 Plugin Client: Respect requested layer-backedness of editor 3 years ago
  reuk 926bbda4fa AudioProcessorEditor: Add method to configure layer-backedness of plugin editors 3 years ago
  reuk 3b2c6a545e Plugin Client: Normalise includes 3 years ago
  reuk 628edb1e15
TableListBox: Refactor mouse handling to reuse ListBox mouse handling 3 years ago
  Tom Poole f385e08b24 BSD: Fix a compilation error 3 years ago
  Anthony Nicholls c23eab7126 iOS: Refactor get primary display 3 years ago
  reuk af2a4a7e2a
OpenGL: Avoid enabling GL_TEXTURE_2D in core profile contexts 3 years ago
  Tom Poole 8524d4d815 Android: Fix a compiler warning 3 years ago
  attila f9ff497978 CMake: Add embedded Linux subprocess for WebView support 3 years ago
  attila e4a86316ca Linux WebBrowserComponent: Fix potential deadlock in destructor 3 years ago
  reuk b7e459dbd5
InAppPurchases: Ensure failure notifications are dispatched on the message thread 3 years ago
  reuk 7da615a7a3
Objective-C: Tidy up block usages, and document block helpers 3 years ago
  reuk fd69d347b4
CoreMidi: Never convert messages to MIDI 2.0 protocol 3 years ago
  reuk a24be991fa
Oboe: Prefer SpinLock to raw atomics 3 years ago
  reuk 76589ee800
Oboe: Avoid allocating on each audio callback 3 years ago
  reuk cb54044c1c
InAppPurchases: Ensure that the iOS implementation notifies on failure 3 years ago
  reuk 28ad953a3a
Xcode: Fix nullability warnings in Xcode 14.3 3 years ago
  reuk 3b1b52b65e
iOS InAppPurchases: Tidying 3 years ago
  reuk 55d1585445
NSViewComponentPeer: Allow key equivalents to propagate to inner views if they are not handled by outer views 3 years ago
  reuk 8b708b348d
AudioPlaybackDemo: Fix usability issues on Android 3 years ago
  reuk edca5e9629
NativeMessageBox: Fix result codes on Linux 3 years ago
  reuk d073a7e8ca
VST3 Host: Avoid reading from non-existent buses 3 years ago
  reuk 3d09a98826
AudioProcessorGraph: Avoid data race when setting parent on AudioGraphIOProcessor 3 years ago
  reuk 42021e3e9a
OpenGL: Avoid rare race on members used to compute frame times 3 years ago
  reuk c08a1827b5
OpenGL: Ensure flushBuffer can't be called simultaneously from multiple threads on macOS 10.13 or earlier 3 years ago
  reuk 6df7e46e26
VST Client: Fix redefined macro when building with MinGW 8.3.0 3 years ago
  reuk 4f7e1d40c8
NativeMessageBox: Silence function pointer cast warning for MinGW 3 years ago
  reuk 3816b095a8
MessageBoxOptions: DRY implementation 3 years ago
  reuk d5076cb873
SystemStats: Tidy up one-shot function 3 years ago