| .. |
|
AudioDemoLatencyPage.cpp
|
Minor string changes.
|
15 years ago |
|
AudioDemoLatencyPage.h
|
Converted the Juce demo projects to all be auto-generated by the Jucer.
|
15 years ago |
|
AudioDemoPlaybackPage.cpp
|
Converted the Juce demo projects to all be auto-generated by the Jucer.
|
15 years ago |
|
AudioDemoPlaybackPage.h
|
Converted the Juce demo projects to all be auto-generated by the Jucer.
|
15 years ago |
|
AudioDemoRecordPage.cpp
|
Converted the Juce demo projects to all be auto-generated by the Jucer.
|
15 years ago |
|
AudioDemoRecordPage.h
|
Converted the Juce demo projects to all be auto-generated by the Jucer.
|
15 years ago |
|
AudioDemoSetupPage.cpp
|
Converted the Juce demo projects to all be auto-generated by the Jucer.
|
15 years ago |
|
AudioDemoSetupPage.h
|
Minor code clean-ups.
|
15 years ago |
|
AudioDemoSynthPage.cpp
|
Fixed a typo in the AU hosting code.
|
15 years ago |
|
AudioDemoSynthPage.h
|
Converted the Juce demo projects to all be auto-generated by the Jucer.
|
15 years ago |
|
AudioDemoTabComponent.cpp
|
Converted the Juce demo projects to all be auto-generated by the Jucer.
|
15 years ago |
|
AudioDemoTabComponent.h
|
Minor code clean-ups.
|
15 years ago |
|
CameraDemo.cpp
|
Converted the Juce demo projects to all be auto-generated by the Jucer.
|
15 years ago |
|
CodeEditorDemo.cpp
|
Converted the Juce demo projects to all be auto-generated by the Jucer.
|
15 years ago |
|
DragAndDropDemo.cpp
|
Converted the Juce demo projects to all be auto-generated by the Jucer.
|
15 years ago |
|
FontsAndTextDemo.cpp
|
Converted the Juce demo projects to all be auto-generated by the Jucer.
|
15 years ago |
|
InterprocessCommsDemo.cpp
|
Refactored some String operators to bring them into line with c++ best practices. Removed the JUCE_STRINGS_ARE_UNICODE flag - all strings are now unicode by default. Removed the String class's implicit cast to const char* and copyToBuffer() method, replacing them with toCString(), toUTF8(), copyToCString(), copyToUnicode(), etc., so that it'll force users to think about the encoding they want to use in a particular context. Added the ability to pass a String directly to a std::ostream. Extended the juce version number to include a build number.
|
15 years ago |
|
OpenGLDemo.cpp
|
Minor iPhone GL updates, fix for juce_WithoutMacros.h
|
15 years ago |
|
QuickTimeDemo.cpp
|
Converted the Juce demo projects to all be auto-generated by the Jucer.
|
15 years ago |
|
RenderingTestComponent.cpp
|
Converted the Juce demo projects to all be auto-generated by the Jucer.
|
15 years ago |
|
RenderingTestComponent.h
|
Converted the Juce demo projects to all be auto-generated by the Jucer.
|
15 years ago |
|
TableDemo.cpp
|
Removed IntegerElementComparator and FloatElementComparator, replacing them with DefaultElementComparator, which does the same job. Added method Array::addUsingDefaultSort().
|
15 years ago |
|
ThreadingDemo.cpp
|
Minor string changes.
|
15 years ago |
|
TreeViewDemo.cpp
|
Minor string changes.
|
15 years ago |
|
WebBrowserDemo.cpp
|
Minor code clean-ups.
|
15 years ago |
|
WidgetsDemo.cpp
|
Removed IntegerElementComparator and FloatElementComparator, replacing them with DefaultElementComparator, which does the same job. Added method Array::addUsingDefaultSort().
|
15 years ago |