1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00
JUCE/modules/juce_gui_basics
2018-06-11 11:21:14 +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 Added missing JUCE_API export attribute to ModalCallbackFunctiojn 2018-06-07 08:48:33 +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 Fixed a bug in Grid where the area calculation could terminate early 2018-06-11 10:38:14 +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: Don't update lastAngle in mouseDown() if the Slider style is two-value as it uses currentValue. Added isTwoValue() and isThreeValue() methods. 2018-06-11 11:21:14 +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