2917 Commits (55a8b2ac125ddd0d77b71bf06bfbdc6cd98b51dd)

Author SHA1 Message Date
  reuk 65f1a76614
Tidy up parameter pack expansions 2 years ago
  reuk 8b8ae10059
Build: Replace JUCE_NODISCARD with [[nodiscard]] 2 years ago
  reuk 045214c986
Build: Allow building with llvm-mingw headers 2 years ago
  reuk b3a4d54a72
Build: Update the minimum C++ standard to C++17 2 years ago
  Leigh Marble 0816dbbae7 Docs: Correct a reference to a non-existent method 2 years ago
  Tom Poole c4dd405b16 macOS: Fix repaint lagging in Studio One 5 2 years ago
  reuk 86ad2a77a0
FileTreeComponent: Avoid blocking the main thread when selecting items while scanning is in progress 2 years ago
  reuk 21c214aec8
DirectoryContentsList: Start thread before attempting to scan files 2 years ago
  reuk a1bb7aeead
ListBox: Avoid calling updateContent in contructor 2 years ago
  reuk b324a50e82
BailOutChecker: Add checks after callbacks in Slider and ComboBox 2 years ago
  reuk 322aa64459 OpenGLContext: Share CVDisplayLinks with NSViewComponentPeer 2 years ago
  reuk 20584cf201 NSViewComponentPeer: Fix bug where OpenGLViews would fail to display after window deminiaturization 2 years ago
  reuk bc177c2252 NSViewComponentPeer: Share display links between all windows 2 years ago
  reuk 4b94c9b54a NSViewComponentPeer: Use RAII to manage display link 2 years ago
  Tom Poole 4418376335 macOS/iOS: Fixed an issue creating native FileChoosers 2 years ago
  reuk ef4b5957ec FileChooserDialogBox: Fix documentation bug 2 years ago
  Tom Poole 7296b8e3f7 Bump version number to 7.0.2 2 years ago
  attila acc6addb86 DragAndDropContainer: Manage keyboard focus for the drag image when the target needs it hidden 2 years ago
  Tom Poole 61fd8827e1 macOS/iOS: Fix a scaled multiple-rects drawing issue 2 years ago
  reuk 0d8a94ae04
PushNotifications: Silence deprecation warnings 2 years ago
  reuk 41ef5b7fd5
macOS: Remove macOS 10.14 preprocessor checks 2 years ago
  reuk 7545fbcf3e
macOS: Remove macOS 10.13 preprocessor checks 2 years ago
  reuk 9712775e5b
macOS: Remove macOS 10.12 preprocessor checks 2 years ago
  reuk 76e95d01ed
iOS: Remove iOS 12 preprocessor checks 2 years ago
  reuk a22b23e335
iOS: Remove iOS 11 preprocessor checks 2 years ago
  reuk f821015080
iOS: Remove iOS 10 preprocessor checks 2 years ago
  reuk 46c259b90e
Android: Fix crashes on startup for devices with older API levels 2 years ago
  attila c05ec5f9d0 MenuBarComponent: Fix incorrect deactivation of the menu bar 2 years ago
  attila 6aa926750e MacOS: Restore window style flags after leaving full screen 2 years ago
  reuk 5cf1a964fc
iOS: Add proper UITextInput implementation 2 years ago
  reuk 8cab4cf5bb
Displays: Add keyboardInsets member to Display, to allow querying onscreen keyboard size 2 years ago
  reuk 869760cb2a
ObjC: Add scoped notification observer 2 years ago
  reuk 921d86e586
Accessibility: Improve table navigation, row/column index/header reporting 2 years ago
  reuk dd92f66387
Accessibility: Correctly report number of disclosed rows in TreeView on macOS 2 years ago
  reuk 081412eb13
Mac Accessibility: Tidying 2 years ago
  reuk 7eca00c7c9
JuceNSWindowClass: Tidying 2 years ago
  reuk 31e917ca62
NSViewComponentPeer: Tidying 2 years ago
  reuk 4e09161986
Accessibility: Tidy up static functions 2 years ago
  reuk 285761c56c
Accessibility: Fix hit test behaviour on iOS 2 years ago
  reuk 12fdf6bad8
Accessibility: Stop AccessibilityContainers from also being instances of AccessibilityElement 2 years ago
  reuk 707767fa4c
Accessibility: Multiple table fixes 2 years ago
  reuk 5e626e1c2b HyperlinkButton: Use AccessibilityHandler with hyperlink role 3 years ago
  attila 9005e2fda8 Drawable: Fix clobbering Component transform when setDrawableTransform() isn't called 2 years ago
  attila 29447dd7f3 DefaultDialogWindow: Avoid bad positioning on Linux 2 years ago
  attila a99422efee Drawable: Add setDrawableTransform() and use it in SVGParser 2 years ago
  attila 6c24b32bcd DropShadower: Fix temporarily missing shadows, disable timer for non-desktop windows 2 years ago
  attila 3acc71f7df MultiDocumentPanel: Fix reporting wrong active document, avoid reordering 3 years ago
  Tom Poole c52a049698 Fixed a documentation typo 2 years ago
  Tom Poole 4f884c8a54 TextEditor: Call repaint on clear 2 years ago
  Tom Poole 2eee1c1bd9 Slider: Respect setNumDecimalPlaces after setRange 2 years ago