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 1d29665e56 FileChooser: Fix issue where preview component may not receive full filename
Some hosts (such as Reaper) weren't creating an instance of exactly
NSOpenPanel or NSSavePanel, which meant that the call to
`getSelectedPaths` was always returning an empty array.

Now, rather than trying to cast the sender to an appropriate type, we
assume that the sender is always the same panel that we opened earlier,
so that we can just query the panel directly for its selection.
2020-10-21 16:18:31 +01:00
..
application Updated all license headers 2020-06-29 08:30:22 +01:00
buttons Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
commands Updated all license headers 2020-06-29 08:30:22 +01:00
components iOS: Don't set the font smoothing property of the graphics context on iOS so that cached Component images render the same as the default 2020-07-20 17:17:54 +01:00
desktop Updated all license headers 2020-06-29 08:30:22 +01:00
drawables Made the SVG parser catch "NaN" string values rather than passing them into the Path class 2020-09-21 10:19:38 +01:00
filebrowser FileBrowserComponent: Update all filenameBox text when LnF changes 2020-07-03 17:52:21 +01:00
keyboard Updated all license headers 2020-06-29 08:30:22 +01:00
layout Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
lookandfeel Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
menus Fixed some issues when navigating PopupMenus with the keyboard 2020-07-10 19:05:26 +01:00
misc juce6: Update some referenes to JUCE 5 in docstrings 2020-07-01 10:00:43 +01:00
mouse Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
native FileChooser: Fix issue where preview component may not receive full filename 2020-10-21 16:18:31 +01:00
positioning Updated all license headers 2020-06-29 08:30:22 +01:00
properties Squashed some compiler warnings with -Wmissing-prototypes enabled 2020-08-27 14:13:58 +01:00
widgets Fixed a bug in TextEditor::setSelectAllWhenFocused() 2020-10-09 14:46:23 +01:00
windows Modernised some code in CallOutBox and added some logic to scale the window with its content component's transform 2020-08-27 14:14:14 +01:00
juce_gui_basics.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_gui_basics.h Bump version number to 6.0.4 2020-10-14 11:40:30 +01:00
juce_gui_basics.mm Updated all license headers 2020-06-29 08:30:22 +01:00