1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
JUCE/modules/juce_gui_basics
2018-01-17 14:31:05 +00:00
..
application Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
buttons Fix typo in juce_Button.h 2018-01-17 11:53:49 +00:00
commands Another batch of ScopedPointer cleanups 2018-01-10 14:49:57 +00:00
components Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 2018-01-11 09:08:51 +00:00
drawables Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 2018-01-11 09:08:51 +00:00
filebrowser Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit! 2018-01-17 11:23:12 +00:00
keyboard Misc cleanups relating to ScopedPointer 2018-01-08 18:03:26 +00:00
layout More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
lookandfeel More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
menus More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
misc Another batch of ScopedPointer cleanups 2018-01-10 14:49:57 +00:00
mouse Standardised some lambda syntax 2018-01-08 10:28:41 +00:00
native Linux: Fixed a leaking XWindowSystem 2018-01-17 11:49:13 +00:00
positioning Removal of RelativeCoordinate classes from the Drawables 2018-01-03 11:13:14 +00:00
properties More ScopedPointer/unique_ptr compatibility work 2018-01-10 17:35:08 +00:00
widgets Added helper objects to Label and Slider to allow lambda callbacks 2018-01-17 14:31:05 +00:00
windows Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 2018-01-11 09:08:51 +00:00
juce_gui_basics.cpp Add native content sharing support for iOS and Android 2017-12-11 16:08:01 +00:00
juce_gui_basics.h Tidied up some module dependencies 2018-01-15 12:20:35 +00:00
juce_gui_basics.mm Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00