| .. |
|
Box2DTests
|
Restructured folder and Updated Readme
|
11 years ago |
|
AnimationDemo.cpp
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
|
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)
|
8 years ago |
|
AudioLiveScrollingDisplay.h
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
|
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)
|
8 years ago |
|
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)
|
8 years ago |
|
AudioSettingsDemo.cpp
|
Updated a defunct symbol in demo code
|
8 years ago |
|
AudioSynthesiserDemo.cpp
|
Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef)
|
8 years ago |
|
Box2DDemo.cpp
|
Fixed some issues in the JUCE Demo project where colours weren't being updated when changing the LookAndFeel with the keyboard shortcuts
|
8 years ago |
|
CameraDemo.cpp
|
Removed some old compiler bug workarounds
|
8 years ago |
|
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)
|
8 years ago |
|
CodeEditorDemo.cpp
|
Use juce namespace for some uint32s in the CodeEditorDemo
|
8 years ago |
|
ComponentTransformsDemo.cpp
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
|
CryptographyDemo.cpp
|
Fixed some issues in the JUCE Demo project where colours weren't being updated when changing the LookAndFeel with the keyboard shortcuts
|
8 years ago |
|
DialogsDemo.cpp
|
Added iOS/Android native file chooser support and support for asynchronous invocation of file choosers
|
8 years ago |
|
FlexBoxDemo.cpp
|
Removed the JUCE_COMPILER_SUPPORTS_LAMBDAS macro
|
8 years ago |
|
FontsDemo.cpp
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
|
GraphicsDemo.cpp
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
|
GridDemo.cpp
|
Removed a duplicate item from the Grid demo and added some missing items
|
8 years ago |
|
ImagesDemo.cpp
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
|
JavaScript.cpp
|
Fixed some issues in the JUCE Demo project where colours weren't being updated when changing the LookAndFeel with the keyboard shortcuts
|
8 years ago |
|
KeyMappingsDemo.cpp
|
Fixed some issues in the JUCE Demo project where colours weren't being updated when changing the LookAndFeel with the keyboard shortcuts
|
8 years ago |
|
LiveConstantDemo.cpp
|
Removed some old compiler bug workarounds
|
8 years ago |
|
LookAndFeelDemo.cpp
|
Added some methods ColourGradient::vertical and ColourGradient::horizontal, and also some missing move operators for that class
|
8 years ago |
|
MDIDemo.cpp
|
Fixed some issues in the JUCE Demo project where colours weren't being updated when changing the LookAndFeel with the keyboard shortcuts
|
8 years ago |
|
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)
|
8 years ago |
|
MultiTouch.cpp
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
|
MultithreadingDemo.cpp
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
|
NetworkingDemo.cpp
|
Fixed some issues in the JUCE Demo project where colours weren't being updated when changing the LookAndFeel with the keyboard shortcuts
|
8 years ago |
|
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)
|
8 years ago |
|
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)
|
8 years ago |
|
PropertiesDemo.cpp
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
|
SystemInfoDemo.cpp
|
Android & Projucer: Use more reliable cpu-features package to get CPU SystemStats on Android
|
8 years ago |
|
TimersAndEventsDemo.cpp
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
|
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)
|
8 years ago |
|
ValueTreesDemo.cpp
|
Added a method ValueTree::appendChild(). Also tidied up a lot of the ValueTree comments, which were a bit scrappy.
|
8 years ago |
|
VideoDemo.cpp
|
MinGW: Fixed some 32 bit build errors
|
8 years ago |
|
WavefrontObjParser.h
|
Modernised a bunch of code mainly relating to character/string iteration
|
8 years ago |
|
WebBrowserDemo.cpp
|
Removed some old compiler bug workarounds
|
8 years ago |
|
WidgetsDemo.cpp
|
Added a BurgerMenu component which will display your menus and menu items in a "burger" menu
|
8 years ago |
|
WindowsDemo.cpp
|
Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up
|
8 years ago |
|
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)
|
8 years ago |