1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_gui_basics
2017-12-19 19:18:40 +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 Fixed some const violation errors 2017-12-19 12:44:24 +00:00
drawables Small fix to the SVG parser 2017-12-19 17:57:50 +00:00
filebrowser Updated the documentation to include a MacOS caveat to the FileChooser 2017-12-19 19:18:40 +00:00
keyboard Replaced some old juce-style sort operations with std::sort and lambdas 2017-11-03 16:35:11 +00:00
layout Fixed some const violation errors 2017-12-19 12:44:24 +00:00
lookandfeel Fixed a typo in a comment 2017-12-18 09:56:44 +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 Tweaked the JUCE analytics data 2017-12-19 14:35:58 +00:00
mouse Fixed some const violation errors 2017-12-19 12:44:24 +00:00
native Updated the documentation to include a MacOS caveat to the FileChooser 2017-12-19 19:18:40 +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 Fixed some const violation errors 2017-12-19 12:44:24 +00:00
windows Dragged the singleton macros into the 21st century.. Cleaned up their implementation and gave them new upper-case names to match juce official style. The old names are still defined to avoid breaking old code, but please update before they get deprecated! 2017-12-12 16:24:40 +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