1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-05 03:50:07 +00:00
JUCE/modules/juce_gui_basics
reuk 543b001e9c FileSearchPath: Allow working with paths that are not necessarily absolute
This allows paths that are prefixed with environment variables to behave
as expected. This is useful when scanning the default LV2 locations in
the AudioPluginHost on Windows.
2023-02-01 23:05:51 +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: Fix issue where PopupMenu would sometimes use the default rather than the parent look and feel 2023-01-25 17:07:23 +00: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: Allow directory selection on iOS 2023-01-25 17:07:24 +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 Docs: Fix some Doxygen warnings 2022-12-22 14:00:38 +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