1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_gui_basics
2017-12-11 16:08:01 +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 Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 2017-12-06 11:16:22 +00:00
commands Some minor formatting and comment fixes 2017-11-28 17:46:15 +00:00
components Take any transforms that have been applied to a component into account in the Component::centreWithSize, ::setCentreRelative() and ::setCentrePosition() methods 2017-12-07 16:18:35 +00:00
drawables Clarified a couple of comments 2017-12-10 21:24:24 +00:00
filebrowser Add native content sharing support for iOS and Android 2017-12-11 16:08:01 +00:00
keyboard Replaced some old juce-style sort operations with std::sort and lambdas 2017-11-03 16:35:11 +00:00
layout Added doc clarification in juce_FlexBox.h 2017-12-11 09:25:00 +00:00
lookandfeel Added MathConstants::halfPi to improve readability 2017-12-06 12:56:00 +00:00
menus Fixed a bug where PopupMenus with a scale factor applied were not appearing in the correct position 2017-12-07 12:07:52 +00:00
misc Disabled mouse interactions with the splash screen once it has started fading 2017-11-27 11:27:30 +00:00
mouse Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 2017-12-06 11:16:22 +00:00
native Add native content sharing support for iOS and Android 2017-12-11 16:08:01 +00:00
positioning Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated! 2017-11-28 16:18:40 +00:00
properties Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated! 2017-11-28 16:18:40 +00:00
widgets Changed the parameters to Graphics::fillCheckerBoard() to be floats rather than ints, and improved its performance 2017-12-06 17:33:26 +00:00
windows Workaround for a Visual Studio compiler bug 2017-12-11 11:29:43 +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 Add native content sharing support for iOS and Android 2017-12-11 16:08:01 +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