| .. |
|
Box2DTests
|
Fixing capitalisation of filename.
|
12 years ago |
|
AnimationDemo.cpp
|
A few minor changes to keep the Clang analyser happy.
|
12 years ago |
|
AudioLatencyDemo.cpp
|
Relaxed the requirement for AudioSampleBuffer to have more than zero channels, and gave it a default constructor.
|
11 years ago |
|
AudioLiveScrollingDisplay.h
|
Really minor clean-ups.
|
11 years ago |
|
AudioPlaybackDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
12 years ago |
|
AudioRecordingDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
12 years ago |
|
AudioSettingsDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
12 years ago |
|
AudioSynthesiserDemo.cpp
|
Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty.
|
11 years ago |
|
Box2DDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
12 years ago |
|
CameraDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
12 years ago |
|
ChildProcessDemo.cpp
|
Couple of fixes for a UTF-32 build.
|
11 years ago |
|
CodeEditorDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
12 years ago |
|
ComponentTransformsDemo.cpp
|
Added the all-new demo app!
|
12 years ago |
|
CryptographyDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
12 years ago |
|
DialogsDemo.cpp
|
Added a callback so that ThreadWithProgressWindow can be used without blocking.
|
11 years ago |
|
FontsDemo.cpp
|
Tweaked the fonts demo to display the fonts using point sizes.
|
11 years ago |
|
GraphicsDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
12 years ago |
|
ImagesDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
12 years ago |
|
JavaScript.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
12 years ago |
|
KeyMappingsDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
12 years ago |
|
LiveConstantDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
12 years ago |
|
LookAndFeelDemo.cpp
|
Added new LookAndFeel page to the juce demo (Thanks Dave!)
|
11 years ago |
|
MDIDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
12 years ago |
|
MidiDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
12 years ago |
|
MultiTouch.cpp
|
Added the all-new demo app!
|
12 years ago |
|
MultithreadingDemo.cpp
|
Really minor clean-ups.
|
11 years ago |
|
NetworkingDemo.cpp
|
Added http status code access for URL::createInputStream(). Also added threading + header display to the demo's http page.
|
11 years ago |
|
OpenGLDemo.cpp
|
Better parsing of openGL SL version number.
|
11 years ago |
|
OpenGLDemo2D.cpp
|
Android GL fixes.
|
11 years ago |
|
PropertiesDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
12 years ago |
|
SystemInfoDemo.cpp
|
Replaced some win32 cpuid code.
|
11 years ago |
|
TimersAndEventsDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
12 years ago |
|
UnitTestsDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
12 years ago |
|
ValueTreesDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
12 years ago |
|
VideoDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
12 years ago |
|
WavefrontObjParser.h
|
Added the all-new demo app!
|
12 years ago |
|
WebBrowserDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
12 years ago |
|
WidgetsDemo.cpp
|
Changed Slider::snapValue to provide more details about the drag mode involved.
|
11 years ago |
|
WindowsDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
12 years ago |
|
XMLandJSONDemo.cpp
|
Refactored the StringPool and Identifier classes to store the identifiers as Strings, so that they can be shared with other classes like XmlElement without creating temporary or copied String objects. Also added garbage collection for the pooled strings, and changed XmlElement to pool all of the strings it uses, to reduce memory footprint in large XML trees with many identical names. Also refactored NamedValueSet to use an array instead of a linked list.
|
11 years ago |