1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_gui_basics
2018-05-30 17:33:04 +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 Fixed a data race when iterating directory contents 2018-05-21 13:17:16 +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 BubbleComponent: Correctly convert screen coordinates for BubbleComponents that have a custom AffineTransforms 2018-05-30 17:28:24 +01:00
mouse Provided a public field MouseEvent::mouseDownPosition, to provide a floating point version of the mouse-down pos 2018-05-30 14:49:29 +01:00
native Tidied up some broken use of std::unique_ptr for holding linux handles 2018-05-21 14:47:21 +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 Slider: Added missing ComponentPeer flags to the popup display of a slider 2018-05-30 17:33:04 +01:00
windows Ensured that any top-level component transforms are not applied twice 2018-05-30 17:29:56 +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