1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-03 03:30:06 +00:00
JUCE/modules/juce_gui_basics
reuk 0f3e3d365a
iOS: Use safeAreaInsets API on supported platforms, even when deployment target is low
This fixes an issue where building with an old deployment target would
cause apps to display in "unsafe" screen areas.
2021-09-28 11:31:48 +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 iOS: Use safeAreaInsets API on supported platforms, even when deployment target is low 2021-09-28 11:31:48 +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 TooltipWindow: Avoid re-showing a tooltip if the mouse has not moved since it was last clicked 2021-09-27 15:46:28 +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