1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00
JUCE/modules/juce_gui_basics
2018-08-21 19:20:03 +01:00
..
application Fixed a couple more documentation typos 2018-04-30 09:16:27 +01:00
buttons Couple more spelling fixes 2018-08-14 10:00:57 +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 Moved Displays class out of Desktop and into its own .h/.cpp and deprecated Displays::getDisplayContaining() 2018-08-10 16:37:52 +01:00
drawables SVG: Rescale image before transforming to ensure that it is the correct size 2018-08-16 17:20:53 +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 Couple more spelling fixes 2018-08-14 10:00:57 +01:00
lookandfeel Added a drawComboBoxTextWhenNothingSelected() method to ComboBox::LookAndFeelMethods and made the drawing code consistent with drawLabel() 2018-07-27 09:18:19 +01:00
menus Moved Displays class out of Desktop and into its own .h/.cpp and deprecated Displays::getDisplayContaining() 2018-08-10 16:37:52 +01:00
misc Some misc cleanups, mainly around WeakReference usage and rectangles 2018-07-09 16:00:45 +01:00
mouse Linux: Fixed a DragAndDrop issue between different containers 2018-08-21 19:20:03 +01:00
native Windows: Set the MB_TOPMOST flag for native alert windows if there are any alwaysOnTop JUCE windows so it doesn't get stuck behind them 2018-08-21 09:15:16 +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 Add a nullptr check in Slider PopupDisplayComponent destructor 2018-07-31 09:23:02 +01:00
windows Changed a stray 0 to a nullptr 2018-08-15 16:03:37 +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