1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +00:00
JUCE/extras/Demo/Source/Demos
2014-06-01 15:42:39 +01:00
..
Box2DTests Fixing capitalisation of filename. 2013-11-15 21:27:03 +00:00
AnimationDemo.cpp A few minor changes to keep the Clang analyser happy. 2013-11-19 14:11:27 +00:00
AudioLatencyDemo.cpp Relaxed the requirement for AudioSampleBuffer to have more than zero channels, and gave it a default constructor. 2014-03-26 18:08:10 +00:00
AudioLiveScrollingDisplay.h Really minor clean-ups. 2014-01-12 18:06:48 +00:00
AudioPlaybackDemo.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
AudioRecordingDemo.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
AudioSettingsDemo.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
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. 2014-03-24 14:39:32 +00:00
Box2DDemo.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
CameraDemo.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
ChildProcessDemo.cpp Couple of fixes for a UTF-32 build. 2014-05-29 21:02:13 +01:00
CodeEditorDemo.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
ComponentTransformsDemo.cpp Added the all-new demo app! 2013-11-11 16:48:48 +00:00
CryptographyDemo.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
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() 2014-06-01 15:42:39 +01:00
FontsDemo.cpp Tweaked the fonts demo to display the fonts using point sizes. 2014-03-23 14:07:42 +00:00
GraphicsDemo.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
ImagesDemo.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
JavaScript.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
KeyMappingsDemo.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
LiveConstantDemo.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
LookAndFeelDemo.cpp Added new LookAndFeel page to the juce demo (Thanks Dave!) 2014-03-18 11:04:22 +00:00
MDIDemo.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
MidiDemo.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
MultithreadingDemo.cpp Really minor clean-ups. 2014-01-12 18:06:48 +00:00
MultiTouch.cpp Added the all-new demo app! 2013-11-11 16:48:48 +00:00
NetworkingDemo.cpp Added http status code access for URL::createInputStream(). Also added threading + header display to the demo's http page. 2014-03-06 22:26:58 +00:00
OpenGLDemo.cpp Better parsing of openGL SL version number. 2014-03-22 14:58:30 +00:00
OpenGLDemo2D.cpp Android GL fixes. 2014-02-24 20:29:13 +00:00
PropertiesDemo.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
SystemInfoDemo.cpp Replaced some win32 cpuid code. 2014-03-08 20:32:34 +00:00
TimersAndEventsDemo.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
UnitTestsDemo.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
ValueTreesDemo.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
VideoDemo.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
WavefrontObjParser.h Added the all-new demo app! 2013-11-11 16:48:48 +00:00
WebBrowserDemo.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
WidgetsDemo.cpp Changed Slider::snapValue to provide more details about the drag mode involved. 2014-02-28 20:53:33 +00:00
WindowsDemo.cpp Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. 2013-12-23 15:16:38 +00:00
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. 2014-05-27 17:02:34 +01:00