1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules/juce_gui_basics
2017-12-22 09:20:44 +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 Changed Button so that it won't actively trigger a click when connected up to a Value source that changes 2017-12-22 09:20:44 +00:00
commands Some minor formatting and comment fixes 2017-11-28 17:46:15 +00:00
components Added some documentation to addAndMakeVisible 2017-12-21 14:39:02 +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 Add missing key press description for number pad equals in juce_KeyPress.h 2017-12-21 09:30:17 +00:00
layout Fixed some const violation errors 2017-12-19 12:44:24 +00:00
lookandfeel Replaced some old embedded images in the LookAndFeel with SVG 2017-12-20 09:40:03 +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 a typo in SelectedItemSet 2017-12-21 11:38:43 +00:00
native Fixed an issue with the FileChooser prepending "/localhost" to paths 2017-12-21 12:17:15 +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