1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
JUCE/modules/juce_gui_basics
2018-07-16 16:15:36 +01:00
..
application Fixed a couple more documentation typos 2018-04-30 09:16:27 +01:00
buttons Clarified some Button LookAndFeel parameter names 2018-07-16 12:26:27 +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 Added an option to specify a parent component when creating a file chooser 2018-07-10 17:41:40 +01:00
keyboard Made some JUCE classes TriviallyCopyable 2018-07-11 09:17:31 +01:00
layout Clarified some Button LookAndFeel parameter names 2018-07-16 12:26:27 +01:00
lookandfeel Clarified some Button LookAndFeel parameter names 2018-07-16 12:26:27 +01:00
menus Ensure that the target point in MenuWindow::getParentArea() is always in terms of screen coordinates 2018-07-16 16:15:36 +01:00
misc Some misc cleanups, mainly around WeakReference usage and rectangles 2018-07-09 16:00:45 +01:00
mouse Fixed some gcc 8 compiler warnings 2018-07-11 09:17:31 +01:00
native Added an option to specify a parent component when creating a file chooser 2018-07-10 17:41:40 +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