2638 Commits (cdbefa3b51e2084b51e7ec506984f263708f8537)

Author SHA1 Message Date
  reuk cdbefa3b51
Windows: Ensure that new windows are brought to the front after creation 3 years ago
  reuk 496e454e9c
XWindowSystem: Update frame extents as soon as they change 3 years ago
  reuk 4ca923a34b
NSViewComponentPeer: Allow mouse events to reach unfocused windows 3 years ago
  reuk fe4515adb6
MouseCursor: Refactor platform-specific MouseCursor internals 3 years ago
  reuk 5c50ee4f94 MouseCursor: Simplify implementation using shared_ptr instead of manual refcounting 3 years ago
  reuk 4d572411e0
FlexBox: Update the default value of FlexItem::alignSelf to match CSS implementations 3 years ago
  reuk 25c9841131
Windows: Tidy up cursor creation function 3 years ago
  reuk f85ede6b47
Component: Ensure that mouseEnter and mouseExit calls are balanced when entering/leaving modal state 3 years ago
  reuk b465f60851
HWNDComponentPeer: Dismiss temporary modal windows when a window loses focus 3 years ago
  reuk 44ca96271d
NSViewComponentPeer: Give up keyboard focus and dismiss temporary modals when window loses key status 3 years ago
  reuk c2f661171a
PopupMenu: Avoid giving focus back to previous component on dismiss 3 years ago
  ed b70fbb9bca TreeView: Fix drag-to-scroll viewport jump on mouse exit 3 years ago
  reuk acddcd550d
DropShadower: Detect when window is no longer being displayed on the current desktop and hide shadows 3 years ago
  reuk 6ae1137d91
MinGW: Fix Windows build 3 years ago
  reuk 7f0a305199
Slider: Ensure that current Value is always treated as a double 3 years ago
  reuk 05c2261efe
LinuxComponentPeer: Use constrainer to limit native window size 3 years ago
  reuk cfda532c9f
iOS Windowing: Avoid crashing when displaying a message box from a background thread 3 years ago
  ed 51355b03df ChoicePropertyComponent: Ensure that ComboBox is always initialised with underlying Value object 3 years ago
  ed 6218e2f92b Fix bug in LabelKeyboardFocusTraverser causing editable labels to consume focus traversal events 3 years ago
  ed de375ab6d7 TreeView: Prevent dragging items from scrolling viewport on mobile and fix issue with dragged item component being deleted during drag operations 3 years ago
  ed 1e0acdf83d Accessibility: Update ComboBox label accessibility when editable state changed 3 years ago
  ed aabd65b0fd Text: Fix some build issues when JUCE_STRING_UTF_TYPE != 8 3 years ago
  reuk cc2a563725
NSViewComponentPeer: Fix framesize bug introduced in f73f8ee849 3 years ago
  reuk 2c90261bd4
Windows: Fix missing field initialiser 3 years ago
  reuk 6bc51f97e4
Grid: Avoid crashing in performLayout when the grid contains no items 3 years ago
  reuk b41aeec9b1
Build: Fix arm64 gcc build warnings 3 years ago
  ed 428260a6fd Whitespace 3 years ago
  ed 7d1918b385 macOS/iOS: Replace compile-time deployment target checks with runtime checks using the available keyword 3 years ago
  ed 70968d46c8 TreeView: Coalesce item position recalculation to fix performance issues with large trees 3 years ago
  attila 175de90c49 DropShadower: Fix issue with shadows disappearing in TabbedComponent 3 years ago
  ed b3a6e796f9 Fix potential nullptr dereference in Slider::ScopedDragNotification destructor 3 years ago
  ed 3fac215534 Component: Give away keyboard focus when disabled 3 years ago
  ed a852f4f45f Component: Only pass mouse wheel and magnify events up to enabled parents 3 years ago
  ed 7a8a4944cb ComboBox: Hide active menu when disabled 3 years ago
  ed 0000771751 Accessibility: Report Button on/off state via AccessibilityValueInterface 3 years ago
  ed e6360ca4cf Accessibility: Send AccessibilityEvent::valueChanged when ComboBox selection is changed 3 years ago
  ed 0b844b7d88 Windows Accessibility: Implement AccessibilityEvent::valueChanged 3 years ago
  ed f70fd14065 iOS Accessibility: Implement accessibilityPerformEscape gesture to dismiss modals 3 years ago
  ed bc64c30df6 Accessibility: Use more specific AccessibilityRole::dialogWindow for CallOutBox 3 years ago
  ed b8aa237463 Accessibility: Add Button::setToggleable() method for manually specifying that a button's on/off state is toggleable and should be exposed to accessibility clients 3 years ago
  ed e1d1dd380c iOS: Fix compatibility when targeting older SDK versions 3 years ago
  ed 051e0ed6d6 Fix leak on MultiDocumentPanel destruction 3 years ago
  ed f2b9ab15d8 iOS: Use UIPasteboard string property in SystemClipboard::getTextFromClipboard() to ensure that only NSStrings are retrieved 3 years ago
  reuk c1cd432703
Mac Menu: Avoid errant beeps when triggering menu items 3 years ago
  ed 05b49da0fe macOS: Silence some deprecation warnings 3 years ago
  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