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 f5aa881b6f FileChooser: Improve modal behaviour in plugins on Windows
The previous method for finding the dialog's owner was ineffective, and
it was still possible for other windows to obscure the file picker in
many cases. Using GetActiveWindow seems to produce the expected
behaviour.
2023-02-06 17:29:04 +00:00
..
accessibility Build: Replace JUCE_NODISCARD with [[nodiscard]] 2022-09-12 16:14:57 +01:00
application Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
buttons HyperlinkButton: Use AccessibilityHandler with hyperlink role 2022-07-28 21:58:52 +01:00
commands Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00
components Add default return value for Component::exitModalState 2023-01-03 14:21:34 +00:00
desktop Make it possible to attach Component updates to vblank events 2022-10-17 12:32:55 +02:00
drawables Drawable: Fix clobbering Component transform when setDrawableTransform() isn't called 2022-07-22 15:21:59 +02:00
filebrowser FileSearchPath: Allow working with paths that are not necessarily absolute 2023-02-01 23:05:51 +00:00
keyboard TextInputTarget: Improve IME support on Android 2022-12-07 13:12:02 +00:00
layout SidePanel: Fix shadow drawing artefact on hi-res screens 2022-12-14 18:59:44 +00:00
lookandfeel Convert ignoreUnused to [[maybe_unused]] 2022-12-01 11:41:50 +00:00
menus PopupMenu: Add explicit focus order to menu items 2023-02-03 16:11:11 +01:00
misc Convert ignoreUnused to [[maybe_unused]] 2022-12-01 11:41:50 +00:00
mouse Docs: Add a link to TooltipWindow from SettableTooltipClient 2022-12-22 10:43:34 +00:00
native FileChooser: Improve modal behaviour in plugins on Windows 2023-02-06 17:29:04 +00: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 TreeView: Fix getAllVisibleItems() when only the final row of the tree fits in the viewport 2023-01-25 17:12:34 +00:00
windows VBlankAttachment: Make isEmpty const 2023-02-06 10:21:37 +00:00
juce_gui_basics.cpp XWindowSystem: Use ScopedWindowAssociation for improved DRYness 2022-12-14 11:12:32 +00:00
juce_gui_basics.h Bump version number to 7.0.5 2023-01-25 11:37:31 +00:00
juce_gui_basics.mm Update licensing banners to JUCE 7 2022-05-16 17:55:48 +01:00