| .. |
|
Box2DTests
|
Restructured folder and Updated Readme
|
2014-11-12 17:18:18 +00:00 |
|
AnimationDemo.cpp
|
Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi
|
2017-12-06 11:16:22 +00:00 |
|
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)
|
2017-11-01 17:41:06 +00:00 |
|
AudioLiveScrollingDisplay.h
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
AudioPlaybackDemo.cpp
|
Fixed an undefined behaviour warning in the demo app, and tidied up a couple of path functions
|
2017-12-19 15:01:41 +00:00 |
|
AudioRecordingDemo.cpp
|
Some minor formatting and comment fixes
|
2017-11-28 17:46:15 +00:00 |
|
AudioSettingsDemo.cpp
|
Updated a defunct symbol in demo code
|
2017-09-28 11:31:34 +01:00 |
|
AudioSynthesiserDemo.cpp
|
Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi
|
2017-12-06 11:16:22 +00:00 |
|
Box2DDemo.cpp
|
Fixed some issues in the JUCE Demo project where colours weren't being updated when changing the LookAndFeel with the keyboard shortcuts
|
2017-05-02 12:41:38 +01:00 |
|
CameraDemo.cpp
|
Removed some old compiler bug workarounds
|
2017-08-14 12:59:18 +01:00 |
|
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)
|
2017-11-01 17:41:06 +00:00 |
|
CodeEditorDemo.cpp
|
Use juce namespace for some uint32s in the CodeEditorDemo
|
2017-10-10 14:55:43 +01:00 |
|
ComponentTransformsDemo.cpp
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
CryptographyDemo.cpp
|
Fixed some issues in the JUCE Demo project where colours weren't being updated when changing the LookAndFeel with the keyboard shortcuts
|
2017-05-02 12:41:38 +01:00 |
|
DialogsDemo.cpp
|
DialogsDemo: flush output stream after writing to it in saving dialog demo.
|
2017-12-13 09:46:12 +00:00 |
|
FlexBoxDemo.cpp
|
Removed the JUCE_COMPILER_SUPPORTS_LAMBDAS macro
|
2017-06-22 09:33:30 +01:00 |
|
FontsDemo.cpp
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
GraphicsDemo.cpp
|
Changed the parameters to Graphics::fillCheckerBoard() to be floats rather than ints, and improved its performance
|
2017-12-06 17:33:26 +00:00 |
|
GridDemo.cpp
|
Removed a duplicate item from the Grid demo and added some missing items
|
2017-11-20 09:10:45 +00:00 |
|
ImagesDemo.cpp
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
JavaScript.cpp
|
Fixed some issues in the JUCE Demo project where colours weren't being updated when changing the LookAndFeel with the keyboard shortcuts
|
2017-05-02 12:41:38 +01:00 |
|
KeyMappingsDemo.cpp
|
Fixed some issues in the JUCE Demo project where colours weren't being updated when changing the LookAndFeel with the keyboard shortcuts
|
2017-05-02 12:41:38 +01:00 |
|
LiveConstantDemo.cpp
|
Removed some old compiler bug workarounds
|
2017-08-14 12:59:18 +01:00 |
|
LookAndFeelDemo.cpp
|
Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi
|
2017-12-06 11:16:22 +00:00 |
|
MDIDemo.cpp
|
Fixed some issues in the JUCE Demo project where colours weren't being updated when changing the LookAndFeel with the keyboard shortcuts
|
2017-05-02 12:41:38 +01:00 |
|
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)
|
2017-11-01 17:41:06 +00:00 |
|
MultithreadingDemo.cpp
|
Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi
|
2017-12-06 11:16:22 +00:00 |
|
MultiTouch.cpp
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
NetworkingDemo.cpp
|
Fixed some issues in the JUCE Demo project where colours weren't being updated when changing the LookAndFeel with the keyboard shortcuts
|
2017-05-02 12:41:38 +01:00 |
|
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!
|
2017-11-24 09:21:21 +00:00 |
|
OpenGLDemo2D.cpp
|
Changed the parameters to Graphics::fillCheckerBoard() to be floats rather than ints, and improved its performance
|
2017-12-06 17:33:26 +00:00 |
|
PropertiesDemo.cpp
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
SystemInfoDemo.cpp
|
Android & Projucer: Use more reliable cpu-features package to get CPU SystemStats on Android
|
2017-05-16 13:42:35 +01:00 |
|
TimersAndEventsDemo.cpp
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
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)
|
2017-11-01 17:41:06 +00:00 |
|
ValueTreesDemo.cpp
|
Added a method ValueTree::appendChild(). Also tidied up a lot of the ValueTree comments, which were a bit scrappy.
|
2017-11-11 14:17:48 +00:00 |
|
VideoDemo.cpp
|
MinGW: Fixed some 32 bit build errors
|
2017-09-20 12:53:27 +01:00 |
|
WavefrontObjParser.h
|
Fixed some const violation errors
|
2017-12-19 12:44:24 +00:00 |
|
WebBrowserDemo.cpp
|
Removed some old compiler bug workarounds
|
2017-08-14 12:59:18 +01:00 |
|
WidgetsDemo.cpp
|
Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi
|
2017-12-06 11:16:22 +00:00 |
|
WindowsDemo.cpp
|
Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up
|
2017-10-11 12:26:05 +01:00 |
|
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)
|
2017-11-01 17:41:06 +00:00 |