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 9360c3f4ff
Windows: Fix issue where minimising a window could overwrite the last "normal" window bounds
Previously, the following series of steps would leave the window at
full-size on Windows:

- Open a JUCE Window
- Maximise it
- Minimise it
- Click the maximise button

The expected behaviour is that the window should return to its initial
size and position, but instead the window still fills the screen.

This issue wasn't present on Ubuntu/Unity because minimising does not
invoke ComponentPeer::handleMovedOrResized on that platform. It was not
present on macOS because the system is responsible for restoring the
previous window size on that platform.
2021-09-28 11:31:49 +01:00
..
juce_analytics Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_audio_basics MidiMessageSequence: Add tests for createControllerUpdatesForTime 2021-09-28 11:31:49 +01:00
juce_audio_devices AudioDeviceManager: Fix and test preferredDeviceName lookup 2021-09-28 11:31:47 +01:00
juce_audio_formats Reservoir: Factor out reservoir management code 2021-09-27 13:20:47 +01:00
juce_audio_plugin_client Plugin clients: Avoid notifying listeners when parameters have not changed 2021-09-28 11:31:49 +01:00
juce_audio_processors VST3 Client: Change VST3 native menu so that its position is specified in logical pixels 2021-09-28 11:31:48 +01:00
juce_audio_utils MidiKeyboardComponent: Fix potential data race on shouldCheckState data member 2021-09-28 11:31:48 +01:00
juce_box2d Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_core URL: Allow specifying shared container for downloads on iOS 2021-09-28 11:31:47 +01:00
juce_cryptography Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_data_structures Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_dsp DelayLine: Allow setting a new maximum delay time after construction 2021-09-27 15:44:48 +01:00
juce_events Warnings: Avoid triggering missing-prototypes warnings on macOS/iOS 2021-09-23 10:28:47 +01:00
juce_graphics Font: Make Font and TypefaceCache threadsafe 2021-09-23 10:28:47 +01:00
juce_gui_basics Windows: Fix issue where minimising a window could overwrite the last "normal" window bounds 2021-09-28 11:31:49 +01:00
juce_gui_extra Windows: Add WebView2Preferences struct to modify aspects of WebView2 behaviour 2021-09-22 13:50:53 +01:00
juce_opengl Font: Make Font and TypefaceCache threadsafe 2021-09-23 10:28:47 +01:00
juce_osc Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_product_unlocking Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_video Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
CMakeLists.txt BLOCKS: Remove juce_blocks_basics module 2021-05-19 16:53:01 +01:00