1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-27 02:20:05 +00:00
JUCE/modules/juce_gui_basics
2018-07-09 16:02:51 +01:00
..
application Fixed a couple more documentation typos 2018-04-30 09:16:27 +01:00
buttons Some misc cleanups, mainly around WeakReference usage and rectangles 2018-07-09 16:00:45 +01:00
commands Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
components Added an assertion in Component to prevent accidental component recursion 2018-07-09 16:02:51 +01:00
drawables Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
filebrowser Only send a single change message when DirectoryContentsList::refresh() is invoked 2018-06-18 09:55:08 +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 Some misc cleanups, mainly around WeakReference usage and rectangles 2018-07-09 16:00:45 +01:00
lookandfeel Some misc cleanups, mainly around WeakReference usage and rectangles 2018-07-09 16:00:45 +01:00
menus Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 2018-07-03 11:51:13 +01:00
misc Some misc cleanups, mainly around WeakReference usage and rectangles 2018-07-09 16:00:45 +01:00
mouse Some misc cleanups, mainly around WeakReference usage and rectangles 2018-07-09 16:00:45 +01:00
native iOS: Ensured that native file choosers also work in iOS apps 2018-07-05 16:33:31 +01:00
positioning Add documentation tags 2018-03-15 12:10:32 +00:00
properties Some misc cleanups, mainly around WeakReference usage and rectangles 2018-07-09 16:00:45 +01:00
widgets Some misc cleanups, mainly around WeakReference usage and rectangles 2018-07-09 16:00:45 +01:00
windows Removed some legacy friend class declarations that are no longer needed with modern compilers 2018-06-13 17:11:37 +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