2638 Commits (cdbefa3b51e2084b51e7ec506984f263708f8537)

Author SHA1 Message Date
  reuk 72f3a15616
HWNDComponentPeer: Avoid auto-scaling child hwnds 3 years ago
  reuk 7cd04f7d74
Windowing: Refactor DPI-related function loading 3 years ago
  ed 8d72e7fccc Linux: Update displays when DPI settings change 3 years ago
  ed 70d36f06db Linux: Implement dark mode detection 3 years ago
  ed 3d282c1078 Desktop: Deprecate isOSXDarkModeActive() and add isDarkModeActive() for other platforms 3 years ago
  ed ea35602f18 X11: Use XSettings to respond to window scale factor changes 3 years ago
  ed f69de31094 X11: Add XSettings class for parsing and storing display settings according to the XSETTINGS specification 3 years ago
  ed 5e44bc39e0 X11: Pass Display instance to GetXProperty constructor 3 years ago
  ed b9542ccc4c Update code to use C++14 [[deprecated]] attribute 3 years ago
  ed a435026b24 macOS: Use available keyword instead of preprocessor version checks where possible 3 years ago
  ed 291f88abb2 macOS/iOS: Suppress and fix unguarded availability warnings 3 years ago
  ed 1658d3f9ab Obj-C++: Remove JUCE_OBJC_HAS_AVAILABLE_FEATURE define 3 years ago
  ed 8d75a7a400 Fix auxiliary desktop windows scaling and centring when Desktop::globalScaleFactor != 1.0 3 years ago
  ed 46a4dc95a1 Accessibility: Fix potential infinite recursive component keyboard focus loop 3 years ago
  ed c933ad5a16 Accessibility: Fix issue with ListBox selection duplication 3 years ago
  ed 5801cf7d09 Accessibility: Fix issue with ListBox custom components not being accessible 3 years ago
  ed ef6218f6b7 Take MessageManagerLock in FocusTraverser and KeyboardFocusTraverser unit tests 3 years ago
  reuk 4c95897ad3
XWindowSystem: Only dismiss transient modal windows when other windows are moved or resized 3 years ago
  reuk a130cc5d17
NSViewComponentPeer: Only dismiss transient modal windows when other windows are moved or resized 3 years ago
  reuk c9daf4288d
XWindowSystem: Only restack sibling windows 3 years ago
  reuk 4e694c96b3
ScopedDPIAwarenessDisabler: Move to juce_gui_basics 3 years ago
  reuk 8b45ff83e2
Windowing: Ignore suggested window sizes for windows that should not be DPI aware 3 years ago
  reuk ea6d095ab5
XWindowSystem: Implement createSnapshotOfNativeWindow 3 years ago
  reuk 31500551e1
Move declaration of createSnapshotOfNativeWindow to module header 3 years ago
  reuk c3c171acaf
Grid: Fix behaviour with negative row/column indices 3 years ago
  reuk 9360c3f4ff
Windows: Fix issue where minimising a window could overwrite the last "normal" window bounds 3 years ago
  reuk 6c59a31456
Win32 Windowing: Fix uninitialised data members warning 3 years ago
  reuk 836b6edbce
Mac MainMenu: Allow main menu items to be disabled 3 years ago
  reuk 0f3e3d365a
iOS: Use safeAreaInsets API on supported platforms, even when deployment target is low 3 years ago
  reuk 3141c32a64
PopupMenu: Avoid const_cast in implementation 3 years ago
  reuk ab966fb499
PopupMenu: Add withMousePosition helper function to Options 3 years ago
  reuk 84c5627b42
PopupMenu: Ensure that menu appears at the correct position on Windows with a hi res display in standalone apps 3 years ago
  reuk c3276f436d
PopupMenu: Add some documentation to the Options class 3 years ago
  reuk 37781916e5
PopupMenu: Fix documentation typo 3 years ago
  reuk ea757cf1ea
PopupMenu: Only show menus within safe areas of the screen 3 years ago
  reuk 10a26b7584
TooltipWindow: Avoid re-showing a tooltip if the mouse has not moved since it was last clicked 3 years ago
  reuk c802319241
Viewport: Stop touches on other components from interrupting scrolling 3 years ago
  reuk 7504fa065b
FileChooser: In Linux FileChoosers, prefer to open files rather than directories if both are requested 3 years ago
  Attila Szarvas 823bfb0c32 DragAndDropContainer: fix positioning when source Component is transformed 3 years ago
  ed a7915ec47e iOS/macOS Accessibility: Tidy up shared value getter 3 years ago
  ed 2abf68d866 iOS Accessibility: Create UIAccessibilityReadingContent protocol-conforming classes dynamically for text elements 3 years ago
  ed a6db2ef4ff iOS Accessibility: Fix a potential use-after-free when deallocating a container element 3 years ago
  reuk 9199fa3c51
Warnings: Avoid triggering missing-prototypes warnings on macOS/iOS 3 years ago
  ed 55ffe91db8 TreeView: Don't add MouseListener for nested custom components 3 years ago
  reuk 32322a51e8
TableHeaderComponent: Avoid repainting in setColumnWidth if requested size is outside limits 3 years ago
  reuk f989182f32
Linux windowing: Display utf-8 native window titles correctly 3 years ago
  Tom Poole bc75010116 Bump version number to 6.1.2 3 years ago
  Tom Poole f1fecfdc88 Add some missing Doxygen tags 3 years ago
  ed ae8662ce6d macOS Accessibility: Silence some unguarded-selector warnings 3 years ago
  ed 30b37da39b Accessibility: Fix parent handler traversal when hit test handler is ignored in AccessibilityHandler::getChildAt() 3 years ago