| .. |
|
application
|
Fixed a couple more documentation typos
|
2018-04-30 09:16:27 +01:00 |
|
buttons
|
Made toggle buttons call their state change listeners when its toggle state is changed remotely by a connected Value
|
2018-04-23 08:44:34 +01:00 |
|
commands
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
components
|
Added a parameter includeChildren to Component::isMouseButtonDown
|
2018-05-08 11:55:20 +01:00 |
|
drawables
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
filebrowser
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
keyboard
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
layout
|
Added some braces in juce_Grid.cpp to work around a VS2015 compiler bug
|
2018-04-24 14:46:12 +01:00 |
|
lookandfeel
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
menus
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
misc
|
Fixed a std::unique_ptr compile error
|
2018-04-20 11:37:04 +01:00 |
|
mouse
|
Clarified the documentation of MouseEvent::mouseWasDraggedSinceMouseDown()
|
2018-04-10 11:10:16 +01:00 |
|
native
|
Converted some old typedefs to using declarations
|
2018-05-03 09:59:05 +01:00 |
|
positioning
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
properties
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
widgets
|
Made Sliders preserve their skews when updating their range
|
2018-04-23 09:18:12 +01:00 |
|
windows
|
Ensure that pressing the escape key always dismisses an AlertWindow
|
2018-04-30 09:15:38 +01:00 |
|
juce_gui_basics.cpp
|
Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms
|
2018-04-17 18:46:55 +01:00 |
|
juce_gui_basics.h
|
Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms
|
2018-04-17 18:46:55 +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 |