1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/extras/Demo/Source/Demos
2014-10-10 08:49:17 +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 Added a method RectangleList::ensureStorageAllocated 2014-06-29 18:39:45 +01: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 Added a couple of missing overrides 2014-09-26 09:32:41 +01: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 a method RectangleList::ensureStorageAllocated 2014-06-29 18:39:45 +01: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 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>. 2014-06-14 13:06:53 +01: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 Tweak to the GL demo to avoid problems on android where openGLContextClosing doesn't get called. 2014-07-03 11:50:02 +01:00
OpenGLDemo2D.cpp Spelling correction. 2014-10-10 08:49:17 +01: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 Added a list of IP addresses to the juce demo system info page. 2014-08-12 08:38:03 +01: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 Tightened up a few places where numeric conversion warnings could happen. 2014-07-10 18:57:24 +01: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 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. 2014-06-15 10:37:31 +01: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