.. |
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
|
Fix typo in juce_Button.h
|
7 years ago |
commands
|
Another batch of ScopedPointer cleanups
|
7 years ago |
components
|
Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability
|
7 years ago |
drawables
|
Fixed Drawable clip-paths not being copied correctly
|
7 years ago |
filebrowser
|
Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes
|
7 years ago |
keyboard
|
Misc cleanups relating to ScopedPointer
|
7 years ago |
layout
|
Added some missing logic to flexbox
|
7 years ago |
lookandfeel
|
Implemented changeToggleButtonWidthToFitText() in LookAndFeel_V4 and updated LookAndFeel_V2 to calculate width more accurately
|
7 years ago |
menus
|
More ScopedPointer/unique_ptr compatibility work
|
7 years ago |
misc
|
Another batch of ScopedPointer cleanups
|
7 years ago |
mouse
|
Standardised some lambda syntax
|
7 years ago |
native
|
macOS: Fixed an issue where the native file chooser's Edit menu would not be deleted after it completed
|
7 years ago |
positioning
|
Removal of RelativeCoordinate classes from the Drawables
|
7 years ago |
properties
|
Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes
|
7 years ago |
widgets
|
Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes
|
7 years ago |
windows
|
(fixed a typo in the last commit)
|
7 years ago |
juce_gui_basics.cpp
|
Add native content sharing support for iOS and Android
|
7 years ago |
juce_gui_basics.h
|
Bump version number to 5.2.1
|
7 years ago |
juce_gui_basics.mm
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |