2377 Commits (1f21ce5f30d3ce6db170034232d464e88a79326a)

Author SHA1 Message Date
  ed 58761a44c1 Linux: Made X11Symbols singleton thread-safe 4 years ago
  reuk a10cc6faff
FileChooser: Improve MinGW compatibility 4 years ago
  reuk 98d5dc84e6
FileChooser: Get rid of unnecessary shared-ptr in win32 native implementation 4 years ago
  reuk b952d0204e
FileChooser: Pump message thread in destructor 4 years ago
  ed a533e86044 TextEditor: Fixed a bug updating the text holder size for single-line editors 4 years ago
  ed faf5ed4023 Linux/X11: Prefer CLIPBOARD selection to PRIMARY 4 years ago
  Tom Poole 765eafb1eb Fixed some file permissions 4 years ago
  Tom Poole 79fbde7099 Added preliminary support for FreeBSD 4 years ago
  ed 762cf327be macOS: Removed static display change callback 4 years ago
  ed 9e64736519 Docs: Updated the documentation for Component::modifierKeysChanged() 4 years ago
  ed bb94767e3b Linux: Fixed a compile error when JUCE_USE_XRENDER=1 4 years ago
  Tom Poole a9ad07a945 Use RAII for CFTypes 4 years ago
  reuk 767f63dfb0
UIViewComponentPeer: Fix issue where heavyweight windows could "drift" when resized slowly 4 years ago
  reuk 92ca22c080
UIViewComponentPeer: Fix issue where view may be accessed after deletion 4 years ago
  reuk de278cf555
AudioPluginHost: Allow resizing plugins from the host, and increase border size on mobile 4 years ago
  reuk 0f6f2728f2
AlertWindow: Scale window according to scale of associatedComponent 4 years ago
  Tom Poole 4c58e50f2e Bump version number to 6.0.8 4 years ago
  reuk 5bcd2b0dfb
NSViewComponentPeer: Force repaint when window becomes key 4 years ago
  reuk 8fb4541fdb
iOS: Avoid unnecessary numeric conversion 4 years ago
  reuk d4e802016a VST3: Fix issue where Ardour would repeatedly try to resize editors 4 years ago
  reuk d62d3aaa4f
PopupMenu: Add option to specify initially-selected menu item 4 years ago
  reuk 326d8deb16
PopupMenu: Tidy up Options implementation 4 years ago
  ed 40c86d6b2f Linux: Fail more gracefully on systems which don't support 32-, 24-, or 16-bit RGB displays 4 years ago
  reuk 3afaaa48be FileChooser: Fix IFileDialogEvents leak 4 years ago
  ed c32142a215 Windows: Fixed a build error and some unreachable code warnings when JUCE_WIN_PER_MONITOR_DPI_AWARE=0 4 years ago
  reuk 7a0b17c0d3 LinuxComponentPeer: Fix scaling in custom windows created by plugins 4 years ago
  reuk fd2f866dd1 FileChooser: Avoid throwing bad_weak_ptr 4 years ago
  ed 1ff7fc38b1 Windows: Added ScopedDeviceContext helper 4 years ago
  ed f6338c0f8e Windows: Added ScopedThreadDPIAwarenessSetter for correctly setting and resetting thread DPI-awareness for methods which interact with an HWND and removed some DPI workarounds 4 years ago
  ed 3a0af69eff AudioPluginHost: Added an application-level setting for scaling plug-ins on Windows 4 years ago
  reuk 45409bb4e6
FileChooser: Hide chooser when it leaves scope on Windows 4 years ago
  ed 7c96f18663 TextEditor: Fixed a bug where the horizontal viewport scrollbar could be shown unnecessarily 4 years ago
  ed e18284978f FileChooser: Check JUCE_MODAL_LOOPS_PERMITTED in Native::runModally() 4 years ago
  ed 3d378d0384 Windows: Avoid setting WINDOWPOS in handlePositionChanging() when "new" coordinates are floating-point rounding errors due to scale factor conversion 4 years ago
  ed ed0851313b Displays: Added floating-point physical<->logical coordinate conversion methods 4 years ago
  ed ec0345c093 Windows: Check whether child HWNDs were already scaled during the scale factor listener callback to avoid double-scaling them in handleDPIChanging() 4 years ago
  ed cb57904740 Windows: Improved support for DPI-aware embedded windows in HWNDComponent 4 years ago
  reuk 64b9366e8f
CharacterFunctions: Add new function to move pointer past whitespace 4 years ago
  reuk 46d24cc1ab
TextEditor: Avoid starting timer unnecessarily when setting text 4 years ago
  reuk d5b55a8474
X11: Make `setFullscreen` put windows into true maximised mode 4 years ago
  reuk 576cd24665
X11: Use correct scale factor on Ubuntu 4 years ago
  Tom Poole a05424fd3d Linux: Added better support for minimal X11 environments 4 years ago
  ed b5a06b0e2f Windows: Use MapWindowPoints() in HWNDComponentPeer::getBounds() to get correct client coordinates when we're the child of another HWND 4 years ago
  ed fd83e0f51e Removed Displays const_casts from ComponentPeer implementations 4 years ago
  ed ac1425f94e Added Display::safeAreaInsets and implementations for iOS and Android 4 years ago
  ed 6d8c0b2fc3 Android: Set layoutInDisplayCutoutMode to LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS so fullscreen kiosk apps fill the entire display on devices with cutouts 4 years ago
  ed c0cb5dcf34 Android: Tidied up some code in AndroidComponentPeer 4 years ago
  ed ad38182530 Added checks for DOXYGEN #define when excluding modal methods in headers 4 years ago
  ed 04c28eaa3b Added a missing #if JUCE_MODAL_LOOPS_PERMITTED guard to FileChooser modal methods 4 years ago
  ed 56f9f83638 iOS: Check UIStatusBarHidden .plist value in prefersStatusBarHidden property to correctly hide/show the status bar when requested 4 years ago