1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/examples/Demo/Source/Demos
2017-11-11 14:17:48 +00:00
..
Box2DTests Restructured folder and Updated Readme 2014-11-12 17:18:18 +00:00
AnimationDemo.cpp Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01: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 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
AudioRecordingDemo.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
AudioSettingsDemo.cpp Updated a defunct symbol in demo code 2017-09-28 11:31:34 +01:00
AudioSynthesiserDemo.cpp Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef) 2017-10-30 14:52:47 +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 Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01: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 Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
GridDemo.cpp Grid demo formatting 2017-10-31 14:30:06 +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 Added some methods ColourGradient::vertical and ColourGradient::horizontal, and also some missing move operators for that class 2017-11-08 15:00:47 +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 Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01: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 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
OpenGLDemo2D.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
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 Modernised a bunch of code mainly relating to character/string iteration 2017-10-19 16:52:20 +01:00
WebBrowserDemo.cpp Removed some old compiler bug workarounds 2017-08-14 12:59:18 +01:00
WidgetsDemo.cpp Added a BurgerMenu component which will display your menus and menu items in a "burger" menu 2017-11-10 18:18:48 +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