ed
1744008413
Windows: Don't send modal input attempts to windows that are explicitly ignoring them
3 years ago
ed
b421159be3
Accessibility: Use ignored AccessibilityHandler for slider text boxes to fix keyboard focus/accessible focus sync issue
3 years ago
ed
1de36db60a
Update property component constructors to allow temporary ValueTreePropertyWithDefault objects
3 years ago
reuk
44404508fe
Bump version number to 6.1.3
3 years ago
reuk
9f7409fd3e
FileChooser: Fix function signature for Obj-C interop
3 years ago
ed
112f8999fd
iOS: Fix native message box leak when no callback is provided
3 years ago
ed
fc0f6b1f2f
Tidy up
3 years ago
ed
1059f7b022
DropShadower: Check for deletion after calling isWindowOnCurrentVirtualDesktop()
3 years ago
reuk
03428561ed
ScaledImage: Use in a few more places
3 years ago
reuk
34fdea0708
DragAndDropContainer: Allow custom scaling
3 years ago
reuk
1509d6796b
FileChooser: Allow multiple selection on iOS
3 years ago
ed
bd01175d55
Docs: Update Component docs referencing deprecated setFocusContainer() method
3 years ago
ed
81df4560dd
Tooltip: Fix bug where tip would not be updated for new components
3 years ago
ed
27e75a7059
DropShadower: Fix crash due to IsWindowOnCurrentVirtualDesktop() causing synchronous repaint messages during component destruction on Windows
3 years ago
reuk
d0590b5fc5
ComponentPeer: Add facility for displaying document save state in the titlebar
3 years ago
reuk
cc8a9ca896
FileChooser: Avoid deprecated delegate method signature
4 years ago
reuk
da46ee6c7a
FileChooser: Launch chooser asynchronously
When FileChooser instances were created, launched, and hidden all inside
the same event callback on macOS 12.0.1, the chooser dialog sometimes
remained open. This could cause problems including crashes, as closing
the dialog would attempt to call a completion handler block referencing
an already-deleted FileChooser::Native instance.
Opening the chooser panel later on the message thread seems to resolve
the issue.
4 years ago
reuk
ca4bdb6b3a
Component: Avoid calling member functions on objects destroyed when exiting modal state
4 years ago
reuk
062e966138
NSViewComponentPeer: Fix zoom and fullscreen behaviour
4 years ago
reuk
ff62b1b39f
LinuxComponentPeer: Handle window constraints correctly on high resolution displays
4 years ago
reuk
c17aec47ac
Windows: Allow maximized windows to resize to fill the screen, even when a constrainer is applied
This mirrors the behaviour on Linux, where maximizing a window always
fills the screen, even if a constrainer is active.
If you don't want to allow your component to fill the screen, disable
the maximize button in the window's titlebar when creating the window
(i.e. ensure DocumentWindow::maximiseButton is not set in the required
buttons).
4 years ago
reuk
cb7d9ec1db
Windows: Take custom scale into account when scaling cursors
4 years ago
reuk
81fa777ff7
ObjC Helpers: Automatically derive appropriate signature for function
4 years ago
ed
b4bc2c8710
Tooltip: Show manually shown tips until a dismissal mouse event occurs
4 years ago
ed
ab1d18ed92
Whitespace
3 years ago
ed
9c5b76a5ac
Windows Accessibility: Ensure that UiaDisconnectProvider() is called with a valid provider pointer
3 years ago
ed
82bcad9d30
Windows Accessibility: Only send window open/close events for main application windows to fix COM ref-counting leak
3 years ago
reuk
ffee9b19de
MenuBarComponent: Avoid dereferencing dangling pointer when dismissing menus
4 years ago
reuk
e247e06fb7
FlexBox: Refactor and tidy implementation
4 years ago
reuk
0dad809264
FlexBox: Add tests, and fix layout bugs
4 years ago
ed
4d350ffcc3
Fix documentation typo
4 years ago
ed
d49d203974
Tooltip: Ignore dismissal mouse events when tooltip window is not showing
4 years ago
ed
1fe8fa467b
TextEditor: Fix floating-point -> integer bounds conversion of text selection bounds
4 years ago
ed
057b555f08
Tooltip: Track mouse clicks using global Desktop mouse listener callbacks to fix bug with Timer callbacks missing events
4 years ago
ed
903657b0b8
Tooltip: Prevent tip from being immediately dismissed when shown from TooltipWindow::displayTip()
4 years ago
ed
fdd9eb8eeb
X11: Correctly reset drag and drop state when drag has ended
4 years ago
ed
274ce967e4
AlertWindow: Prevent accessible label component from intercepting mouse clicks
4 years ago
ed
49db3ce12e
AlertWindow: Make accessible label component colours fully transparent to prevent it from drawing over custom L&Fs
4 years ago
reuk
49bbadbca9
NSViewComponentPeer: Fix naming of drawRectWithContext
4 years ago
reuk
4196b5e45b
macOS: Silence deprecation warnings on Monterey
4 years ago
ed
7098b13b44
X11: Make synchronous error handling opt-in due to graphics performance issues when XSynchronize is enabled for a display
4 years ago
ed
66f8af98e7
Windows Accessibility: Don't set UIA_NamePropertyId of ignored elements to prevent it from being read out by Narrator
4 years ago
ed
4727084838
PopupMenu: Store Options::targetComponent and ::parentComponent in WeakReferences to allow for deletion checks
4 years ago
reuk
eca02270ee
Component: Add Point<float> overloads for some common functions
4 years ago
reuk
cdbefa3b51
Windows: Ensure that new windows are brought to the front after creation
4 years ago
reuk
496e454e9c
XWindowSystem: Update frame extents as soon as they change
4 years ago
reuk
4ca923a34b
NSViewComponentPeer: Allow mouse events to reach unfocused windows
This change allows mouse events (including enter and exit events) to
reach unfocused views on macOS. This matches the behaviour of unfocused
windows on Linux and Windows, where components paint in their "hovered"
states even when the application window is in the background.
As a byproduct of using tracking areas on macOS, we can remove the fake
mouse move generator.
4 years ago
reuk
fe4515adb6
MouseCursor: Refactor platform-specific MouseCursor internals
This new factoring is a bit more typesafe, as it avoids casting
internals to void*.
It also allows cursors to scale appropriately on high resolution
displays on Windows.
4 years ago
reuk
5c50ee4f94
MouseCursor: Simplify implementation using shared_ptr instead of manual refcounting
4 years ago
reuk
4d572411e0
FlexBox: Update the default value of FlexItem::alignSelf to match CSS implementations
4 years ago