1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules
reuk 0ffe5948a5
Windows: Fix issue where maximised windows with non-native titlebars could slightly exceed the screen bounds
When handling WM_NCCALCSIZE, we reduce the size of the client area when
the window is maximised. If we don't do this, then the client area
matches the top-level window area, which is larger than the display's
safe area. As a result, the window appears too large, and the edges are
obscured under the edges of the display.

After reducing the client area in WM_NCCALCSIZE, the client area is no
longer equal to the top-level window area, so getBounds() must be
updated to return the window's *client* area rather than the top-level
window area.
2024-07-31 19:36:52 +01:00
..
juce_analytics Bump version number to 8.0.1 2024-07-29 12:43:19 +01:00
juce_animation Fix some Doxygen docstrings 2024-06-12 09:35:32 +01:00
juce_audio_basics MidiFile: Fix invalid comparator argument to stable_sort 2024-07-31 19:36:51 +01:00
juce_audio_devices Bump version number to 8.0.1 2024-07-29 12:43:19 +01:00
juce_audio_formats Bump version number to 8.0.1 2024-07-29 12:43:19 +01:00
juce_audio_plugin_client VST3 Client: Fix parameter context menu in FL Studio 2024-07-31 19:36:51 +01:00
juce_audio_processors VST3 Host: Supply an IRunLoop from the host context 2024-07-29 16:11:59 +01:00
juce_audio_utils Bump version number to 8.0.1 2024-07-29 12:43:19 +01:00
juce_box2d Bump version number to 8.0.1 2024-07-29 12:43:19 +01:00
juce_core DynamicObject: Make virtual functions non-virtual 2024-07-29 16:09:53 +01:00
juce_cryptography Bump version number to 8.0.1 2024-07-29 12:43:19 +01:00
juce_data_structures Bump version number to 8.0.1 2024-07-29 12:43:19 +01:00
juce_dsp Bump version number to 8.0.1 2024-07-29 12:43:19 +01:00
juce_events Bump version number to 8.0.1 2024-07-29 12:43:19 +01:00
juce_graphics Harfbuzz: Silence clang overflow warning 2024-07-29 16:11:55 +01:00
juce_gui_basics Windows: Fix issue where maximised windows with non-native titlebars could slightly exceed the screen bounds 2024-07-31 19:36:52 +01:00
juce_gui_extra Bump version number to 8.0.1 2024-07-29 12:43:19 +01:00
juce_midi_ci Bump version number to 8.0.1 2024-07-29 12:43:19 +01:00
juce_opengl Bump version number to 8.0.1 2024-07-29 12:43:19 +01:00
juce_osc Bump version number to 8.0.1 2024-07-29 12:43:19 +01:00
juce_product_unlocking Bump version number to 8.0.1 2024-07-29 12:43:19 +01:00
juce_video Bump version number to 8.0.1 2024-07-29 12:43:19 +01:00
CMakeLists.txt Animation: Add juce_animation module 2024-04-16 17:43:21 +01:00