1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-01 03:10:06 +00:00
JUCE/modules/juce_gui_basics
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
..
accessibility Accessibility: Fix parent handler traversal when hit test handler is ignored in AccessibilityHandler::getChildAt() 2021-09-15 14:04:23 +01:00
application Updated all license headers 2020-06-29 08:30:22 +01:00
buttons Fix GCC Wshadow warnings 2021-09-14 08:42:56 +01:00
commands PopupMenu: Avoid dismissing PopupMenus in bridged plugin editors 2021-06-08 14:57:42 +01:00
components Accessibility: Disable accessibility for PopupMenu windows on the desktop when their parent window or target component have accessibility disabled 2021-09-15 14:04:23 +01:00
desktop Docs: Fix a typo 2021-09-14 11:43:24 +01:00
drawables Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00
filebrowser FileChooser: In Linux FileChoosers, prefer to open files rather than directories if both are requested 2021-09-27 12:48:59 +01:00
keyboard Accessibility: Added VoiceOver (macOS) and Narrator (Windows) accessibility screen reader support to juce_gui_basics 2021-05-10 10:53:14 +01:00
layout Viewport: Stop touches on other components from interrupting scrolling 2021-09-27 15:46:28 +01:00
lookandfeel Add MessageBoxOptions class for specifying a set of AlertWindow and NativeMessageBox options 2021-07-21 16:34:12 +01:00
menus PopupMenu: Avoid const_cast in implementation 2021-09-28 11:31:48 +01:00
misc Accessibility: Make createAccessibilityHandler() private in Component subclasses 2021-09-07 11:23:17 +01:00
mouse DragAndDropContainer: fix positioning when source Component is transformed 2021-09-27 10:05:19 +00:00
native Win32 Windowing: Fix uninitialised data members warning 2021-09-28 11:31:49 +01:00
positioning CharacterFunctions: Add new function to move pointer past whitespace 2021-02-18 10:54:29 +00:00
properties ChoicePropertyComponent: Allow slightly more relaxed matching in getValue 2021-08-10 16:48:35 +01:00
widgets TreeView: Don't add MouseListener for nested custom components 2021-09-23 10:20:36 +01:00
windows Windows: Fix issue where minimising a window could overwrite the last "normal" window bounds 2021-09-28 11:31:49 +01:00
juce_gui_basics.cpp Fix missing prototypes warnings 2021-08-16 16:08:45 +01:00
juce_gui_basics.h Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_gui_basics.mm Updated all license headers 2020-06-29 08:30:22 +01:00