1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-28 02:30:05 +00:00
JUCE/modules/juce_gui_basics
reuk 88285acae1
DragAndDrop: Fix drag and drop in windows optimised builds
In very optimised builds, SHCore.dll may not be automatically loaded
into the address space of the calling executable. In these cases, the
call to `GetModuleHandle` will fail. Adding the call to LoadLibrary
ensures that the dll is loaded into the program's address space, which
will allow the call to GetModuleHandle to succeed.
2021-01-06 12:31:38 +00: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 Ensure that modal components set auto-delete when dismissed are properly cleaned up 2020-12-01 19:13:11 +00:00
desktop Added Desktop::isHeadless() method 2020-10-27 12:39:11 +00: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 Replaced deprecated Displays methods 2020-10-27 12:38:59 +00:00
lookandfeel PopupMenu: Add LookAndFeelMethods for drawing column separators 2020-10-26 17:04:49 +00:00
menus Replaced deprecated Displays methods 2020-10-27 12:38:59 +00: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 DragAndDrop: Fix drag and drop in windows optimised builds 2021-01-06 12:31:38 +00:00
positioning Updated all license headers 2020-06-29 08:30:22 +01:00
properties Added a way to specify some space between PropertyComponents in a PropertyPanel 2020-12-03 17:27:10 +00:00
widgets Avoid drawing TextEditor "empty" text when it isn't visible 2020-11-16 16:10:13 +00:00
windows Replaced deprecated Displays methods 2020-10-27 12:38:59 +00:00
juce_gui_basics.cpp Narrowed the scoped of some undeclared Objective-C selector warnings 2020-12-10 12:48:42 +00:00
juce_gui_basics.h Bump version number to 6.0.5 2020-12-01 10:08:50 +00:00
juce_gui_basics.mm Updated all license headers 2020-06-29 08:30:22 +01:00