..
application
Enabled some more warning flags in Xcode, and fixed the problems they caused
2019-01-11 09:52:10 +00:00
buttons
Ensure that the button background is drawn for DrawableButton::ButtonStyle::ImageOnButtonBackgroundOriginalSize
2019-06-25 10:53:28 +01:00
commands
Fixed a potential crash in ApplicationCommandManager::findDefaultComponentTarget()
2019-05-17 17:12:52 +01:00
components
Fixed some GCC compiler warnings and removed deprecated functions
2019-06-04 16:48:44 +01:00
desktop
Enforced more comprehensive const-correctness in the JUCE container classes
2019-05-29 08:52:16 +01:00
drawables
SVG: Fixed a couple of parsing bugs
2019-06-24 13:02:28 +01:00
filebrowser
Fixed some Android compiler warnings
2019-06-06 16:50:12 +01:00
keyboard
Added various clang-tidy modernize-* fixes
2019-01-31 15:15:31 +00:00
layout
Added method PopupMenu::Options::withDeletionCheck() to help avoid dangling pointers when triggering async menus
2019-06-24 16:37:48 +01:00
lookandfeel
Fixed some missing Button connected flags in L&F_V4
2019-06-03 10:46:32 +01:00
menus
Added method PopupMenu::Options::withDeletionCheck() to help avoid dangling pointers when triggering async menus
2019-06-24 16:37:48 +01:00
misc
Removed some erroneous callbacks in the JUCESplashScreen component
2019-05-30 11:06:50 +01:00
mouse
Fixed some GCC compiler warnings and removed deprecated functions
2019-06-04 16:48:44 +01:00
native
Linux: Improved XEmbed support
2019-06-28 12:07:24 +01:00
positioning
Added various clang-tidy modernize-* fixes
2019-01-31 15:15:31 +00:00
properties
Fixed a bug in MultiChoicePropertyComponent causing the tick colours to not be updated with L&F changes
2019-05-15 10:41:02 +01:00
widgets
Added some PopupMenu::addItem overloads which let you attach a lambda callback to be invoked for a menu item.
2019-06-19 11:39:28 +01:00
windows
Fixed a bug causing duplicate TooltipWindows to be shown when multiple plug-in windows were open
2019-03-01 12:10:49 +00:00
juce_gui_basics.cpp
Fixed some more Linux compiler warnings
2019-06-05 10:43:46 +01:00
juce_gui_basics.h
Bump version number to 5.4.3
2019-02-21 15:25:51 +00:00
juce_gui_basics.mm
Updated file headers and the README with the JUCE 5 license
2017-04-27 14:43:04 +01:00