2917 Commits (55a8b2ac125ddd0d77b71bf06bfbdc6cd98b51dd)

Author SHA1 Message Date
  attila 2e0646abba TreeView: Fix restoring scroll position in restoreOpennessState 3 years ago
  reuk dc8bc918d2
TextEditor: Fix bug where text could be pasted twice from the popup menu 3 years ago
  reuk 00b1bf3f5b
DirectoryContentsList: Ensure change notification is sent after search completes 3 years ago
  reuk b53ee602d4
X11: Use 32-bit colourmap in the case that a 24-bit colourmap is unavailable 3 years ago
  attila 2e1809ec33 Fix key up behaviour in a multiline TextEditor 3 years ago
  reuk 14628ec824
iOS: Correctly compute mouse position for scroll events 3 years ago
  reuk 5d1c580b15
FileListComponent: Fix incorrect selection when calling setSelectedFile while the directory contents are still loading 3 years ago
  reuk 4fc958bcda
NSViewComponentPeer: Avoid allocating a std::function on every frame 3 years ago
  reuk 19175ff698
OpenGL: Ensure that macOS uses the same (sRGB) colour space everywhere 3 years ago
  reuk 7c14c1fcd7
Use more concise stdlib type aliases 3 years ago
  attila d15e152da5 Fix TopLevelWindow::centreAroundComponent 3 years ago
  attila 44dd0649fd Grid: Fix layout for very small items 3 years ago
  attila d564e49312 TextEditor: Change caret positioning when clicking before text and between lines 3 years ago
  attila 6da1357fde Slider: Update PopupDisplay in updateText() 3 years ago
  reuk 65f1a76614
Tidy up parameter pack expansions 3 years ago
  reuk 8b8ae10059
Build: Replace JUCE_NODISCARD with [[nodiscard]] 3 years ago
  reuk 045214c986
Build: Allow building with llvm-mingw headers 3 years ago
  reuk b3a4d54a72
Build: Update the minimum C++ standard to C++17 3 years ago
  Leigh Marble 0816dbbae7 Docs: Correct a reference to a non-existent method 3 years ago
  Tom Poole c4dd405b16 macOS: Fix repaint lagging in Studio One 5 3 years ago
  reuk 86ad2a77a0
FileTreeComponent: Avoid blocking the main thread when selecting items while scanning is in progress 3 years ago
  reuk 21c214aec8
DirectoryContentsList: Start thread before attempting to scan files 3 years ago
  reuk a1bb7aeead
ListBox: Avoid calling updateContent in contructor 3 years ago
  reuk b324a50e82
BailOutChecker: Add checks after callbacks in Slider and ComboBox 3 years ago
  reuk 322aa64459 OpenGLContext: Share CVDisplayLinks with NSViewComponentPeer 3 years ago
  reuk 20584cf201 NSViewComponentPeer: Fix bug where OpenGLViews would fail to display after window deminiaturization 3 years ago
  reuk bc177c2252 NSViewComponentPeer: Share display links between all windows 3 years ago
  reuk 4b94c9b54a NSViewComponentPeer: Use RAII to manage display link 3 years ago
  Tom Poole 4418376335 macOS/iOS: Fixed an issue creating native FileChoosers 3 years ago
  reuk ef4b5957ec FileChooserDialogBox: Fix documentation bug 3 years ago
  Tom Poole 7296b8e3f7 Bump version number to 7.0.2 3 years ago
  attila acc6addb86 DragAndDropContainer: Manage keyboard focus for the drag image when the target needs it hidden 3 years ago
  Tom Poole 61fd8827e1 macOS/iOS: Fix a scaled multiple-rects drawing issue 3 years ago
  reuk 0d8a94ae04
PushNotifications: Silence deprecation warnings 3 years ago
  reuk 41ef5b7fd5
macOS: Remove macOS 10.14 preprocessor checks 3 years ago
  reuk 7545fbcf3e
macOS: Remove macOS 10.13 preprocessor checks 3 years ago
  reuk 9712775e5b
macOS: Remove macOS 10.12 preprocessor checks 3 years ago
  reuk 76e95d01ed
iOS: Remove iOS 12 preprocessor checks 3 years ago
  reuk a22b23e335
iOS: Remove iOS 11 preprocessor checks 3 years ago
  reuk f821015080
iOS: Remove iOS 10 preprocessor checks 3 years ago
  reuk 46c259b90e
Android: Fix crashes on startup for devices with older API levels 3 years ago
  attila c05ec5f9d0 MenuBarComponent: Fix incorrect deactivation of the menu bar 3 years ago
  attila 6aa926750e MacOS: Restore window style flags after leaving full screen 3 years ago
  reuk 5cf1a964fc
iOS: Add proper UITextInput implementation 3 years ago
  reuk 8cab4cf5bb
Displays: Add keyboardInsets member to Display, to allow querying onscreen keyboard size 3 years ago
  reuk 869760cb2a
ObjC: Add scoped notification observer 3 years ago
  reuk 921d86e586
Accessibility: Improve table navigation, row/column index/header reporting 3 years ago
  reuk dd92f66387
Accessibility: Correctly report number of disclosed rows in TreeView on macOS 3 years ago
  reuk 081412eb13
Mac Accessibility: Tidying 3 years ago
  reuk 7eca00c7c9
JuceNSWindowClass: Tidying 3 years ago