2917 Commits (55a8b2ac125ddd0d77b71bf06bfbdc6cd98b51dd)

Author SHA1 Message Date
  reuk 8d6169fbf5
NSViewComponentPeer: Avoid processing key events directly during IME composition 3 years ago
  reuk d563fcd7b4
NSViewComponentPeer: Use set rather than array for tracking key states 3 years ago
  reuk 31e68c66fa
TextEditor: Use NullCheckedInvocation 3 years ago
  reuk 697643c0b6
Component: Add an assertion to check that the component remains alive when entering modal state 3 years ago
  chroma 167911b9d2 UIViewComponentPeer: Disable autocomplete suggestions on text input views 3 years ago
  reuk 978a00bed2
iOS: Updated Desktop::allowedOrientationsChanged to support new API in iOS 16 3 years ago
  attila e76603ae18 iOS: Add missing call to VBLank listeners 3 years ago
  chroma d3cff375be Thread: Introduce a new Thread backend 3 years ago
  attila 1da9ccd36c Make it possible to attach Component updates to vblank events 3 years ago
  reuk 59a47a4638
HWNDComponentPeer: Fix icon leaks 3 years ago
  reuk d621d46ca8
FileListComponent: Update content before selecting row to ensure totalItems is up-to-date 3 years ago
  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