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-05-16 11:59:27 +01:00
..
application Fixed a couple more documentation typos 2018-04-30 09:16:27 +01:00
buttons Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers() 2018-05-09 10:04:27 +01:00
commands Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
components Misc cleanups and modernisation 2018-05-11 12:46:30 +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 Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers() 2018-05-09 10:04:27 +01: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 Tidied up some more old typedefs 2018-05-11 14:44:51 +01:00
menus Cleaned up the ModifierKeys class and removed the peer-specific implementations of ModifierKeys::getCurrentModifiersRealtime() and ModifierKeys::updateCurrentModifiers() 2018-05-09 10:04:27 +01:00
misc Fixed a std::unique_ptr compile error 2018-04-20 11:37:04 +01:00
mouse Misc cleanups and modernisation 2018-05-11 12:46:30 +01:00
native macOS: Only apply recent gl fix to shared windows and not to all of them 2018-05-16 11:59:27 +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 Ensure that ComboBox::menuActive flag is set when calling showPopup() 2018-05-15 11:00:02 +01:00
windows Removed a newline between a jassert and its associated comment 2018-05-09 12:24:01 +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 Bump version number to 5.3.2 2018-05-09 12:34:36 +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