.. |
Application
|
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 |
BinaryData
|
Some minor formatting and comment fixes
|
7 years ago |
CodeEditor
|
Changed the parameters to Graphics::fillCheckerBoard() to be floats rather than ints, and improved its performance
|
7 years ago |
ComponentEditor
|
Changed the parameters to Graphics::fillCheckerBoard() to be floats rather than ints, and improved its performance
|
7 years ago |
Licenses
|
Minor tidying up
|
7 years ago |
LiveBuildEngine
|
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 |
Project
|
Projucer: Fixed an issue when attempting to open the settings page for a nonexistent exporter
|
7 years ago |
ProjectSaving
|
Add native content sharing support for iOS and Android
|
7 years ago |
Settings
|
Added a method ValueTree::appendChild(). Also tidied up a lot of the ValueTree comments, which were a bit scrappy.
|
7 years ago |
Utility
|
Add native content sharing support for iOS and Android
|
7 years ago |
Wizards
|
Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility)
|
7 years ago |