.. |
Box2DTests
|
Fixing capitalisation of filename.
|
11 years ago |
AnimationDemo.cpp
|
A few minor changes to keep the Clang analyser happy.
|
11 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
|
Added a method RectangleList::ensureStorageAllocated
|
11 years ago |
AudioPlaybackDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
11 years ago |
AudioRecordingDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
11 years ago |
AudioSettingsDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
11 years ago |
AudioSynthesiserDemo.cpp
|
Added a couple of missing overrides
|
10 years ago |
Box2DDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
11 years ago |
CameraDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
11 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.
|
11 years ago |
ComponentTransformsDemo.cpp
|
Added the all-new demo app!
|
11 years ago |
CryptographyDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
11 years ago |
DialogsDemo.cpp
|
Refactored a couple of old methods relating to TextButton sizing: Removed TextButton::getFont() (use the LookAndFeel method instead), and replaced the LookAndFeel::changeTextButtonWidthToFitText method with one called getTextButtonWidthToFitText()
|
11 years ago |
FontsDemo.cpp
|
Tweaked the fonts demo to display the fonts using point sizes.
|
11 years ago |
GraphicsDemo.cpp
|
Added a method RectangleList::ensureStorageAllocated
|
11 years ago |
ImagesDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
11 years ago |
JavaScript.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
11 years ago |
KeyMappingsDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
11 years ago |
LiveConstantDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
11 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.
|
11 years ago |
MidiDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
11 years ago |
MultiTouch.cpp
|
Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>.
|
11 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
|
Tweak to the GL demo to avoid problems on android where openGLContextClosing doesn't get called.
|
11 years ago |
OpenGLDemo2D.cpp
|
Spelling correction.
|
10 years ago |
PropertiesDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
11 years ago |
SystemInfoDemo.cpp
|
Added a list of IP addresses to the juce demo system info page.
|
10 years ago |
TimersAndEventsDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
11 years ago |
UnitTestsDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
11 years ago |
ValueTreesDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
11 years ago |
VideoDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
11 years ago |
WavefrontObjParser.h
|
Tightened up a few places where numeric conversion warnings could happen.
|
11 years ago |
WebBrowserDemo.cpp
|
Added new callback method WebBrowserComponent:: newWindowAttemptingToLoad()
|
10 years ago |
WidgetsDemo.cpp
|
Replaced the old, badly-named and badly-implemented String::compareLexicographically() method with String::compareNatural(), which uses a smarter algorithm. Also added a method StringArray::sortNatural() which uses this.
|
11 years ago |
WindowsDemo.cpp
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
11 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 |