.. |
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
|
7 years ago |
buttons
|
Updated Button::onClick and added ComboBox::onChange
|
7 years ago |
commands
|
Some minor formatting and comment fixes
|
7 years ago |
components
|
Removal of RelativeCoordinate classes from the Drawables
|
7 years ago |
drawables
|
Removal of RelativeCoordinate classes from the Drawables
|
7 years ago |
filebrowser
|
Updated Button::onClick and added ComboBox::onChange
|
7 years ago |
keyboard
|
Add missing key press description for number pad equals in juce_KeyPress.h
|
7 years ago |
layout
|
Removal of RelativeCoordinate classes from the Drawables
|
7 years ago |
lookandfeel
|
Added some extra clarification to a comment above the assertion in LookAndFeel's destructor
|
7 years ago |
menus
|
Got rid of some very old legacy VC6 workaround typedefs
|
7 years ago |
misc
|
Tweaked the JUCE analytics data
|
7 years ago |
mouse
|
Fixed a typo in SelectedItemSet
|
7 years ago |
native
|
Android: handle case when we don’t receive file open events while sharing.
|
7 years ago |
positioning
|
Removal of RelativeCoordinate classes from the Drawables
|
7 years ago |
properties
|
Used Button::onClick to simplify a bunch of library classes and demo code
|
7 years ago |
widgets
|
Updated Button::onClick and added ComboBox::onChange
|
7 years ago |
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!
|
7 years ago |
juce_gui_basics.cpp
|
Add native content sharing support for iOS and Android
|
7 years ago |
juce_gui_basics.h
|
Clarified comments around the JUCE_ALLOW_STATIC_NULL_VARIABLES items to make clear that they're deprecated
|
7 years ago |
juce_gui_basics.mm
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |