| .. |
|
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
|
Made the Direct2D validate after painting
|
2018-05-19 11:42:48 +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
|
Allow multiple TooltipWindows as long as they do not share the same parent component
|
2018-05-17 12:49:19 +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 |