| .. |
|
application
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
buttons
|
Button: Added a getTriggeredOnMouseDown method
|
2017-07-25 12:58:37 +01:00 |
|
commands
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
components
|
Added a extra check in FocusRestorer to check if the last focused Component is showing before giving it keyboard focus
|
2017-07-26 15:34:19 +01:00 |
|
drawables
|
Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase
|
2017-07-19 12:08:47 +01:00 |
|
filebrowser
|
JUCE Demo: Increased the compiler warning level
|
2017-07-18 13:09:03 +01:00 |
|
keyboard
|
Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase
|
2017-07-19 12:08:47 +01:00 |
|
layout
|
Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase
|
2017-07-19 12:08:47 +01:00 |
|
lookandfeel
|
Fixed an issue in LookAndFeel v4 which would always override the combobox justification
|
2017-07-26 15:33:55 +01:00 |
|
menus
|
Fixed an issue where the scale of a PopupMenu would be incorrect when no targetComponent was specifiefd
|
2017-07-03 16:38:12 +01:00 |
|
misc
|
UnitTestRunner: Fixed some build warnings on Linux
|
2017-07-06 17:17:52 +01:00 |
|
mouse
|
Worked around a situation where mouse-drag auto-repeat can create a message-queue traffic jam on windows. Also tidied up inside MouseInputSource
|
2017-07-26 16:19:01 +01:00 |
|
native
|
Linux: Fixed an issue where windows beneath hidden windows would not receive any clicks
|
2017-08-02 17:41:08 +01:00 |
|
positioning
|
Suppressed a VS2013 assignment operator compiler warning
|
2017-05-04 09:54:52 +01:00 |
|
properties
|
Added a method to TextPropertyComponent to set whether it should respond to file drag and drop
|
2017-06-05 10:15:45 +01:00 |
|
widgets
|
Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase
|
2017-07-19 12:08:47 +01:00 |
|
windows
|
AlertWindow: Fixed an issue with the AlertWindow's text block having incorrect colours
|
2017-08-02 17:41:50 +01:00 |
|
juce_gui_basics.cpp
|
Removed Quicktime from the OSX build, and replaced the video player and camera implementations with AVFoundation
|
2017-06-30 16:08:51 +01:00 |
|
juce_gui_basics.h
|
Bump version number to 5.1.0
|
2017-07-27 12:39:23 +01:00 |
|
juce_gui_basics.mm
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |