The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
reuk 34fdea0708
DragAndDropContainer: Allow custom scaling
3 years ago
..
accessibility Accessibility: Fix parent handler traversal when hit test handler is ignored in AccessibilityHandler::getChildAt() 4 years ago
application Updated all license headers 5 years ago
buttons Accessibility: Report Button on/off state via AccessibilityValueInterface 4 years ago
commands Update code to use C++14 [[deprecated]] attribute 4 years ago
components Docs: Update Component docs referencing deprecated setFocusContainer() method 3 years ago
desktop Desktop: Deprecate isOSXDarkModeActive() and add isDarkModeActive() for other platforms 4 years ago
drawables Accessibility: Make createAccessibilityHandler() private in Component subclasses 4 years ago
filebrowser FileChooser: In Linux FileChoosers, prefer to open files rather than directories if both are requested 4 years ago
keyboard Take MessageManagerLock in FocusTraverser and KeyboardFocusTraverser unit tests 4 years ago
layout FlexBox: Refactor and tidy implementation 4 years ago
lookandfeel Add MessageBoxOptions class for specifying a set of AlertWindow and NativeMessageBox options 4 years ago
menus MenuBarComponent: Avoid dereferencing dangling pointer when dismissing menus 4 years ago
misc DropShadower: Fix crash due to IsWindowOnCurrentVirtualDesktop() causing synchronous repaint messages during component destruction on Windows 3 years ago
mouse DragAndDropContainer: Allow custom scaling 3 years ago
native FileChooser: Allow multiple selection on iOS 3 years ago
positioning CharacterFunctions: Add new function to move pointer past whitespace 4 years ago
properties ChoicePropertyComponent: Ensure that ComboBox is always initialised with underlying Value object 4 years ago
widgets DragAndDropContainer: Allow custom scaling 3 years ago
windows Tooltip: Fix bug where tip would not be updated for new components 3 years ago
juce_gui_basics.cpp MouseCursor: Refactor platform-specific MouseCursor internals 4 years ago
juce_gui_basics.h ScopedDPIAwarenessDisabler: Move to juce_gui_basics 4 years ago
juce_gui_basics.mm Updated all license headers 5 years ago