1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +00:00
JUCE/modules/juce_gui_basics
reuk 7eb99ed8ec
Grid: Avoid hangs when positioning auto-placement items that are too large for the explicit grid
Previously, positioning such an item would hang while trying to find an
appropriate position for the item, because no position in the grid was
suitable, and implicit cells in the layout direction would be added
until a viable position was found.

We now ensure that there are enough cells in the cross direction to hold
each of the auto-placement items before trying to position those items.
2022-06-24 18:53:59 +01:00
..
accessibility Android: Fix problems with accessible text navigation 2022-06-13 15:29:57 +01:00
application Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
buttons Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
commands Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
components Android: Fix a couple of accessibility-related crashes 2022-06-13 15:29:56 +01:00
desktop Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
drawables Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
filebrowser Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
keyboard Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
layout Grid: Avoid hangs when positioning auto-placement items that are too large for the explicit grid 2022-06-24 18:53:59 +01:00
lookandfeel Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
menus Android: Fix a couple of accessibility-related crashes 2022-06-13 15:29:56 +01:00
misc DropShadower: Fix bug when setOwner() is called with a component without a parent 2022-05-19 12:06:33 +02:00
mouse DragAndDropContainer: Fix the escape key dismissing the drag operation 2022-06-10 20:38:37 +02:00
native AccessibilityTextHelpers: Fix MSVC/C++20 build issues 2022-06-24 18:37:27 +01:00
positioning Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
properties Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
widgets Accessibility: Add missing accessibility handler in TreeView Item 2022-06-24 18:37:27 +01:00
windows TextEditor: Add option to dismiss the virtual keyboard on touches outside 2022-06-09 16:55:19 +01:00
juce_gui_basics.cpp Android: Fix problems with accessible text navigation 2022-06-13 15:29:57 +01:00
juce_gui_basics.h Bump version number to 7.0.0 2022-06-21 08:38:55 +01:00
juce_gui_basics.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00