1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules
attila 7ead20d575 WebBrowserComponent: Windows: Avoid flash to default JUCE background colour
The default background colour of the WebBrowserComponent is white on all
platforms. Before the first page finishes loading this is the colour
that should fill the WebBrowserComponent's area.

Prior to this change however, on Windows a sudden flash to the default
JUCE background colour would occur, before the default white background
could take effect.

At the time of this commit there is a known issue with the
icorewebview2controller2, where a white flash is inevitable, unless the
WEBVIEW2_DEFAULT_BACKGROUND_COLOR environment variable is set. Using
a white background behind the WebView avoids this issue.
2024-07-11 13:36:07 +02:00
..
juce_analytics Bump version number to 8.0.0 2024-04-16 17:43:20 +01:00
juce_animation Fix some Doxygen docstrings 2024-06-12 09:35:32 +01:00
juce_audio_basics Platform: Remove build-time Apple SDK availability checks 2024-07-03 13:50:08 +01:00
juce_audio_devices Platform: Remove references to unsupported platforms in docs and strings 2024-07-03 13:50:08 +01:00
juce_audio_formats MinGW: Remove support 2024-06-27 18:10:21 +01:00
juce_audio_plugin_client Platform: Remove build-time Apple SDK availability checks 2024-07-03 13:50:08 +01:00
juce_audio_processors WebSliderParameterAttachment: Always report the NormalisableRange defined number of steps 2024-07-04 16:23:51 +02:00
juce_audio_utils Platform: Remove compatibility checks for macOS 10.11 2024-07-02 18:06:28 +01:00
juce_box2d Bump version number to 8.0.0 2024-04-16 17:43:20 +01:00
juce_core XmlElement: Avoid potential undefined-init-order issues with juce_xmltextContentAttributeName 2024-07-08 13:09:30 +01:00
juce_cryptography Bump version number to 8.0.0 2024-04-16 17:43:20 +01:00
juce_data_structures ValueTree: Optimise when listeners don't remove themselves 2024-06-07 20:25:39 +01:00
juce_dsp SIMDRegister: Fix undefined behaviour 2024-07-04 13:05:26 +02:00
juce_events Platform: Remove compatibility checks for macOS 10.9 2024-07-02 18:06:27 +01:00
juce_graphics Direct2D: Remove rectangular clip assertion 2024-07-09 12:47:30 +01:00
juce_gui_basics Platform: Remove deprecated code paths that will never be called 2024-07-03 14:50:08 +01:00
juce_gui_extra WebBrowserComponent: Windows: Avoid flash to default JUCE background colour 2024-07-11 13:36:07 +02:00
juce_midi_ci Bump version number to 8.0.0 2024-04-16 17:43:20 +01:00
juce_opengl Platform: Remove compatibility checks for macOS 10.10 2024-07-02 18:06:27 +01:00
juce_osc Bump version number to 8.0.0 2024-04-16 17:43:20 +01:00
juce_product_unlocking InAppPurchases: Update Android implementation to support GPB 7.0.0 2024-06-12 19:16:32 +01:00
juce_video Platform: Remove deprecated code paths that will never be called 2024-07-03 14:50:08 +01:00
CMakeLists.txt Animation: Add juce_animation module 2024-04-16 17:43:21 +01:00