attila
21fd671551
Android: Fix WebBrowserComponent
2 years ago
Anthony Nicholls
05d5c94990
Native: Rename all native files for improved consistency
2 years ago
attila
f9ff497978
CMake: Add embedded Linux subprocess for WebView support
In order to display a WebKit based webview a plugin will deploy a
temporary standalone executable on the system and host the WebKit
instance inside that.
3 years ago
attila
e4a86316ca
Linux WebBrowserComponent: Fix potential deadlock in destructor
Until this commit it was possible that the message thread got stuck
waiting for the WebBrowserComponent's thread to finish, while the thread
was waiting for the message thread to handle a posted message.
3 years ago
Tom Poole
29a90a0231
BSD: Fix some compiler warnings
3 years ago
Oli James
b9cc72b167
LinuxWebComponent: Fix high CPU usage
3 years ago
Tom Poole
220d6fc5ee
Some minor code tidying
3 years ago
reuk
8374725f98
XWindowSystem: Use ScopedWindowAssociation for improved DRYness
3 years ago
reuk
da38c1ed2a
TextInputTarget: Improve IME support on Android
3 years ago
reuk
28f2157912
Convert ignoreUnused to [[maybe_unused]]
3 years ago
Fabian Renn-Giles
542312296f
WebBrowserComponent: Added a user agent option to change the browser's user agent
3 years ago
fieldingfabian
57b07997d3
Win32: Fix memory leaks in ActiveX and WebBrowserComponent
3 years ago
reuk
022eb21006
WebBrowserComponent: Force webkit2gtk to use the X11 backend
3 years ago
reuk
ec55ebe0db
PushNotifications: Use @available checks on macOS
3 years ago
reuk
d4184b120d
WebBrowserComponent: Allow developer tools in debug builds on macOS
3 years ago
reuk
256a0b8169
PushNotifications: Remove unnecessary base class
3 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.
3 years ago
reuk
1346b142c3
PushNotifications: Fix missing-prototypes warnings
3 years ago
reuk
d31f1f1483
PushNotifications: Use @available checks
3 years ago
reuk
97971cd4b4
WebBrowserComponent: Tidy up macOS implementation
3 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.
3 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.
3 years ago
reuk
f821015080
iOS: Remove iOS 10 preprocessor checks
The current minimum-supported Xcode (10.1) includes the iOS 12.1 SDK, so
APIs from iOS 10 will always be available.
3 years ago
reuk
3d82933904
PushNotifications: Tidy up addMethod calls
3 years ago
attila
53619b927c
Eliminate all usages of JUCE_STANDALONE_APPLICATION in the modules
3 years ago
Tom Poole
2ec861d99e
Update licensing banners to JUCE 7
3 years ago
Tom Poole
c2ecde591b
macOS: Remove 32 bit specific functionality
This includes Carbon support
3 years ago
Tom Poole
db3c6e6216
macOS/iOS: Fix unguarded availability warnings
3 years ago
reuk
c30b3a1a31
Plugin Hosting: Take custom scaling into account when computing editor sizes
3 years ago
reuk
e9b376ce14
XEmbed: Add function to force window bounds update
3 years ago
reuk
19ddbe2368
Warnings: Fix missing-prototypes warnings
3 years ago
Tom Poole
eda5c696e5
macOS/iOS: Fix unguarded availability warnings
3 years ago
Tom Poole
dea3fe60e4
Update copyright banners
3 years ago
reuk
d03fac6823
NSViewFrameWatcher: Extract from NSViewComponent implementation
4 years ago
Attila Szarvas
101a886821
MouseInputSource: Eliminate superfluous drag events caused by pressure change
The bug was triggered on Monterey where a pressure of 1 is reported
while a mouse button is being held down. This caused an extra drag
event being triggered between mouse down and up events, even if no
movement occurred.
4 years ago
reuk
702bfdb2c0
WebView2: Fix nullptr check
This should ensure that the status bar and error page settings work as
intended.
4 years ago
reuk
640194c878
MinGW: Improve compatibility
With this patch applied, the DemoRunner should build under MinGW, and be
(nearly) feature-complete compared to the MSVC build.
Specifically, when building with MinGW:
- Adds support for accessibility
- Fixes build issues in the juce_video module
- Fixes a link issue in the VST3 wrapper when VST3_CAN_REPLACE_VST2 is
defined
- Adds support for the new-style native FileChooser
- Tidies up some other low-severity warnings
Known issues:
- Direct2D rendering is still not supported when building with MinGW due
to ABI compatibilities.
4 years ago
Tom Poole
05796beffd
macOS: Fix CGImage memory access violation on Monterey
4 years ago
reuk
03428561ed
ScaledImage: Use in a few more places
4 years ago
reuk
81fa777ff7
ObjC Helpers: Automatically derive appropriate signature for function
4 years ago
reuk
4196b5e45b
macOS: Silence deprecation warnings on Monterey
4 years ago
reuk
17b8708852
WebBrowserComponent: Avoid leaking browsers on macOS
4 years ago
ed
7d1918b385
macOS/iOS: Replace compile-time deployment target checks with runtime checks using the available keyword
4 years ago
ed
5e44bc39e0
X11: Pass Display instance to GetXProperty constructor
4 years ago
ed
a435026b24
macOS: Use available keyword instead of preprocessor version checks where possible
4 years ago
ed
4649bc1b13
Windows: Add WebView2Preferences struct to modify aspects of WebView2 behaviour
4 years ago
ed
24910cc4b4
Fix GCC Wshadow warnings
4 years ago
ed
7bc696cd28
Windows: Use Component::ScaleFactorListener in ActiveXComponent, OpenGL and video native code and remove some unnecessary JUCE_WIN_PER_MONITOR_DPI_AWARE checks
4 years ago
ed
42ea1189ad
macOS: Fix for WebBrowserComponent dropping parameters when using a file:// URI
4 years ago
reuk
20c23700e5
MinGW: Fix some build issues for 32-bit platforms
4 years ago