1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-02 03:20:06 +00:00
JUCE/modules/juce_gui_basics
2018-10-15 16:08:25 +01:00
..
application Fixed a couple more documentation typos 2018-04-30 09:16:27 +01:00
buttons A minor documentation update. 2018-08-28 10:35:18 +01:00
commands Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
components Moved Displays class out of Desktop and into its own .h/.cpp and deprecated Displays::getDisplayContaining() 2018-08-10 16:37:52 +01:00
desktop Windows: Fixed a bug where bounds would be double scaled when using a non-default global scale factor 2018-10-15 14:13:05 +01:00
drawables Added some missing override keywords 2018-09-03 10:54:16 +01:00
filebrowser Tidied up some comments and usage of File::createOutputStream() and createInputStream() 2018-10-04 11:29:55 +01:00
keyboard Made some JUCE classes TriviallyCopyable 2018-07-11 09:17:31 +01:00
layout Couple more spelling fixes 2018-08-14 10:00:57 +01:00
lookandfeel Added some free functions to help make XML parsing less verbose: parseXML() 2018-10-15 16:08:25 +01:00
menus Fixed a bug setting PopupMenu parents via a LookAndFeel 2018-09-03 11:57:39 +01:00
misc Added some free functions to help make XML parsing less verbose: parseXML() 2018-10-15 16:08:25 +01:00
mouse Removed a redundant method and did some minor tidying 2018-10-15 11:53:06 +01:00
native Windows: Added a workaround for non-DPI aware windows having an incorrect scale factor when using the OpenGL renderer 2018-10-15 15:54:29 +01:00
positioning Added some missing override keywords 2018-09-03 10:54:16 +01:00
properties Added some more places where we can use the BorderSize from a Label's LookAndFeel 2018-09-04 12:47:30 +01:00
widgets Added some free functions to help make XML parsing less verbose: parseXML() 2018-10-15 16:08:25 +01:00
windows Fixed some stray zeros that were still being passed as null pointers 2018-10-05 12:15:04 +01:00
juce_gui_basics.cpp Moved Displays class out of Desktop and into its own .h/.cpp and deprecated Displays::getDisplayContaining() 2018-08-10 16:37:52 +01:00
juce_gui_basics.h Add support for DPI aware applications on Windows 2018-08-10 16:38:17 +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