1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules/juce_gui_basics
2018-04-23 08:44:34 +01:00
..
application Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +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 Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +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 Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +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 Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +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 Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
windows Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +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