2270 Commits (4fd3dfb51b05e3d8b77d9dd30182c202a370ba62)

Author SHA1 Message Date
  reuk 4fd3dfb51b FileChooser: Temporarily silence deprecation warnings on iOS 4 years ago
  ed bef6a91294 Linux: Made the Desktop singleton usable when running headless 4 years ago
  ed f05ae1c709 Added Desktop::isHeadless() method 4 years ago
  ed 1f2a7b759d Added documentation to Desktop::getDisplays() 4 years ago
  ed b7e28541ca Replaced deprecated Displays methods 4 years ago
  ed c21241549b Deprecated some methods in the Display class 4 years ago
  reuk f61447fd01 PopupMenu: Allow manual column breaking 4 years ago
  reuk d4450ad8ae PopupMenu: Add LookAndFeelMethods for drawing column separators 5 years ago
  reuk f04e11c4bb PopupMenu: Allow theming of popup menu background based on Options 5 years ago
  reuk 37c2dbe547 ComboBox: Add const getter for root menu 5 years ago
  reuk b78114cfb3 FileChooser: Add assertion for improved safety when using modal FileChoosers 4 years ago
  reuk 2a638b86e7 FileChooser: Use custom save/open panel implementations to ensure that apps cannot terminate while the panel is open 4 years ago
  reuk 1d29665e56 FileChooser: Fix issue where preview component may not receive full filename 4 years ago
  reuk fdf09a6dde FileChooser: Ensure that macOS preview component always receives user events 4 years ago
  reuk dd62aec528 FileChooser: Ensure preview mouse interactions work when showing dialog on macOS 4 years ago
  reuk 6fd0baa759 FileChooser: Ensure macOS FileChooserComponent shows when FileChooser is reopened 4 years ago
  reuk 36664cc487 FileChooser: Fix behaviour of macOS FilePreviewComponent 4 years ago
  reuk f09b2aa4f5 FileChooser: Ensure macOS accessory panel is initially opened if custom preview component is passed 4 years ago
  reuk 2b03936461 FileChooser: Use old-style win32 file chooser if user passes a custom preview component 4 years ago
  reuk 8ad5ea0cb1 FileChooser: Fix win32 threading bug 4 years ago
  Tom Poole c35bb61c8d Bump version number to 6.0.4 4 years ago
  ed 56252ca098 Fixed a bug in TextEditor::setSelectAllWhenFocused() 4 years ago
  Tom Poole 73d1a1ff45 Bump version number to 6.0.3 4 years ago
  Tom Poole c9aba7f613 Bump version number to 6.0.2 4 years ago
  reuk 4d27422d9f GCC: Suppress cast-align warnings 4 years ago
  reuk c897a4f2cb Linux: Fix some clang 10 warnings 4 years ago
  reuk 49588b704e Linux: Fix some cast warnings 4 years ago
  ed 4a09440222 Windows: Return result of ComponentPeer::handleKeyPress() in doAppCommand() to prevent JUCE apps always consuming media keys 4 years ago
  jules 0ded1ccc5f Made the SVG parser catch "NaN" string values rather than passing them into the Path class 4 years ago
  ed 268ac3d5c8 Modernised some code in CallOutBox and added some logic to scale the window with its content component's transform 4 years ago
  ed 333f98d204 Squashed some compiler warnings with -Wmissing-prototypes enabled 4 years ago
  ed a840b48b75 Linux: Added a workaround for kdialog FileChooser wildcard not functioning correctly on KDE 4 years ago
  ed 876aceed99 Windows: Made the behaviour of the new native FileChooser consistent with the old when saving a file with no extension specified 4 years ago
  ed 7c46c45dcd iOS: Fixed a warning about MobileCoreServices framework being replaced by CoreServices 4 years ago
  reuk 994ba04d7e
FileChooser: Use a newer friendlier filebrowser on Windows 4 years ago
  ed 508d6de04e Underline whitespace atoms in TextEditor when font is underlined 4 years ago
  ed 12bff68e34 Added vertical justification support to TextEditor 4 years ago
  ed f85d362c9f iOS: Fixed ContentSharer native window visibility 4 years ago
  ed c73d215cc0 Linux: Use return code of `which` to determine whether executable is available instead of parsing output 4 years ago
  ed 00ed43e29a Linux: Fixed a UTF-8 conversion issue in the system clipboard code 5 years ago
  ed e92749e7ca Linux: Fixed a bug in detecting which native file browser to use on Manjaro where `which` returns a non-empty string on failure and fixed a bug in zenity wildcard args 5 years ago
  ed 9db01c4362 Linux: Set class hint for windows so they behave correctly in the dock 5 years ago
  ed 1b2c9c154b iOS: Don't set the font smoothing property of the graphics context on iOS so that cached Component images render the same as the default 5 years ago
  ed dd3c96b7e7 iOS: Make sure that native FileChooser is visible and is dismissed correctly when user taps outside the chooser window 5 years ago
  ed 8152b21bf2 iOS: Fixed warning about adding rootViewController view to view hierarchy 5 years ago
  ed 54f65256e2 Cleaned up some whitespace 5 years ago
  ed 301f4f5437 iOS: UIViewComponentPeer refactoring 5 years ago
  ed ccfee61773 iOS: Removed some unused deployment target checks 5 years ago
  ed 94d853b00d Fixed some issues when navigating PopupMenus with the keyboard 5 years ago
  ed 6e9261ea66 macOS: Don't pass native menu key events to currently focused Component 5 years ago