.. |
Box2DTests
|
Restructured folder and Updated Readme
|
10 years ago |
AnimationDemo.cpp
|
Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi
|
7 years ago |
AudioLatencyDemo.cpp
|
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 |
AudioLiveScrollingDisplay.h
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
AudioPlaybackDemo.cpp
|
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 |
AudioRecordingDemo.cpp
|
Some minor formatting and comment fixes
|
7 years ago |
AudioSettingsDemo.cpp
|
Updated a defunct symbol in demo code
|
7 years ago |
AudioSynthesiserDemo.cpp
|
Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi
|
7 years ago |
Box2DDemo.cpp
|
Fixed some issues in the JUCE Demo project where colours weren't being updated when changing the LookAndFeel with the keyboard shortcuts
|
8 years ago |
CameraDemo.cpp
|
Removed some old compiler bug workarounds
|
7 years ago |
ChildProcessDemo.cpp
|
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 |
CodeEditorDemo.cpp
|
Use juce namespace for some uint32s in the CodeEditorDemo
|
7 years ago |
ComponentTransformsDemo.cpp
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
CryptographyDemo.cpp
|
Fixed some issues in the JUCE Demo project where colours weren't being updated when changing the LookAndFeel with the keyboard shortcuts
|
8 years ago |
DialogsDemo.cpp
|
DialogsDemo: flush output stream after writing to it in saving dialog demo.
|
7 years ago |
FlexBoxDemo.cpp
|
Removed the JUCE_COMPILER_SUPPORTS_LAMBDAS macro
|
8 years ago |
FontsDemo.cpp
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
GraphicsDemo.cpp
|
Changed the parameters to Graphics::fillCheckerBoard() to be floats rather than ints, and improved its performance
|
7 years ago |
GridDemo.cpp
|
Removed a duplicate item from the Grid demo and added some missing items
|
7 years ago |
ImagesDemo.cpp
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
JavaScript.cpp
|
Fixed some issues in the JUCE Demo project where colours weren't being updated when changing the LookAndFeel with the keyboard shortcuts
|
8 years ago |
KeyMappingsDemo.cpp
|
Fixed some issues in the JUCE Demo project where colours weren't being updated when changing the LookAndFeel with the keyboard shortcuts
|
8 years ago |
LiveConstantDemo.cpp
|
Removed some old compiler bug workarounds
|
7 years ago |
LookAndFeelDemo.cpp
|
Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi
|
7 years ago |
MDIDemo.cpp
|
Fixed some issues in the JUCE Demo project where colours weren't being updated when changing the LookAndFeel with the keyboard shortcuts
|
8 years ago |
MidiDemo.cpp
|
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 |
MultiTouch.cpp
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
MultithreadingDemo.cpp
|
Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi
|
7 years ago |
NetworkingDemo.cpp
|
Fixed some issues in the JUCE Demo project where colours weren't being updated when changing the LookAndFeel with the keyboard shortcuts
|
8 years ago |
OpenGLDemo.cpp
|
The Matrix3D::rotated() method wasn't doing what its comment said, so it has been renamed to Matrix3D::rotation() and made static, which correctly describes what it does. If you had code that was calling rotated(), you can safely replace it with rotation(), but should use the opportunity to check whether your code was doing what you thought it was!
|
7 years ago |
OpenGLDemo2D.cpp
|
Changed the parameters to Graphics::fillCheckerBoard() to be floats rather than ints, and improved its performance
|
7 years ago |
PropertiesDemo.cpp
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
SystemInfoDemo.cpp
|
Android & Projucer: Use more reliable cpu-features package to get CPU SystemStats on Android
|
8 years ago |
TimersAndEventsDemo.cpp
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
UnitTestsDemo.cpp
|
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 |
ValueTreesDemo.cpp
|
Added a method ValueTree::appendChild(). Also tidied up a lot of the ValueTree comments, which were a bit scrappy.
|
7 years ago |
VideoDemo.cpp
|
MinGW: Fixed some 32 bit build errors
|
7 years ago |
WavefrontObjParser.h
|
Modernised a bunch of code mainly relating to character/string iteration
|
7 years ago |
WebBrowserDemo.cpp
|
Removed some old compiler bug workarounds
|
7 years ago |
WidgetsDemo.cpp
|
Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi
|
7 years ago |
WindowsDemo.cpp
|
Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up
|
7 years ago |
XMLandJSONDemo.cpp
|
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 |