attila
a93d0a7ed0
Windows: Use timer to update VBlank registration for embedded HWNDComponentPeer
2 years ago
reuk
f248a09c59
Windowing: Start repaint timer immediately on Linux
2 years ago
reuk
3fe8f8a86a
Windows: Register for suspend/resume notifications
2 years ago
reuk
676e10fdd9
XWindowSystem: Default to standard refresh rate if the real refresh rate is unavailable
2 years ago
reuk
8374725f98
XWindowSystem: Use ScopedWindowAssociation for improved DRYness
2 years ago
reuk
e8d694d6dd
XWindowSystem: Avoid C casts for pointer-like types
2 years ago
reuk
6296313d79
NSViewComponentPeer: Allow secondary windows to display correctly in fullscreen mode
2 years ago
attila
b1ff2eda65
MacOS: Generate mouse move event for the peer when using setRawMousePosition()
Without this MouseInputSource::getComponentUnderMouse() will report a
stale value after moving the cursor within a single peer using
MouseInputSource::setRawMousePosition().
2 years ago
reuk
da38c1ed2a
TextInputTarget: Improve IME support on Android
2 years ago
reuk
1f1d657260
TextInputTarget: Add underlining support for composing regions on macOS and iOS
2 years ago
reuk
f3b7b4ca2e
TextInputTarget: Improve input handling on macOS and iOS
2 years ago
reuk
06798ab897
TextInputTarget: Add password keyboard type
2 years ago
reuk
03a2b557ad
NSViewComponentPeer: Implement NSTextInputClient protocol
2 years ago
reuk
28f2157912
Convert ignoreUnused to [[maybe_unused]]
2 years ago
Tom Poole
6f629547d5
macOS: Handle unavailable Metal device
2 years ago
Tom Poole
3d81834a30
macOS/iOS: Fixed an issue creating native FileChoosers
2 years ago
Tom Poole
b1b1bf37f1
iOS: Suppress a compiler warning
2 years ago
hogliux
b01d8c3619
iOS: Fix a crash when an AUv3 editor is dismissed while showing a native iOS file chooser
2 years ago
hogliux
4054e25052
Android: Added the ability to associate a particular file-extension to a mime-type at runtime
2 years ago
reuk
c666381ef9
UIViewComponentPeer: Maintain TextEditor cursor position during deleteBackward
2 years ago
reuk
df45aaeb7b
UIViewComponentPeer: Fix warning
2 years ago
reuk
8d6169fbf5
NSViewComponentPeer: Avoid processing key events directly during IME composition
This fixes an issue where e.g. pressing 'return' to select an item from
an IME list would directly insert a newline character, rather than
selecting the entry.
2 years ago
reuk
d563fcd7b4
NSViewComponentPeer: Use set rather than array for tracking key states
2 years ago
chroma
167911b9d2
UIViewComponentPeer: Disable autocomplete suggestions on text input views
2 years ago
reuk
978a00bed2
iOS: Updated Desktop::allowedOrientationsChanged to support new API in iOS 16
2 years ago
attila
e76603ae18
iOS: Add missing call to VBLank listeners
2 years ago
chroma
d3cff375be
Thread: Introduce a new Thread backend
This is a breaking change - see BREAKING-CHANGES.txt
2 years ago
attila
1da9ccd36c
Make it possible to attach Component updates to vblank events
2 years ago
reuk
59a47a4638
HWNDComponentPeer: Fix icon leaks
Co-authored-by: ValentynPavliuchenkoA <valentyn.pavliuchenko@avid.com>
2 years ago
reuk
b53ee602d4
X11: Use 32-bit colourmap in the case that a 24-bit colourmap is unavailable
When using RDP to access a Fedora machine running Gnome, the only
available colourmap is 32-bit. The old implementation caused GUI apps to
crash when they attempted to use a null colourmap pointer.
2 years ago
reuk
14628ec824
iOS: Correctly compute mouse position for scroll events
When using Universal Control, the system seems to translate mouse scroll
events into swipe gestures, meaning that the gesture position is not
constant during the gesture.
2 years ago
reuk
4fc958bcda
NSViewComponentPeer: Avoid allocating a std::function on every frame
2 years ago
reuk
19175ff698
OpenGL: Ensure that macOS uses the same (sRGB) colour space everywhere
2 years ago
reuk
7c14c1fcd7
Use more concise stdlib type aliases
2 years ago
reuk
65f1a76614
Tidy up parameter pack expansions
2 years ago
reuk
8b8ae10059
Build: Replace JUCE_NODISCARD with [[nodiscard]]
2 years ago
reuk
045214c986
Build: Allow building with llvm-mingw headers
2 years ago
Tom Poole
c4dd405b16
macOS: Fix repaint lagging in Studio One 5
2 years ago
reuk
322aa64459
OpenGLContext: Share CVDisplayLinks with NSViewComponentPeer
2 years ago
reuk
20584cf201
NSViewComponentPeer: Fix bug where OpenGLViews would fail to display after window deminiaturization
This bug was introduced in 869760cb2a
2 years ago
reuk
bc177c2252
NSViewComponentPeer: Share display links between all windows
2 years ago
reuk
4b94c9b54a
NSViewComponentPeer: Use RAII to manage display link
2 years ago
Tom Poole
4418376335
macOS/iOS: Fixed an issue creating native FileChoosers
2 years ago
Tom Poole
61fd8827e1
macOS/iOS: Fix a scaled multiple-rects drawing issue
2 years ago
reuk
0d8a94ae04
PushNotifications: Silence deprecation warnings
The warnings are only silenced in code that is conditionally used on
older platforms. When the newer (non-deprecated) API is available, it
will be used.
2 years ago
reuk
41ef5b7fd5
macOS: Remove macOS 10.14 preprocessor checks
The current minimum-supported Xcode (10.1) includes the macOS 10.14.1
SDK, so APIs from macOS 10.14 will always be available.
2 years ago
reuk
7545fbcf3e
macOS: Remove macOS 10.13 preprocessor checks
The current minimum-supported Xcode (10.1) includes the macOS 10.14.1
SDK, so APIs from macOS 10.13 will always be available.
2 years ago
reuk
9712775e5b
macOS: Remove macOS 10.12 preprocessor checks
The current minimum-supported Xcode (10.1) includes the macOS 10.14.1
SDK, so APIs from macOS 10.12 will always be available.
2 years ago
reuk
76e95d01ed
iOS: Remove iOS 12 preprocessor checks
The current minimum-supported Xcode (10.1) includes the iOS 12.1 SDK, so
APIs from iOS 12 will always be available.
2 years ago
reuk
a22b23e335
iOS: Remove iOS 11 preprocessor checks
The current minimum-supported Xcode (10.1) includes the iOS 12.1 SDK, so
APIs from iOS 10 will always be available.
2 years ago