.. |
application
|
Fixed a couple more documentation typos
|
7 years ago |
buttons
|
Made toggle buttons call their state change listeners when its toggle state is changed remotely by a connected Value
|
7 years ago |
commands
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
components
|
Added a parameter includeChildren to Component::isMouseButtonDown
|
7 years ago |
drawables
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
filebrowser
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
keyboard
|
Add documentation tags
|
7 years ago |
layout
|
Added some braces in juce_Grid.cpp to work around a VS2015 compiler bug
|
7 years ago |
lookandfeel
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
menus
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
misc
|
Fixed a std::unique_ptr compile error
|
7 years ago |
mouse
|
Clarified the documentation of MouseEvent::mouseWasDraggedSinceMouseDown()
|
7 years ago |
native
|
Converted some old typedefs to using declarations
|
7 years ago |
positioning
|
Add documentation tags
|
7 years ago |
properties
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
widgets
|
Made Sliders preserve their skews when updating their range
|
7 years ago |
windows
|
Ensure that pressing the escape key always dismisses an AlertWindow
|
7 years ago |
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
|
7 years ago |
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
|
7 years ago |
juce_gui_basics.mm
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |