Add remaining files
commita4310a7509a3d6a5f582216945231d0be439b0a1
authorfalkTX <falktx@gmail.com>
Thu, 14 Jul 2011 23:21:37 +0000 (15 00:21 +0100)
committerfalkTX <falktx@gmail.com>
Thu, 14 Jul 2011 23:21:37 +0000 (15 00:21 +0100)
tree3dc70cfd06d0ea7c5c87fab48317daeab9c788db
parente8389a1852ca7f39e393852d53a491ce0c8b8aa0
Add remaining files
1467 files changed:
.gitignore [new file with mode: 0644]
demo/plugin-build-desktop/.fuse_hidden0000072900000001 [deleted file]
juce-dssi.cpp [new file with mode: 0644]
juce/Makefile [new file with mode: 0644]
juce/juce.make [new file with mode: 0644]
juce/premake.lua [new file with mode: 0644]
juce/source/Builds/Linux/Makefile [new file with mode: 0644]
juce/source/Builds/MacOSX/Juce.xcodeproj/project.pbxproj [new file with mode: 0644]
juce/source/Builds/VisualStudio2005/Juce.sln [new file with mode: 0644]
juce/source/Builds/VisualStudio2005/Juce.vcproj [new file with mode: 0644]
juce/source/Builds/VisualStudio2008/Juce.sln [new file with mode: 0644]
juce/source/Builds/VisualStudio2008/Juce.vcproj [new file with mode: 0644]
juce/source/Builds/VisualStudio2008_DLL/Juce.sln [new file with mode: 0644]
juce/source/Builds/VisualStudio2008_DLL/Juce.vcproj [new file with mode: 0644]
juce/source/Builds/VisualStudio2010/Juce.sln [new file with mode: 0644]
juce/source/Builds/VisualStudio2010/Juce.vcxproj [new file with mode: 0644]
juce/source/Builds/VisualStudio2010/Juce.vcxproj.filters [new file with mode: 0644]
juce/source/Builds/VisualStudio2010/Juce.vcxproj.user [new file with mode: 0644]
juce/source/Builds/iOS/Juce.xcodeproj/project.pbxproj [new file with mode: 0644]
juce/source/Juce.jucer [new file with mode: 0644]
juce/source/amalgamation/juce_amalgamated1.cpp [new file with mode: 0644]
juce/source/amalgamation/juce_amalgamated2.cpp [new file with mode: 0644]
juce/source/amalgamation/juce_amalgamated3.cpp [new file with mode: 0644]
juce/source/amalgamation/juce_amalgamated4.cpp [new file with mode: 0644]
juce/source/amalgamation/juce_amalgamated_template.cpp [new file with mode: 0644]
juce/source/amalgamation/juce_amalgamated_template.h [new file with mode: 0644]
juce/source/bin/ReadMe.txt [new file with mode: 0644]
juce/source/docs/JUCE readme.html [new file with mode: 0644]
juce/source/docs/gpl.txt [new file with mode: 0644]
juce/source/docs/images/rms_logo.gif [new file with mode: 0644]
juce/source/docs/rawmat.css [new file with mode: 0644]
juce/source/extras/Introjucer/Builds/Linux/Makefile [new file with mode: 0644]
juce/source/extras/Introjucer/Builds/MacOSX/Icon.icns [new file with mode: 0644]
juce/source/extras/Introjucer/Builds/MacOSX/Info.plist [new file with mode: 0644]
juce/source/extras/Introjucer/Builds/MacOSX/The Introjucer.xcodeproj/project.pbxproj [new file with mode: 0644]
juce/source/extras/Introjucer/Builds/VisualStudio2005/The Introjucer.sln [new file with mode: 0644]
juce/source/extras/Introjucer/Builds/VisualStudio2005/The Introjucer.vcproj [new file with mode: 0644]
juce/source/extras/Introjucer/Builds/VisualStudio2005/icon.ico [new file with mode: 0644]
juce/source/extras/Introjucer/Builds/VisualStudio2005/resources.rc [new file with mode: 0644]
juce/source/extras/Introjucer/Builds/VisualStudio2008/The Introjucer.sln [new file with mode: 0644]
juce/source/extras/Introjucer/Builds/VisualStudio2008/The Introjucer.vcproj [new file with mode: 0644]
juce/source/extras/Introjucer/Builds/VisualStudio2008/icon.ico [new file with mode: 0644]
juce/source/extras/Introjucer/Builds/VisualStudio2008/resources.rc [new file with mode: 0644]
juce/source/extras/Introjucer/Builds/VisualStudio2010/The Introjucer.sln [new file with mode: 0644]
juce/source/extras/Introjucer/Builds/VisualStudio2010/The Introjucer.vcxproj [new file with mode: 0644]
juce/source/extras/Introjucer/Builds/VisualStudio2010/The Introjucer.vcxproj.filters [new file with mode: 0644]
juce/source/extras/Introjucer/Builds/VisualStudio2010/icon.ico [new file with mode: 0644]
juce/source/extras/Introjucer/Builds/VisualStudio2010/resources.rc [new file with mode: 0644]
juce/source/extras/Introjucer/Introjucer.jucer [new file with mode: 0644]
juce/source/extras/Introjucer/JuceLibraryCode/AppConfig.h [new file with mode: 0644]
juce/source/extras/Introjucer/JuceLibraryCode/BinaryData.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/JuceLibraryCode/BinaryData.h [new file with mode: 0644]
juce/source/extras/Introjucer/JuceLibraryCode/JuceHeader.h [new file with mode: 0644]
juce/source/extras/Introjucer/JuceLibraryCode/JuceLibraryCode1.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/JuceLibraryCode/JuceLibraryCode1.mm [new file with mode: 0644]
juce/source/extras/Introjucer/JuceLibraryCode/JuceLibraryCode2.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/JuceLibraryCode/JuceLibraryCode2.mm [new file with mode: 0644]
juce/source/extras/Introjucer/JuceLibraryCode/JuceLibraryCode3.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/JuceLibraryCode/JuceLibraryCode3.mm [new file with mode: 0644]
juce/source/extras/Introjucer/JuceLibraryCode/JuceLibraryCode4.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/JuceLibraryCode/JuceLibraryCode4.mm [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Application/jucer_Application.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Application/jucer_CommandIDs.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Application/jucer_CommonHeaders.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Application/jucer_DocumentEditorComponent.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Application/jucer_DocumentEditorComponent.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Application/jucer_FilePreviewComponent.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Application/jucer_FilePreviewComponent.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Application/jucer_JuceUpdater.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Application/jucer_JuceUpdater.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Application/jucer_Main.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Application/jucer_MainWindow.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Application/jucer_MainWindow.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Application/jucer_OpenDocumentManager.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Application/jucer_OpenDocumentManager.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/BinaryData/AudioPluginXCodeScript.txt [new file with mode: 0644]
juce/source/extras/Introjucer/Source/BinaryData/brushed_aluminium.png [new file with mode: 0644]
juce/source/extras/Introjucer/Source/BinaryData/juce_icon.png [new file with mode: 0644]
juce/source/extras/Introjucer/Source/BinaryData/jucer_AudioPluginEditorTemplate.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/BinaryData/jucer_AudioPluginEditorTemplate.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/BinaryData/jucer_AudioPluginFilterTemplate.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/BinaryData/jucer_AudioPluginFilterTemplate.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/BinaryData/jucer_MainConsoleAppTemplate.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/BinaryData/jucer_MainTemplate.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/BinaryData/jucer_NewCppFileTemplate.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/BinaryData/jucer_NewCppFileTemplate.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/BinaryData/jucer_WindowTemplate.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/BinaryData/jucer_WindowTemplate.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Code Editor/jucer_SourceCodeEditor.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Code Editor/jucer_SourceCodeEditor.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Project/jucer_GroupInformationComponent.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Project/jucer_GroupInformationComponent.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Project/jucer_NewFileWizard.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Project/jucer_NewFileWizard.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Project/jucer_NewProjectWizard.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Project/jucer_NewProjectWizard.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Project/jucer_Project.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Project/jucer_Project.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Project/jucer_ProjectContentComponent.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Project/jucer_ProjectContentComponent.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Project/jucer_ProjectExport_Android.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Project/jucer_ProjectExport_MSVC.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Project/jucer_ProjectExport_Make.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Project/jucer_ProjectExport_XCode.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Project/jucer_ProjectExporter.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Project/jucer_ProjectExporter.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Project/jucer_ProjectInformationComponent.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Project/jucer_ProjectInformationComponent.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Project/jucer_ProjectSaver.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Project/jucer_ProjectTreeViewBase.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Project/jucer_ProjectTreeViewBase.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Project/jucer_ResourceFile.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Project/jucer_ResourceFile.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Project/jucer_TreeViewTypes.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Project/jucer_TreeViewTypes.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Utility/jucer_CodeHelpers.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Utility/jucer_CodeHelpers.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Utility/jucer_Colours.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Utility/jucer_FileHelpers.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Utility/jucer_FileHelpers.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Utility/jucer_JucerTreeViewBase.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Utility/jucer_JucerTreeViewBase.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Utility/jucer_MiscUtilities.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Utility/jucer_MiscUtilities.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Utility/jucer_PresetIDs.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Utility/jucer_RelativePath.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Utility/jucer_StoredSettings.cpp [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Utility/jucer_StoredSettings.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/Utility/jucer_ValueSourceHelpers.h [new file with mode: 0644]
juce/source/extras/Introjucer/Source/jucer_Headers.h [new file with mode: 0644]
juce/source/extras/JuceDemo/Binary Data/cello.wav [new file with mode: 0644]
juce/source/extras/JuceDemo/Binary Data/demo table data.xml [new file with mode: 0644]
juce/source/extras/JuceDemo/Binary Data/icons.zip [new file with mode: 0644]
juce/source/extras/JuceDemo/Binary Data/juce.png [new file with mode: 0644]
juce/source/extras/JuceDemo/Binary Data/juce_icon.png [new file with mode: 0644]
juce/source/extras/JuceDemo/Binary Data/treedemo.xml [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/Android/AndroidManifest.xml [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/Android/build.properties [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/Android/build.xml [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/Android/default.properties [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/Android/jni/Android.mk [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/Android/jni/Application.mk [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/Android/local.properties [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/Android/res/drawable-hdpi/icon.png [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/Android/res/drawable-ldpi/icon.png [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/Android/res/drawable-mdpi/icon.png [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/Android/res/values/strings.xml [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/Android/src/com/juce/ComponentPeerView.java [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/Android/src/com/juce/JuceAppActivity.java [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/Linux/Makefile [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/MacOSX/Icon.icns [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/MacOSX/Info.plist [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/MacOSX/Juce Demo.xcodeproj/project.pbxproj [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/VisualStudio2005/Juce Demo.sln [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/VisualStudio2005/Juce Demo.vcproj [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/VisualStudio2005/icon.ico [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/VisualStudio2005/resources.rc [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/VisualStudio2008/Juce Demo.sln [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/VisualStudio2008/Juce Demo.vcproj [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/VisualStudio2008/icon.ico [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/VisualStudio2008/resources.rc [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/VisualStudio2010/Juce Demo.sln [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/VisualStudio2010/Juce Demo.vcxproj [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/VisualStudio2010/Juce Demo.vcxproj.filters [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/VisualStudio2010/icon.ico [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/VisualStudio2010/resources.rc [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/iOS/Icon.icns [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/iOS/Info.plist [new file with mode: 0644]
juce/source/extras/JuceDemo/Builds/iOS/Juce Demo.xcodeproj/project.pbxproj [new file with mode: 0644]
juce/source/extras/JuceDemo/Juce Demo.jucer [new file with mode: 0644]
juce/source/extras/JuceDemo/JuceLibraryCode/AppConfig.h [new file with mode: 0644]
juce/source/extras/JuceDemo/JuceLibraryCode/BinaryData.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/JuceLibraryCode/BinaryData.h [new file with mode: 0644]
juce/source/extras/JuceDemo/JuceLibraryCode/JuceHeader.h [new file with mode: 0644]
juce/source/extras/JuceDemo/JuceLibraryCode/JuceLibraryCode1.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/JuceLibraryCode/JuceLibraryCode1.mm [new file with mode: 0644]
juce/source/extras/JuceDemo/JuceLibraryCode/JuceLibraryCode2.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/JuceLibraryCode/JuceLibraryCode2.mm [new file with mode: 0644]
juce/source/extras/JuceDemo/JuceLibraryCode/JuceLibraryCode3.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/JuceLibraryCode/JuceLibraryCode3.mm [new file with mode: 0644]
juce/source/extras/JuceDemo/JuceLibraryCode/JuceLibraryCode4.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/JuceLibraryCode/JuceLibraryCode4.mm [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/ApplicationStartup.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/MainDemoWindow.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/MainDemoWindow.h [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/AudioDemoLatencyPage.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/AudioDemoLatencyPage.h [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/AudioDemoPlaybackPage.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/AudioDemoPlaybackPage.h [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/AudioDemoRecordPage.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/AudioDemoRecordPage.h [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/AudioDemoSetupPage.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/AudioDemoSetupPage.h [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/AudioDemoSynthPage.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/AudioDemoSynthPage.h [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/AudioDemoTabComponent.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/AudioDemoTabComponent.h [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/CameraDemo.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/CodeEditorDemo.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/DirectShowDemo.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/DragAndDropDemo.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/FontsAndTextDemo.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/InterprocessCommsDemo.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/OpenGLDemo.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/QuickTimeDemo.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/RenderingTestComponent.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/RenderingTestComponent.h [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/TableDemo.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/ThreadingDemo.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/TreeViewDemo.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/WebBrowserDemo.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/demos/WidgetsDemo.cpp [new file with mode: 0644]
juce/source/extras/JuceDemo/Source/jucedemo_headers.h [new file with mode: 0644]
juce/source/extras/amalgamator/Amalgamator.jucer [new file with mode: 0644]
juce/source/extras/amalgamator/Builds/Linux/Makefile [new file with mode: 0644]
juce/source/extras/amalgamator/Builds/MacOSX/Amalgamator.xcodeproj/project.pbxproj [new file with mode: 0644]
juce/source/extras/amalgamator/Builds/VisualStudio2005/Amalgamator.sln [new file with mode: 0644]
juce/source/extras/amalgamator/Builds/VisualStudio2005/Amalgamator.vcproj [new file with mode: 0644]
juce/source/extras/amalgamator/Builds/VisualStudio2008/Amalgamator.sln [new file with mode: 0644]
juce/source/extras/amalgamator/Builds/VisualStudio2008/Amalgamator.vcproj [new file with mode: 0644]
juce/source/extras/amalgamator/JuceLibraryCode/AppConfig.h [new file with mode: 0644]
juce/source/extras/amalgamator/JuceLibraryCode/JuceHeader.h [new file with mode: 0644]
juce/source/extras/amalgamator/JuceLibraryCode/JuceLibraryCode.cpp [new file with mode: 0644]
juce/source/extras/amalgamator/JuceLibraryCode/JuceLibraryCode.mm [new file with mode: 0644]
juce/source/extras/amalgamator/Source/Main.cpp [new file with mode: 0644]
juce/source/extras/audio plugin host/Builds/Linux/Makefile [new file with mode: 0644]
juce/source/extras/audio plugin host/Builds/MacOSX/Info.plist [new file with mode: 0644]
juce/source/extras/audio plugin host/Builds/MacOSX/Plugin Host.xcodeproj/project.pbxproj [new file with mode: 0644]
juce/source/extras/audio plugin host/Builds/VisualStudio2005/Plugin Host.sln [new file with mode: 0644]
juce/source/extras/audio plugin host/Builds/VisualStudio2005/Plugin Host.vcproj [new file with mode: 0644]
juce/source/extras/audio plugin host/Builds/VisualStudio2008/Plugin Host.sln [new file with mode: 0644]
juce/source/extras/audio plugin host/Builds/VisualStudio2008/Plugin Host.vcproj [new file with mode: 0644]
juce/source/extras/audio plugin host/JuceLibraryCode/AppConfig.h [new file with mode: 0644]
juce/source/extras/audio plugin host/JuceLibraryCode/JuceHeader.h [new file with mode: 0644]
juce/source/extras/audio plugin host/JuceLibraryCode/JuceLibraryCode1.cpp [new file with mode: 0644]
juce/source/extras/audio plugin host/JuceLibraryCode/JuceLibraryCode1.mm [new file with mode: 0644]
juce/source/extras/audio plugin host/JuceLibraryCode/JuceLibraryCode2.cpp [new file with mode: 0644]
juce/source/extras/audio plugin host/JuceLibraryCode/JuceLibraryCode2.mm [new file with mode: 0644]
juce/source/extras/audio plugin host/JuceLibraryCode/JuceLibraryCode3.cpp [new file with mode: 0644]
juce/source/extras/audio plugin host/JuceLibraryCode/JuceLibraryCode3.mm [new file with mode: 0644]
juce/source/extras/audio plugin host/JuceLibraryCode/JuceLibraryCode4.cpp [new file with mode: 0644]
juce/source/extras/audio plugin host/JuceLibraryCode/JuceLibraryCode4.mm [new file with mode: 0644]
juce/source/extras/audio plugin host/Plugin Host.jucer [new file with mode: 0644]
juce/source/extras/audio plugin host/Source/FilterGraph.cpp [new file with mode: 0644]
juce/source/extras/audio plugin host/Source/FilterGraph.h [new file with mode: 0644]
juce/source/extras/audio plugin host/Source/GraphEditorPanel.cpp [new file with mode: 0644]
juce/source/extras/audio plugin host/Source/GraphEditorPanel.h [new file with mode: 0644]
juce/source/extras/audio plugin host/Source/HostStartup.cpp [new file with mode: 0644]
juce/source/extras/audio plugin host/Source/InternalFilters.cpp [new file with mode: 0644]
juce/source/extras/audio plugin host/Source/InternalFilters.h [new file with mode: 0644]
juce/source/extras/audio plugin host/Source/MainHostWindow.cpp [new file with mode: 0644]
juce/source/extras/audio plugin host/Source/MainHostWindow.h [new file with mode: 0644]
juce/source/extras/audio plugins/How to use this framework.txt [new file with mode: 0644]
juce/source/extras/audio plugins/demo/Builds/Linux/Makefile [new file with mode: 0644]
juce/source/extras/audio plugins/demo/Builds/MacOSX/Info.plist [new file with mode: 0644]
juce/source/extras/audio plugins/demo/Builds/MacOSX/JuceDemoPlugin.xcodeproj/project.pbxproj [new file with mode: 0644]
juce/source/extras/audio plugins/demo/Builds/VisualStudio2005/JuceDemoPlugin.sln [new file with mode: 0644]
juce/source/extras/audio plugins/demo/Builds/VisualStudio2005/JuceDemoPlugin.vcproj [new file with mode: 0644]
juce/source/extras/audio plugins/demo/Builds/VisualStudio2008/JuceDemoPlugin.sln [new file with mode: 0644]
juce/source/extras/audio plugins/demo/Builds/VisualStudio2008/JuceDemoPlugin.vcproj [new file with mode: 0644]
juce/source/extras/audio plugins/demo/Builds/VisualStudio2008/JuceDemoPlugin.vcxproj.user [new file with mode: 0644]
juce/source/extras/audio plugins/demo/JuceDemoPlugin.jucer [new file with mode: 0644]
juce/source/extras/audio plugins/demo/JuceLibraryCode/AppConfig.h [new file with mode: 0644]
juce/source/extras/audio plugins/demo/JuceLibraryCode/JuceHeader.h [new file with mode: 0644]
juce/source/extras/audio plugins/demo/JuceLibraryCode/JuceLibraryCode1.cpp [new file with mode: 0644]
juce/source/extras/audio plugins/demo/JuceLibraryCode/JuceLibraryCode1.mm [new file with mode: 0644]
juce/source/extras/audio plugins/demo/JuceLibraryCode/JuceLibraryCode2.cpp [new file with mode: 0644]
juce/source/extras/audio plugins/demo/JuceLibraryCode/JuceLibraryCode2.mm [new file with mode: 0644]
juce/source/extras/audio plugins/demo/JuceLibraryCode/JuceLibraryCode3.cpp [new file with mode: 0644]
juce/source/extras/audio plugins/demo/JuceLibraryCode/JuceLibraryCode3.mm [new file with mode: 0644]
juce/source/extras/audio plugins/demo/JuceLibraryCode/JuceLibraryCode4.cpp [new file with mode: 0644]
juce/source/extras/audio plugins/demo/JuceLibraryCode/JuceLibraryCode4.mm [new file with mode: 0644]
juce/source/extras/audio plugins/demo/JuceLibraryCode/JucePluginCharacteristics.h [new file with mode: 0644]
juce/source/extras/audio plugins/demo/Source/PluginEditor.cpp [new file with mode: 0644]
juce/source/extras/audio plugins/demo/Source/PluginEditor.h [new file with mode: 0644]
juce/source/extras/audio plugins/demo/Source/PluginProcessor.cpp [new file with mode: 0644]
juce/source/extras/audio plugins/demo/Source/PluginProcessor.h [new file with mode: 0644]
juce/source/extras/binarybuilder/BinaryBuilder.jucer [new file with mode: 0644]
juce/source/extras/binarybuilder/Builds/Linux/Makefile [new file with mode: 0644]
juce/source/extras/binarybuilder/Builds/MacOSX/BinaryBuilder.xcodeproj/project.pbxproj [new file with mode: 0644]
juce/source/extras/binarybuilder/Builds/VisualStudio2005/BinaryBuilder.sln [new file with mode: 0644]
juce/source/extras/binarybuilder/Builds/VisualStudio2005/BinaryBuilder.vcproj [new file with mode: 0644]
juce/source/extras/binarybuilder/Builds/VisualStudio2008/BinaryBuilder.sln [new file with mode: 0644]
juce/source/extras/binarybuilder/Builds/VisualStudio2008/BinaryBuilder.vcproj [new file with mode: 0644]
juce/source/extras/binarybuilder/JuceLibraryCode/AppConfig.h [new file with mode: 0644]
juce/source/extras/binarybuilder/JuceLibraryCode/JuceHeader.h [new file with mode: 0644]
juce/source/extras/binarybuilder/JuceLibraryCode/JuceLibraryCode.cpp [new file with mode: 0644]
juce/source/extras/binarybuilder/JuceLibraryCode/JuceLibraryCode.mm [new file with mode: 0644]
juce/source/extras/binarybuilder/Source/Main.cpp [new file with mode: 0644]
juce/source/extras/browser plugins/How to build a browser plugin.txt [new file with mode: 0644]
juce/source/extras/browser plugins/demo/build/mac/English.lproj/InfoPlist.strings [new file with mode: 0644]
juce/source/extras/browser plugins/demo/build/mac/Info.plist [new file with mode: 0644]
juce/source/extras/browser plugins/demo/build/mac/JuceBrowserPluginDemo.xcodeproj/TemplateIcon.tiff [new file with mode: 0644]
juce/source/extras/browser plugins/demo/build/mac/JuceBrowserPluginDemo.xcodeproj/project.pbxproj [new file with mode: 0644]
juce/source/extras/browser plugins/demo/build/win32/JuceBrowserPluginDemo.sln [new file with mode: 0644]
juce/source/extras/browser plugins/demo/build/win32/JuceBrowserPluginDemo.vcproj [new file with mode: 0644]
juce/source/extras/browser plugins/demo/src/BrowserPluginCharacteristics.h [new file with mode: 0644]
juce/source/extras/browser plugins/demo/src/JuceBrowserPluginDemo.cpp [new file with mode: 0644]
juce/source/extras/browser plugins/demo/src/juce_LibrarySource.cpp [new file with mode: 0644]
juce/source/extras/browser plugins/demo/src/juce_LibrarySource.mm [new file with mode: 0644]
juce/source/extras/browser plugins/demo/test.html [new file with mode: 0644]
juce/source/extras/browser plugins/wrapper/juce_ActiveX_GlueCode.cpp [new file with mode: 0644]
juce/source/extras/browser plugins/wrapper/juce_BrowserPluginComponent.h [new file with mode: 0644]
juce/source/extras/browser plugins/wrapper/juce_IncludeBrowserPluginInfo.h [new file with mode: 0644]
juce/source/extras/browser plugins/wrapper/juce_NPAPI_GlueCode.cpp [new file with mode: 0644]
juce/source/extras/browser plugins/wrapper/juce_NPAPI_GlueCode.mm [new file with mode: 0644]
juce/source/extras/browser plugins/wrapper/juce_NPAPI_MacResource.r [new file with mode: 0644]
juce/source/extras/browser plugins/wrapper/juce_NPAPI_WinResource.rc [new file with mode: 0644]
juce/source/extras/browser plugins/wrapper/npapi/ReadMe.txt [new file with mode: 0644]
juce/source/extras/browser plugins/wrapper/npapi/jni.h [new file with mode: 0644]
juce/source/extras/browser plugins/wrapper/npapi/jni_md.h [new file with mode: 0644]
juce/source/extras/browser plugins/wrapper/npapi/jri.h [new file with mode: 0644]
juce/source/extras/browser plugins/wrapper/npapi/jri_md.h [new file with mode: 0644]
juce/source/extras/browser plugins/wrapper/npapi/jritypes.h [new file with mode: 0644]
juce/source/extras/browser plugins/wrapper/npapi/npapi.h [new file with mode: 0644]
juce/source/extras/browser plugins/wrapper/npapi/npruntime.h [new file with mode: 0644]
juce/source/extras/browser plugins/wrapper/npapi/nptypes.h [new file with mode: 0644]
juce/source/extras/browser plugins/wrapper/npapi/npupp.h [new file with mode: 0644]
juce/source/extras/browser plugins/wrapper/npapi/obsolete/protypes.h [new file with mode: 0644]
juce/source/extras/browser plugins/wrapper/npapi/prcpucfg.h [new file with mode: 0644]
juce/source/extras/browser plugins/wrapper/npapi/prtypes.h [new file with mode: 0644]
juce/source/extras/example projects/Builds/Linux/Makefile [new file with mode: 0644]
juce/source/extras/example projects/Builds/MacOSX/HelloWorld.xcodeproj/project.pbxproj [new file with mode: 0644]
juce/source/extras/example projects/Builds/MacOSX/Info.plist [new file with mode: 0644]
juce/source/extras/example projects/Builds/VisualStudio2005/HelloWorld.sln [new file with mode: 0644]
juce/source/extras/example projects/Builds/VisualStudio2005/HelloWorld.vcproj [new file with mode: 0644]
juce/source/extras/example projects/Builds/VisualStudio2008/HelloWorld.sln [new file with mode: 0644]
juce/source/extras/example projects/Builds/VisualStudio2008/HelloWorld.vcproj [new file with mode: 0644]
juce/source/extras/example projects/Builds/iOS/HelloWorld.xcodeproj/project.pbxproj [new file with mode: 0644]
juce/source/extras/example projects/Builds/iOS/Info.plist [new file with mode: 0644]
juce/source/extras/example projects/HelloWorld.jucer [new file with mode: 0644]
juce/source/extras/example projects/JuceLibraryCode/AppConfig.h [new file with mode: 0644]
juce/source/extras/example projects/JuceLibraryCode/JuceHeader.h [new file with mode: 0644]
juce/source/extras/example projects/JuceLibraryCode/JuceLibraryCode1.cpp [new file with mode: 0644]
juce/source/extras/example projects/JuceLibraryCode/JuceLibraryCode1.mm [new file with mode: 0644]
juce/source/extras/example projects/JuceLibraryCode/JuceLibraryCode2.cpp [new file with mode: 0644]
juce/source/extras/example projects/JuceLibraryCode/JuceLibraryCode2.mm [new file with mode: 0644]
juce/source/extras/example projects/JuceLibraryCode/JuceLibraryCode3.cpp [new file with mode: 0644]
juce/source/extras/example projects/JuceLibraryCode/JuceLibraryCode3.mm [new file with mode: 0644]
juce/source/extras/example projects/JuceLibraryCode/JuceLibraryCode4.cpp [new file with mode: 0644]
juce/source/extras/example projects/JuceLibraryCode/JuceLibraryCode4.mm [new file with mode: 0644]
juce/source/extras/example projects/Source/Main.cpp [new file with mode: 0644]
juce/source/extras/example projects/Source/MainComponent.cpp [new file with mode: 0644]
juce/source/extras/example projects/Source/MainComponent.h [new file with mode: 0644]
juce/source/extras/example projects/readme.txt [new file with mode: 0644]
juce/source/extras/the jucer/Jucer To Do list.txt [new file with mode: 0644]
juce/source/extras/the jucer/build/linux/Jucer.make [new file with mode: 0644]
juce/source/extras/the jucer/build/linux/Makefile [new file with mode: 0644]
juce/source/extras/the jucer/build/linux/jucer_premake.lua [new file with mode: 0644]
juce/source/extras/the jucer/build/linux/runpremake [new file with mode: 0644]
juce/source/extras/the jucer/build/mac/English.lproj/InfoPlist.strings [new file with mode: 0644]
juce/source/extras/the jucer/build/mac/Info.plist [new file with mode: 0644]
juce/source/extras/the jucer/build/mac/Jucer.xcodeproj/project.pbxproj [new file with mode: 0644]
juce/source/extras/the jucer/build/mac/jucer_icon.icns [new file with mode: 0644]
juce/source/extras/the jucer/build/mac/version.plist [new file with mode: 0644]
juce/source/extras/the jucer/build/vc6/Jucer.dsp [new file with mode: 0644]
juce/source/extras/the jucer/build/vc6/Jucer.dsw [new file with mode: 0644]
juce/source/extras/the jucer/build/vc6/jucer.rc [new file with mode: 0644]
juce/source/extras/the jucer/build/vc6/jucer_icon.ico [new file with mode: 0644]
juce/source/extras/the jucer/build/vc8/jucer.rc [new file with mode: 0644]
juce/source/extras/the jucer/build/vc8/jucer.sln [new file with mode: 0644]
juce/source/extras/the jucer/build/vc8/jucer.vcproj [new file with mode: 0644]
juce/source/extras/the jucer/build/vc8/jucer_icon.ico [new file with mode: 0644]
juce/source/extras/the jucer/src/BinaryData.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/BinaryData.h [new file with mode: 0644]
juce/source/extras/the jucer/src/binarydata/jules.jpg [new file with mode: 0644]
juce/source/extras/the jucer/src/binarydata/prefs_about.png [new file with mode: 0644]
juce/source/extras/the jucer/src/binarydata/prefs_keys.png [new file with mode: 0644]
juce/source/extras/the jucer/src/binarydata/prefs_misc.png [new file with mode: 0644]
juce/source/extras/the jucer/src/juce_AppConfig.h [new file with mode: 0644]
juce/source/extras/the jucer/src/juce_LibrarySource.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/juce_LibrarySource.mm [new file with mode: 0644]
juce/source/extras/the jucer/src/jucer_Headers.h [new file with mode: 0644]
juce/source/extras/the jucer/src/jucer_Main.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/model/components/jucer_ButtonHandler.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/components/jucer_ComboBoxHandler.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/components/jucer_ComponentNameProperty.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/components/jucer_ComponentTypeHandler.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/model/components/jucer_ComponentTypeHandler.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/components/jucer_ComponentUndoableAction.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/components/jucer_GenericComponentHandler.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/components/jucer_GroupComponentHandler.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/components/jucer_HyperlinkButtonHandler.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/components/jucer_ImageButtonHandler.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/components/jucer_JucerComponentHandler.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/components/jucer_LabelHandler.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/components/jucer_SliderHandler.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/components/jucer_TabbedComponentHandler.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/components/jucer_TextButtonHandler.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/components/jucer_TextEditorHandler.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/components/jucer_ToggleButtonHandler.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/components/jucer_TreeViewHandler.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/components/jucer_ViewportHandler.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/documents/jucer_ButtonDocument.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/model/documents/jucer_ButtonDocument.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/documents/jucer_ComponentDocument.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/model/documents/jucer_ComponentDocument.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/jucer_BinaryResources.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/model/jucer_BinaryResources.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/jucer_ComponentLayout.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/model/jucer_ComponentLayout.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/jucer_GeneratedCode.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/model/jucer_GeneratedCode.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/jucer_JucerDocument.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/model/jucer_JucerDocument.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/jucer_ObjectTypes.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/model/jucer_ObjectTypes.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/jucer_PaintRoutine.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/model/jucer_PaintRoutine.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/paintelements/jucer_ColouredElement.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/model/paintelements/jucer_ColouredElement.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/paintelements/jucer_ElementSiblingComponent.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/paintelements/jucer_FillType.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/model/paintelements/jucer_FillType.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/paintelements/jucer_GradientPointComponent.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/paintelements/jucer_ImageResourceProperty.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/paintelements/jucer_PaintElement.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/model/paintelements/jucer_PaintElement.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/paintelements/jucer_PaintElementEllipse.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/paintelements/jucer_PaintElementGroup.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/paintelements/jucer_PaintElementImage.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/paintelements/jucer_PaintElementPath.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/model/paintelements/jucer_PaintElementPath.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/paintelements/jucer_PaintElementRectangle.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/paintelements/jucer_PaintElementRoundedRectangle.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/paintelements/jucer_PaintElementText.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/paintelements/jucer_PaintElementUndoableAction.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/paintelements/jucer_PointComponent.h [new file with mode: 0644]
juce/source/extras/the jucer/src/model/paintelements/jucer_StrokeType.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/model/paintelements/jucer_StrokeType.h [new file with mode: 0644]
juce/source/extras/the jucer/src/properties/jucer_ColourPropertyComponent.h [new file with mode: 0644]
juce/source/extras/the jucer/src/properties/jucer_ComponentBooleanProperty.h [new file with mode: 0644]
juce/source/extras/the jucer/src/properties/jucer_ComponentChoiceProperty.h [new file with mode: 0644]
juce/source/extras/the jucer/src/properties/jucer_ComponentColourProperty.h [new file with mode: 0644]
juce/source/extras/the jucer/src/properties/jucer_ComponentTextProperty.h [new file with mode: 0644]
juce/source/extras/the jucer/src/properties/jucer_FilePropertyComponent.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/properties/jucer_FilePropertyComponent.h [new file with mode: 0644]
juce/source/extras/the jucer/src/properties/jucer_FontPropertyComponent.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/properties/jucer_FontPropertyComponent.h [new file with mode: 0644]
juce/source/extras/the jucer/src/properties/jucer_JustificationProperty.h [new file with mode: 0644]
juce/source/extras/the jucer/src/properties/jucer_PositionPropertyBase.h [new file with mode: 0644]
juce/source/extras/the jucer/src/templates/jucer_ComponentTemplate.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/templates/jucer_ComponentTemplate.h [new file with mode: 0644]
juce/source/extras/the jucer/src/ui/jucer_CommandIDs.h [new file with mode: 0644]
juce/source/extras/the jucer/src/ui/jucer_ComponentLayoutEditor.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/ui/jucer_ComponentLayoutEditor.h [new file with mode: 0644]
juce/source/extras/the jucer/src/ui/jucer_ComponentLayoutPanel.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/ui/jucer_ComponentLayoutPanel.h [new file with mode: 0644]
juce/source/extras/the jucer/src/ui/jucer_ComponentOverlayComponent.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/ui/jucer_ComponentOverlayComponent.h [new file with mode: 0644]
juce/source/extras/the jucer/src/ui/jucer_EditingPanelBase.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/ui/jucer_EditingPanelBase.h [new file with mode: 0644]
juce/source/extras/the jucer/src/ui/jucer_JucerDocumentHolder.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/ui/jucer_JucerDocumentHolder.h [new file with mode: 0644]
juce/source/extras/the jucer/src/ui/jucer_MainWindow.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/ui/jucer_MainWindow.h [new file with mode: 0644]
juce/source/extras/the jucer/src/ui/jucer_PaintRoutineEditor.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/ui/jucer_PaintRoutineEditor.h [new file with mode: 0644]
juce/source/extras/the jucer/src/ui/jucer_PaintRoutinePanel.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/ui/jucer_PaintRoutinePanel.h [new file with mode: 0644]
juce/source/extras/the jucer/src/ui/jucer_PrefsPanel.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/ui/jucer_PrefsPanel.h [new file with mode: 0644]
juce/source/extras/the jucer/src/ui/jucer_ResourceEditorPanel.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/ui/jucer_ResourceEditorPanel.h [new file with mode: 0644]
juce/source/extras/the jucer/src/ui/jucer_SnapGridPainter.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/ui/jucer_SnapGridPainter.h [new file with mode: 0644]
juce/source/extras/the jucer/src/ui/jucer_TestComponent.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/ui/jucer_TestComponent.h [new file with mode: 0644]
juce/source/extras/the jucer/src/utility/jucer_ColourEditorComponent.h [new file with mode: 0644]
juce/source/extras/the jucer/src/utility/jucer_Colours.h [new file with mode: 0644]
juce/source/extras/the jucer/src/utility/jucer_StoredSettings.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/utility/jucer_StoredSettings.h [new file with mode: 0644]
juce/source/extras/the jucer/src/utility/jucer_UtilityFunctions.cpp [new file with mode: 0644]
juce/source/extras/the jucer/src/utility/jucer_UtilityFunctions.h [new file with mode: 0644]
juce/source/juce.h [new file with mode: 0644]
juce/source/juce_Config.h [new file with mode: 0644]
juce/source/juce_amalgamated.cpp [new file with mode: 0644]
juce/source/juce_amalgamated.h [new file with mode: 0644]
juce/source/juce_amalgamated.mm [new file with mode: 0644]
juce/source/src/application/juce_Application.cpp [new file with mode: 0644]
juce/source/src/application/juce_Application.h [new file with mode: 0644]
juce/source/src/application/juce_ApplicationCommandID.h [new file with mode: 0644]
juce/source/src/application/juce_ApplicationCommandInfo.cpp [new file with mode: 0644]
juce/source/src/application/juce_ApplicationCommandInfo.h [new file with mode: 0644]
juce/source/src/application/juce_ApplicationCommandManager.cpp [new file with mode: 0644]
juce/source/src/application/juce_ApplicationCommandManager.h [new file with mode: 0644]
juce/source/src/application/juce_ApplicationCommandTarget.cpp [new file with mode: 0644]
juce/source/src/application/juce_ApplicationCommandTarget.h [new file with mode: 0644]
juce/source/src/application/juce_ApplicationProperties.cpp [new file with mode: 0644]
juce/source/src/application/juce_ApplicationProperties.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/Flac Licence.txt [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/all.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/alloc.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/assert.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/callback.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/export.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/format.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/bitmath.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/bitreader.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/bitwriter.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/cpu.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/crc.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/fixed.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/float.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/format.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/include/private/all.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/include/private/bitmath.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/include/private/bitreader.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/include/private/bitwriter.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/include/private/cpu.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/include/private/crc.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/include/private/fixed.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/include/private/float.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/include/private/format.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/include/private/lpc.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/include/private/md5.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/include/private/memory.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/include/private/metadata.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/include/private/stream_encoder_framing.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/include/private/window.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/include/protected/all.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/include/protected/stream_decoder.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/include/protected/stream_encoder.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/juce_FlacHeader.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/lpc_flac.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/md5.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/memory.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/stream_decoder.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/stream_encoder.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/stream_encoder_framing.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/libFLAC/window_flac.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/metadata.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/ordinals.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/stream_decoder.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/flac/stream_encoder.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_AiffAudioFormat.cpp [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_AiffAudioFormat.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_AudioCDBurner.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_AudioCDReader.cpp [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_AudioCDReader.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_AudioFormat.cpp [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_AudioFormat.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_AudioFormatManager.cpp [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_AudioFormatManager.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_AudioFormatReader.cpp [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_AudioFormatReader.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_AudioFormatWriter.cpp [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_AudioFormatWriter.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_AudioSubsectionReader.cpp [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_AudioSubsectionReader.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_AudioThumbnail.cpp [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_AudioThumbnail.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_AudioThumbnailCache.cpp [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_AudioThumbnailCache.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_FlacAudioFormat.cpp [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_FlacAudioFormat.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_OggVorbisAudioFormat.cpp [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_OggVorbisAudioFormat.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_QuickTimeAudioFormat.cpp [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_QuickTimeAudioFormat.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_WavAudioFormat.cpp [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/juce_WavAudioFormat.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/Ogg Vorbis Licence.txt [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/bitwise.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/codec.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/config_types.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/framing.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/juce_OggVorbisHeader.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/AUTHORS [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/CHANGES [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/COPYING [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/README [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/analysis.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/backends.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/bitrate.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/bitrate.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/block.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/books/coupled/res_books_51.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/books/coupled/res_books_stereo.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/books/floor/floor_books.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/books/uncoupled/res_books_uncoupled.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/codebook.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/codebook.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/codec_internal.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/envelope.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/envelope.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/floor0.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/floor1.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/highlevel.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/info.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/lookup.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/lookup.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/lookup_data.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/lpc.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/lpc.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/lsp.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/lsp.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/mapping0.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/masking.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/mdct.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/mdct.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/misc.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/modes/floor_all.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/modes/psych_11.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/modes/psych_16.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/modes/psych_44.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/modes/psych_8.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/modes/residue_16.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/modes/residue_44.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/modes/residue_44p51.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/modes/residue_44u.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/modes/residue_8.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/modes/setup_11.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/modes/setup_16.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/modes/setup_22.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/modes/setup_32.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/modes/setup_44.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/modes/setup_44p51.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/modes/setup_44u.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/modes/setup_8.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/modes/setup_X.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/os.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/psy.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/psy.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/registry.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/registry.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/res0.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/scales.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/sharedbook.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/smallft.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/smallft.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/synthesis.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/vorbisenc.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/vorbisfile.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/window.c [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/libvorbis-1.3.2/lib/window.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/ogg.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/os_types.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/vorbisenc.h [new file with mode: 0644]
juce/source/src/audio/audio_file_formats/oggvorbis/vorbisfile.h [new file with mode: 0644]
juce/source/src/audio/audio_sources/juce_AudioFormatReaderSource.cpp [new file with mode: 0644]
juce/source/src/audio/audio_sources/juce_AudioFormatReaderSource.h [new file with mode: 0644]
juce/source/src/audio/audio_sources/juce_AudioSource.h [new file with mode: 0644]
juce/source/src/audio/audio_sources/juce_AudioSourcePlayer.cpp [new file with mode: 0644]
juce/source/src/audio/audio_sources/juce_AudioSourcePlayer.h [new file with mode: 0644]
juce/source/src/audio/audio_sources/juce_AudioTransportSource.cpp [new file with mode: 0644]
juce/source/src/audio/audio_sources/juce_AudioTransportSource.h [new file with mode: 0644]
juce/source/src/audio/audio_sources/juce_BufferingAudioSource.cpp [new file with mode: 0644]
juce/source/src/audio/audio_sources/juce_BufferingAudioSource.h [new file with mode: 0644]
juce/source/src/audio/audio_sources/juce_ChannelRemappingAudioSource.cpp [new file with mode: 0644]
juce/source/src/audio/audio_sources/juce_ChannelRemappingAudioSource.h [new file with mode: 0644]
juce/source/src/audio/audio_sources/juce_IIRFilterAudioSource.cpp [new file with mode: 0644]
juce/source/src/audio/audio_sources/juce_IIRFilterAudioSource.h [new file with mode: 0644]
juce/source/src/audio/audio_sources/juce_MixerAudioSource.cpp [new file with mode: 0644]
juce/source/src/audio/audio_sources/juce_MixerAudioSource.h [new file with mode: 0644]
juce/source/src/audio/audio_sources/juce_PositionableAudioSource.h [new file with mode: 0644]
juce/source/src/audio/audio_sources/juce_ResamplingAudioSource.cpp [new file with mode: 0644]
juce/source/src/audio/audio_sources/juce_ResamplingAudioSource.h [new file with mode: 0644]
juce/source/src/audio/audio_sources/juce_ReverbAudioSource.cpp [new file with mode: 0644]
juce/source/src/audio/audio_sources/juce_ReverbAudioSource.h [new file with mode: 0644]
juce/source/src/audio/audio_sources/juce_ToneGeneratorAudioSource.cpp [new file with mode: 0644]
juce/source/src/audio/audio_sources/juce_ToneGeneratorAudioSource.h [new file with mode: 0644]
juce/source/src/audio/devices/juce_AudioDeviceManager.cpp [new file with mode: 0644]
juce/source/src/audio/devices/juce_AudioDeviceManager.h [new file with mode: 0644]
juce/source/src/audio/devices/juce_AudioIODevice.cpp [new file with mode: 0644]
juce/source/src/audio/devices/juce_AudioIODevice.h [new file with mode: 0644]
juce/source/src/audio/devices/juce_AudioIODeviceType.cpp [new file with mode: 0644]
juce/source/src/audio/devices/juce_AudioIODeviceType.h [new file with mode: 0644]
juce/source/src/audio/dsp/juce_AudioDataConverters.cpp [new file with mode: 0644]
juce/source/src/audio/dsp/juce_AudioDataConverters.h [new file with mode: 0644]
juce/source/src/audio/dsp/juce_AudioSampleBuffer.cpp [new file with mode: 0644]
juce/source/src/audio/dsp/juce_AudioSampleBuffer.h [new file with mode: 0644]
juce/source/src/audio/dsp/juce_Decibels.h [new file with mode: 0644]
juce/source/src/audio/dsp/juce_IIRFilter.cpp [new file with mode: 0644]
juce/source/src/audio/dsp/juce_IIRFilter.h [new file with mode: 0644]
juce/source/src/audio/dsp/juce_Reverb.h [new file with mode: 0644]
juce/source/src/audio/midi/juce_MidiBuffer.cpp [new file with mode: 0644]
juce/source/src/audio/midi/juce_MidiBuffer.h [new file with mode: 0644]
juce/source/src/audio/midi/juce_MidiFile.cpp [new file with mode: 0644]
juce/source/src/audio/midi/juce_MidiFile.h [new file with mode: 0644]
juce/source/src/audio/midi/juce_MidiInput.h [new file with mode: 0644]
juce/source/src/audio/midi/juce_MidiKeyboardState.cpp [new file with mode: 0644]
juce/source/src/audio/midi/juce_MidiKeyboardState.h [new file with mode: 0644]
juce/source/src/audio/midi/juce_MidiMessage.cpp [new file with mode: 0644]
juce/source/src/audio/midi/juce_MidiMessage.h [new file with mode: 0644]
juce/source/src/audio/midi/juce_MidiMessageCollector.cpp [new file with mode: 0644]
juce/source/src/audio/midi/juce_MidiMessageCollector.h [new file with mode: 0644]
juce/source/src/audio/midi/juce_MidiMessageSequence.cpp [new file with mode: 0644]
juce/source/src/audio/midi/juce_MidiMessageSequence.h [new file with mode: 0644]
juce/source/src/audio/midi/juce_MidiOutput.cpp [new file with mode: 0644]
juce/source/src/audio/midi/juce_MidiOutput.h [new file with mode: 0644]
juce/source/src/audio/plugin_client/AU/juce_AU_Resources.r [new file with mode: 0644]
juce/source/src/audio/plugin_client/AU/juce_AU_Wrapper.mm [new file with mode: 0644]
juce/source/src/audio/plugin_client/LV2/includes/lv2_data_access.h [new file with mode: 0644]
juce/source/src/audio/plugin_client/LV2/includes/lv2_event.h [new file with mode: 0644]
juce/source/src/audio/plugin_client/LV2/includes/lv2_event_helpers.h [new file with mode: 0644]
juce/source/src/audio/plugin_client/LV2/includes/lv2_external_ui.h [new file with mode: 0644]
juce/source/src/audio/plugin_client/LV2/includes/lv2_instance_access.h [new file with mode: 0644]
juce/source/src/audio/plugin_client/LV2/includes/lv2_ui.h [new file with mode: 0644]
juce/source/src/audio/plugin_client/LV2/includes/lv2_uri_map.h [new file with mode: 0644]
juce/source/src/audio/plugin_client/LV2/juce_LV2_Wrapper.cpp [new file with mode: 0644]
juce/source/src/audio/plugin_client/LV2/lv2.h [new file with mode: 0644]
juce/source/src/audio/plugin_client/LV2/lv2_rdf_gen.cpp [new file with mode: 0644]
juce/source/src/audio/plugin_client/RTAS/juce_RTAS_DigiCode1.cpp [new file with mode: 0644]
juce/source/src/audio/plugin_client/RTAS/juce_RTAS_DigiCode2.cpp [new file with mode: 0644]
juce/source/src/audio/plugin_client/RTAS/juce_RTAS_DigiCode3.cpp [new file with mode: 0644]
juce/source/src/audio/plugin_client/RTAS/juce_RTAS_DigiCode_Header.h [new file with mode: 0644]
juce/source/src/audio/plugin_client/RTAS/juce_RTAS_MacResources.r [new file with mode: 0644]
juce/source/src/audio/plugin_client/RTAS/juce_RTAS_MacUtilities.mm [new file with mode: 0644]
juce/source/src/audio/plugin_client/RTAS/juce_RTAS_WinExports.def [new file with mode: 0644]
juce/source/src/audio/plugin_client/RTAS/juce_RTAS_WinResources.rsr [new file with mode: 0644]
juce/source/src/audio/plugin_client/RTAS/juce_RTAS_WinUtilities.cpp [new file with mode: 0644]
juce/source/src/audio/plugin_client/RTAS/juce_RTAS_Wrapper.cpp [new file with mode: 0644]
juce/source/src/audio/plugin_client/Standalone/juce_StandaloneFilterWindow.cpp [new file with mode: 0644]
juce/source/src/audio/plugin_client/Standalone/juce_StandaloneFilterWindow.h [new file with mode: 0644]
juce/source/src/audio/plugin_client/VST/juce_VST_Wrapper.cpp [new file with mode: 0644]
juce/source/src/audio/plugin_client/VST/juce_VST_Wrapper.mm [new file with mode: 0644]
juce/source/src/audio/plugin_client/juce_IncludeCharacteristics.h [new file with mode: 0644]
juce/source/src/audio/plugin_client/juce_PluginHeaders.h [new file with mode: 0644]
juce/source/src/audio/plugin_client/juce_PluginHostType.h [new file with mode: 0644]
juce/source/src/audio/plugin_host/formats/juce_AudioUnitPluginFormat.h [new file with mode: 0644]
juce/source/src/audio/plugin_host/formats/juce_AudioUnitPluginFormat.mm [new file with mode: 0644]
juce/source/src/audio/plugin_host/formats/juce_DirectXPluginFormat.h [new file with mode: 0644]
juce/source/src/audio/plugin_host/formats/juce_LADSPAPluginFormat.h [new file with mode: 0644]
juce/source/src/audio/plugin_host/formats/juce_VSTMidiEventList.h [new file with mode: 0644]
juce/source/src/audio/plugin_host/formats/juce_VSTPluginFormat.cpp [new file with mode: 0644]
juce/source/src/audio/plugin_host/formats/juce_VSTPluginFormat.h [new file with mode: 0644]
juce/source/src/audio/plugin_host/formats/juce_VSTPluginFormat.mm [new file with mode: 0644]
juce/source/src/audio/plugin_host/juce_AudioPluginFormat.cpp [new file with mode: 0644]
juce/source/src/audio/plugin_host/juce_AudioPluginFormat.h [new file with mode: 0644]
juce/source/src/audio/plugin_host/juce_AudioPluginFormatManager.cpp [new file with mode: 0644]
juce/source/src/audio/plugin_host/juce_AudioPluginFormatManager.h [new file with mode: 0644]
juce/source/src/audio/plugin_host/juce_AudioPluginInstance.cpp [new file with mode: 0644]
juce/source/src/audio/plugin_host/juce_AudioPluginInstance.h [new file with mode: 0644]
juce/source/src/audio/plugin_host/juce_KnownPluginList.cpp [new file with mode: 0644]
juce/source/src/audio/plugin_host/juce_KnownPluginList.h [new file with mode: 0644]
juce/source/src/audio/plugin_host/juce_PluginDescription.cpp [new file with mode: 0644]
juce/source/src/audio/plugin_host/juce_PluginDescription.h [new file with mode: 0644]
juce/source/src/audio/plugin_host/juce_PluginDirectoryScanner.cpp [new file with mode: 0644]
juce/source/src/audio/plugin_host/juce_PluginDirectoryScanner.h [new file with mode: 0644]
juce/source/src/audio/plugin_host/juce_PluginListComponent.cpp [new file with mode: 0644]
juce/source/src/audio/plugin_host/juce_PluginListComponent.h [new file with mode: 0644]
juce/source/src/audio/processors/juce_AudioPlayHead.h [new file with mode: 0644]
juce/source/src/audio/processors/juce_AudioProcessor.cpp [new file with mode: 0644]
juce/source/src/audio/processors/juce_AudioProcessor.h [new file with mode: 0644]
juce/source/src/audio/processors/juce_AudioProcessorEditor.cpp [new file with mode: 0644]
juce/source/src/audio/processors/juce_AudioProcessorEditor.h [new file with mode: 0644]
juce/source/src/audio/processors/juce_AudioProcessorGraph.cpp [new file with mode: 0644]
juce/source/src/audio/processors/juce_AudioProcessorGraph.h [new file with mode: 0644]
juce/source/src/audio/processors/juce_AudioProcessorListener.h [new file with mode: 0644]
juce/source/src/audio/processors/juce_AudioProcessorPlayer.cpp [new file with mode: 0644]
juce/source/src/audio/processors/juce_AudioProcessorPlayer.h [new file with mode: 0644]
juce/source/src/audio/processors/juce_GenericAudioProcessorEditor.cpp [new file with mode: 0644]
juce/source/src/audio/processors/juce_GenericAudioProcessorEditor.h [new file with mode: 0644]
juce/source/src/audio/synthesisers/juce_Sampler.cpp [new file with mode: 0644]
juce/source/src/audio/synthesisers/juce_Sampler.h [new file with mode: 0644]
juce/source/src/audio/synthesisers/juce_Synthesiser.cpp [new file with mode: 0644]
juce/source/src/audio/synthesisers/juce_Synthesiser.h [new file with mode: 0644]
juce/source/src/containers/juce_AbstractFifo.cpp [new file with mode: 0644]
juce/source/src/containers/juce_AbstractFifo.h [new file with mode: 0644]
juce/source/src/containers/juce_Array.h [new file with mode: 0644]
juce/source/src/containers/juce_ArrayAllocationBase.h [new file with mode: 0644]
juce/source/src/containers/juce_DynamicObject.cpp [new file with mode: 0644]
juce/source/src/containers/juce_DynamicObject.h [new file with mode: 0644]
juce/source/src/containers/juce_ElementComparator.h [new file with mode: 0644]
juce/source/src/containers/juce_HashMap.h [new file with mode: 0644]
juce/source/src/containers/juce_LinkedListPointer.h [new file with mode: 0644]
juce/source/src/containers/juce_NamedValueSet.cpp [new file with mode: 0644]
juce/source/src/containers/juce_NamedValueSet.h [new file with mode: 0644]
juce/source/src/containers/juce_OwnedArray.h [new file with mode: 0644]
juce/source/src/containers/juce_PropertySet.cpp [new file with mode: 0644]
juce/source/src/containers/juce_PropertySet.h [new file with mode: 0644]
juce/source/src/containers/juce_ReferenceCountedArray.h [new file with mode: 0644]
juce/source/src/containers/juce_ScopedValueSetter.h [new file with mode: 0644]
juce/source/src/containers/juce_SortedSet.h [new file with mode: 0644]
juce/source/src/containers/juce_SparseSet.h [new file with mode: 0644]
juce/source/src/containers/juce_Value.cpp [new file with mode: 0644]
juce/source/src/containers/juce_Value.h [new file with mode: 0644]
juce/source/src/containers/juce_ValueTree.cpp [new file with mode: 0644]
juce/source/src/containers/juce_ValueTree.h [new file with mode: 0644]
juce/source/src/containers/juce_Variant.cpp [new file with mode: 0644]
juce/source/src/containers/juce_Variant.h [new file with mode: 0644]
juce/source/src/core/juce_FileLogger.cpp [new file with mode: 0644]
juce/source/src/core/juce_FileLogger.h [new file with mode: 0644]
juce/source/src/core/juce_Initialisation.cpp [new file with mode: 0644]
juce/source/src/core/juce_Initialisation.h [new file with mode: 0644]
juce/source/src/core/juce_Logger.cpp [new file with mode: 0644]
juce/source/src/core/juce_Logger.h [new file with mode: 0644]
juce/source/src/core/juce_PerformanceCounter.cpp [new file with mode: 0644]
juce/source/src/core/juce_PerformanceCounter.h [new file with mode: 0644]
juce/source/src/core/juce_PlatformDefs.h [new file with mode: 0644]
juce/source/src/core/juce_PlatformUtilities.h [new file with mode: 0644]
juce/source/src/core/juce_RelativeTime.cpp [new file with mode: 0644]
juce/source/src/core/juce_RelativeTime.h [new file with mode: 0644]
juce/source/src/core/juce_Result.cpp [new file with mode: 0644]
juce/source/src/core/juce_Result.h [new file with mode: 0644]
juce/source/src/core/juce_Singleton.h [new file with mode: 0644]
juce/source/src/core/juce_StandardHeader.h [new file with mode: 0644]
juce/source/src/core/juce_SystemStats.cpp [new file with mode: 0644]
juce/source/src/core/juce_SystemStats.h [new file with mode: 0644]
juce/source/src/core/juce_TargetPlatform.h [new file with mode: 0644]
juce/source/src/core/juce_Time.cpp [new file with mode: 0644]
juce/source/src/core/juce_Time.h [new file with mode: 0644]
juce/source/src/core/juce_Uuid.cpp [new file with mode: 0644]
juce/source/src/core/juce_Uuid.h [new file with mode: 0644]
juce/source/src/cryptography/juce_BlowFish.cpp [new file with mode: 0644]
juce/source/src/cryptography/juce_BlowFish.h [new file with mode: 0644]
juce/source/src/cryptography/juce_MD5.cpp [new file with mode: 0644]
juce/source/src/cryptography/juce_MD5.h [new file with mode: 0644]
juce/source/src/cryptography/juce_Primes.cpp [new file with mode: 0644]
juce/source/src/cryptography/juce_Primes.h [new file with mode: 0644]
juce/source/src/cryptography/juce_RSAKey.cpp [new file with mode: 0644]
juce/source/src/cryptography/juce_RSAKey.h [new file with mode: 0644]
juce/source/src/events/juce_ActionBroadcaster.cpp [new file with mode: 0644]
juce/source/src/events/juce_ActionBroadcaster.h [new file with mode: 0644]
juce/source/src/events/juce_ActionListener.h [new file with mode: 0644]
juce/source/src/events/juce_AsyncUpdater.cpp [new file with mode: 0644]
juce/source/src/events/juce_AsyncUpdater.h [new file with mode: 0644]
juce/source/src/events/juce_CallbackMessage.h [new file with mode: 0644]
juce/source/src/events/juce_ChangeBroadcaster.cpp [new file with mode: 0644]
juce/source/src/events/juce_ChangeBroadcaster.h [new file with mode: 0644]
juce/source/src/events/juce_ChangeListener.h [new file with mode: 0644]
juce/source/src/events/juce_InterprocessConnection.cpp [new file with mode: 0644]
juce/source/src/events/juce_InterprocessConnection.h [new file with mode: 0644]
juce/source/src/events/juce_InterprocessConnectionServer.cpp [new file with mode: 0644]
juce/source/src/events/juce_InterprocessConnectionServer.h [new file with mode: 0644]
juce/source/src/events/juce_ListenerList.h [new file with mode: 0644]
juce/source/src/events/juce_Message.cpp [new file with mode: 0644]
juce/source/src/events/juce_Message.h [new file with mode: 0644]
juce/source/src/events/juce_MessageListener.cpp [new file with mode: 0644]
juce/source/src/events/juce_MessageListener.h [new file with mode: 0644]
juce/source/src/events/juce_MessageManager.cpp [new file with mode: 0644]
juce/source/src/events/juce_MessageManager.h [new file with mode: 0644]
juce/source/src/events/juce_MultiTimer.cpp [new file with mode: 0644]
juce/source/src/events/juce_MultiTimer.h [new file with mode: 0644]
juce/source/src/events/juce_Timer.cpp [new file with mode: 0644]
juce/source/src/events/juce_Timer.h [new file with mode: 0644]
juce/source/src/gui/components/buttons/juce_ArrowButton.cpp [new file with mode: 0644]
juce/source/src/gui/components/buttons/juce_ArrowButton.h [new file with mode: 0644]
juce/source/src/gui/components/buttons/juce_Button.cpp [new file with mode: 0644]
juce/source/src/gui/components/buttons/juce_Button.h [new file with mode: 0644]
juce/source/src/gui/components/buttons/juce_DrawableButton.cpp [new file with mode: 0644]
juce/source/src/gui/components/buttons/juce_DrawableButton.h [new file with mode: 0644]
juce/source/src/gui/components/buttons/juce_HyperlinkButton.cpp [new file with mode: 0644]
juce/source/src/gui/components/buttons/juce_HyperlinkButton.h [new file with mode: 0644]
juce/source/src/gui/components/buttons/juce_ImageButton.cpp [new file with mode: 0644]
juce/source/src/gui/components/buttons/juce_ImageButton.h [new file with mode: 0644]
juce/source/src/gui/components/buttons/juce_ShapeButton.cpp [new file with mode: 0644]
juce/source/src/gui/components/buttons/juce_ShapeButton.h [new file with mode: 0644]
juce/source/src/gui/components/buttons/juce_TextButton.cpp [new file with mode: 0644]
juce/source/src/gui/components/buttons/juce_TextButton.h [new file with mode: 0644]
juce/source/src/gui/components/buttons/juce_ToggleButton.cpp [new file with mode: 0644]
juce/source/src/gui/components/buttons/juce_ToggleButton.h [new file with mode: 0644]
juce/source/src/gui/components/buttons/juce_ToolbarButton.cpp [new file with mode: 0644]
juce/source/src/gui/components/buttons/juce_ToolbarButton.h [new file with mode: 0644]
juce/source/src/gui/components/code_editor/juce_CPlusPlusCodeTokeniser.cpp [new file with mode: 0644]
juce/source/src/gui/components/code_editor/juce_CPlusPlusCodeTokeniser.h [new file with mode: 0644]
juce/source/src/gui/components/code_editor/juce_CodeDocument.cpp [new file with mode: 0644]
juce/source/src/gui/components/code_editor/juce_CodeDocument.h [new file with mode: 0644]
juce/source/src/gui/components/code_editor/juce_CodeEditorComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/code_editor/juce_CodeEditorComponent.h [new file with mode: 0644]
juce/source/src/gui/components/code_editor/juce_CodeTokeniser.h [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_ComboBox.cpp [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_ComboBox.h [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_ImageComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_ImageComponent.h [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_Label.cpp [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_Label.h [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_ListBox.cpp [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_ListBox.h [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_ProgressBar.cpp [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_ProgressBar.h [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_Slider.cpp [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_Slider.h [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_TableHeaderComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_TableHeaderComponent.h [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_TableListBox.cpp [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_TableListBox.h [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_TextEditor.cpp [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_TextEditor.h [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_Toolbar.cpp [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_Toolbar.h [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_ToolbarItemComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_ToolbarItemComponent.h [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_ToolbarItemFactory.h [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_ToolbarItemPalette.cpp [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_ToolbarItemPalette.h [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_TreeView.cpp [new file with mode: 0644]
juce/source/src/gui/components/controls/juce_TreeView.h [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_DirectoryContentsDisplayComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_DirectoryContentsDisplayComponent.h [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_DirectoryContentsList.cpp [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_DirectoryContentsList.h [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_FileBrowserComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_FileBrowserComponent.h [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_FileBrowserListener.h [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_FileChooser.cpp [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_FileChooser.h [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_FileChooserDialogBox.cpp [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_FileChooserDialogBox.h [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_FileFilter.cpp [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_FileFilter.h [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_FileListComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_FileListComponent.h [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_FilePreviewComponent.h [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_FileSearchPathListComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_FileSearchPathListComponent.h [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_FileTreeComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_FileTreeComponent.h [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_FilenameComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_FilenameComponent.h [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_ImagePreviewComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_ImagePreviewComponent.h [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_WildcardFileFilter.cpp [new file with mode: 0644]
juce/source/src/gui/components/filebrowser/juce_WildcardFileFilter.h [new file with mode: 0644]
juce/source/src/gui/components/juce_Component.cpp [new file with mode: 0644]
juce/source/src/gui/components/juce_Component.h [new file with mode: 0644]
juce/source/src/gui/components/juce_ComponentListener.cpp [new file with mode: 0644]
juce/source/src/gui/components/juce_ComponentListener.h [new file with mode: 0644]
juce/source/src/gui/components/juce_Desktop.cpp [new file with mode: 0644]
juce/source/src/gui/components/juce_Desktop.h [new file with mode: 0644]
juce/source/src/gui/components/juce_ModalComponentManager.cpp [new file with mode: 0644]
juce/source/src/gui/components/juce_ModalComponentManager.h [new file with mode: 0644]
juce/source/src/gui/components/keyboard/juce_CaretComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/keyboard/juce_CaretComponent.h [new file with mode: 0644]
juce/source/src/gui/components/keyboard/juce_KeyListener.cpp [new file with mode: 0644]
juce/source/src/gui/components/keyboard/juce_KeyListener.h [new file with mode: 0644]
juce/source/src/gui/components/keyboard/juce_KeyMappingEditorComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/keyboard/juce_KeyMappingEditorComponent.h [new file with mode: 0644]
juce/source/src/gui/components/keyboard/juce_KeyPress.cpp [new file with mode: 0644]
juce/source/src/gui/components/keyboard/juce_KeyPress.h [new file with mode: 0644]
juce/source/src/gui/components/keyboard/juce_KeyPressMappingSet.cpp [new file with mode: 0644]
juce/source/src/gui/components/keyboard/juce_KeyPressMappingSet.h [new file with mode: 0644]
juce/source/src/gui/components/keyboard/juce_KeyboardFocusTraverser.cpp [new file with mode: 0644]
juce/source/src/gui/components/keyboard/juce_KeyboardFocusTraverser.h [new file with mode: 0644]
juce/source/src/gui/components/keyboard/juce_ModifierKeys.cpp [new file with mode: 0644]
juce/source/src/gui/components/keyboard/juce_ModifierKeys.h [new file with mode: 0644]
juce/source/src/gui/components/keyboard/juce_TextEditorKeyMapper.h [new file with mode: 0644]
juce/source/src/gui/components/keyboard/juce_TextInputTarget.h [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_ComponentAnimator.cpp [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_ComponentAnimator.h [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_ComponentBoundsConstrainer.cpp [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_ComponentBoundsConstrainer.h [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_ComponentBuilder.cpp [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_ComponentBuilder.h [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_ComponentMovementWatcher.cpp [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_ComponentMovementWatcher.h [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_GroupComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_GroupComponent.h [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_MultiDocumentPanel.cpp [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_MultiDocumentPanel.h [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_ResizableBorderComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_ResizableBorderComponent.h [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_ResizableCornerComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_ResizableCornerComponent.h [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_ResizableEdgeComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_ResizableEdgeComponent.h [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_ScrollBar.cpp [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_ScrollBar.h [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_StretchableLayoutManager.cpp [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_StretchableLayoutManager.h [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_StretchableLayoutResizerBar.cpp [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_StretchableLayoutResizerBar.h [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_StretchableObjectResizer.cpp [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_StretchableObjectResizer.h [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_TabbedButtonBar.cpp [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_TabbedButtonBar.h [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_TabbedComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_TabbedComponent.h [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_Viewport.cpp [new file with mode: 0644]
juce/source/src/gui/components/layout/juce_Viewport.h [new file with mode: 0644]
juce/source/src/gui/components/lookandfeel/juce_LookAndFeel.cpp [new file with mode: 0644]
juce/source/src/gui/components/lookandfeel/juce_LookAndFeel.h [new file with mode: 0644]
juce/source/src/gui/components/lookandfeel/juce_OldSchoolLookAndFeel.cpp [new file with mode: 0644]
juce/source/src/gui/components/lookandfeel/juce_OldSchoolLookAndFeel.h [new file with mode: 0644]
juce/source/src/gui/components/menus/juce_MenuBarComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/menus/juce_MenuBarComponent.h [new file with mode: 0644]
juce/source/src/gui/components/menus/juce_MenuBarModel.cpp [new file with mode: 0644]
juce/source/src/gui/components/menus/juce_MenuBarModel.h [new file with mode: 0644]
juce/source/src/gui/components/menus/juce_PopupMenu.cpp [new file with mode: 0644]
juce/source/src/gui/components/menus/juce_PopupMenu.h [new file with mode: 0644]
juce/source/src/gui/components/mouse/juce_ComponentDragger.cpp [new file with mode: 0644]
juce/source/src/gui/components/mouse/juce_ComponentDragger.h [new file with mode: 0644]
juce/source/src/gui/components/mouse/juce_DragAndDropContainer.cpp [new file with mode: 0644]
juce/source/src/gui/components/mouse/juce_DragAndDropContainer.h [new file with mode: 0644]
juce/source/src/gui/components/mouse/juce_DragAndDropTarget.h [new file with mode: 0644]
juce/source/src/gui/components/mouse/juce_FileDragAndDropTarget.h [new file with mode: 0644]
juce/source/src/gui/components/mouse/juce_LassoComponent.h [new file with mode: 0644]
juce/source/src/gui/components/mouse/juce_MouseCursor.cpp [new file with mode: 0644]
juce/source/src/gui/components/mouse/juce_MouseCursor.h [new file with mode: 0644]
juce/source/src/gui/components/mouse/juce_MouseEvent.cpp [new file with mode: 0644]
juce/source/src/gui/components/mouse/juce_MouseEvent.h [new file with mode: 0644]
juce/source/src/gui/components/mouse/juce_MouseInputSource.cpp [new file with mode: 0644]
juce/source/src/gui/components/mouse/juce_MouseInputSource.h [new file with mode: 0644]
juce/source/src/gui/components/mouse/juce_MouseListener.cpp [new file with mode: 0644]
juce/source/src/gui/components/mouse/juce_MouseListener.h [new file with mode: 0644]
juce/source/src/gui/components/mouse/juce_TooltipClient.h [new file with mode: 0644]
juce/source/src/gui/components/positioning/juce_MarkerList.cpp [new file with mode: 0644]
juce/source/src/gui/components/positioning/juce_MarkerList.h [new file with mode: 0644]
juce/source/src/gui/components/positioning/juce_RelativeCoordinate.cpp [new file with mode: 0644]
juce/source/src/gui/components/positioning/juce_RelativeCoordinate.h [new file with mode: 0644]
juce/source/src/gui/components/positioning/juce_RelativeCoordinatePositioner.cpp [new file with mode: 0644]
juce/source/src/gui/components/positioning/juce_RelativeCoordinatePositioner.h [new file with mode: 0644]
juce/source/src/gui/components/positioning/juce_RelativeParallelogram.cpp [new file with mode: 0644]
juce/source/src/gui/components/positioning/juce_RelativeParallelogram.h [new file with mode: 0644]
juce/source/src/gui/components/positioning/juce_RelativePoint.cpp [new file with mode: 0644]
juce/source/src/gui/components/positioning/juce_RelativePoint.h [new file with mode: 0644]
juce/source/src/gui/components/positioning/juce_RelativePointPath.cpp [new file with mode: 0644]
juce/source/src/gui/components/positioning/juce_RelativePointPath.h [new file with mode: 0644]
juce/source/src/gui/components/positioning/juce_RelativeRectangle.cpp [new file with mode: 0644]
juce/source/src/gui/components/positioning/juce_RelativeRectangle.h [new file with mode: 0644]
juce/source/src/gui/components/properties/juce_BooleanPropertyComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/properties/juce_BooleanPropertyComponent.h [new file with mode: 0644]
juce/source/src/gui/components/properties/juce_ButtonPropertyComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/properties/juce_ButtonPropertyComponent.h [new file with mode: 0644]
juce/source/src/gui/components/properties/juce_ChoicePropertyComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/properties/juce_ChoicePropertyComponent.h [new file with mode: 0644]
juce/source/src/gui/components/properties/juce_PropertyComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/properties/juce_PropertyComponent.h [new file with mode: 0644]
juce/source/src/gui/components/properties/juce_PropertyPanel.cpp [new file with mode: 0644]
juce/source/src/gui/components/properties/juce_PropertyPanel.h [new file with mode: 0644]
juce/source/src/gui/components/properties/juce_SliderPropertyComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/properties/juce_SliderPropertyComponent.h [new file with mode: 0644]
juce/source/src/gui/components/properties/juce_TextPropertyComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/properties/juce_TextPropertyComponent.h [new file with mode: 0644]
juce/source/src/gui/components/special/juce_ActiveXControlComponent.h [new file with mode: 0644]
juce/source/src/gui/components/special/juce_AudioDeviceSelectorComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/special/juce_AudioDeviceSelectorComponent.h [new file with mode: 0644]
juce/source/src/gui/components/special/juce_BubbleComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/special/juce_BubbleComponent.h [new file with mode: 0644]
juce/source/src/gui/components/special/juce_BubbleMessageComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/special/juce_BubbleMessageComponent.h [new file with mode: 0644]
juce/source/src/gui/components/special/juce_ColourSelector.cpp [new file with mode: 0644]
juce/source/src/gui/components/special/juce_ColourSelector.h [new file with mode: 0644]
juce/source/src/gui/components/special/juce_DirectShowComponent.h [new file with mode: 0644]
juce/source/src/gui/components/special/juce_DropShadower.cpp [new file with mode: 0644]
juce/source/src/gui/components/special/juce_DropShadower.h [new file with mode: 0644]
juce/source/src/gui/components/special/juce_MidiKeyboardComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/special/juce_MidiKeyboardComponent.h [new file with mode: 0644]
juce/source/src/gui/components/special/juce_NSViewComponent.h [new file with mode: 0644]
juce/source/src/gui/components/special/juce_OpenGLComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/special/juce_OpenGLComponent.h [new file with mode: 0644]
juce/source/src/gui/components/special/juce_PreferencesPanel.cpp [new file with mode: 0644]
juce/source/src/gui/components/special/juce_PreferencesPanel.h [new file with mode: 0644]
juce/source/src/gui/components/special/juce_QuickTimeMovieComponent.h [new file with mode: 0644]
juce/source/src/gui/components/special/juce_SystemTrayIconComponent.cpp [new file with mode: 0644]
juce/source/src/gui/components/special/juce_SystemTrayIconComponent.h [new file with mode: 0644]
juce/source/src/gui/components/special/juce_WebBrowserComponent.h [new file with mode: 0644]
juce/source/src/gui/components/windows/juce_AlertWindow.cpp [new file with mode: 0644]
juce/source/src/gui/components/windows/juce_AlertWindow.h [new file with mode: 0644]
juce/source/src/gui/components/windows/juce_CallOutBox.cpp [new file with mode: 0644]
juce/source/src/gui/components/windows/juce_CallOutBox.h [new file with mode: 0644]
juce/source/src/gui/components/windows/juce_ComponentPeer.cpp [new file with mode: 0644]
juce/source/src/gui/components/windows/juce_ComponentPeer.h [new file with mode: 0644]
juce/source/src/gui/components/windows/juce_DialogWindow.cpp [new file with mode: 0644]
juce/source/src/gui/components/windows/juce_DialogWindow.h [new file with mode: 0644]
juce/source/src/gui/components/windows/juce_DocumentWindow.cpp [new file with mode: 0644]
juce/source/src/gui/components/windows/juce_DocumentWindow.h [new file with mode: 0644]
juce/source/src/gui/components/windows/juce_NativeMessageBox.h [new file with mode: 0644]
juce/source/src/gui/components/windows/juce_ResizableWindow.cpp [new file with mode: 0644]
juce/source/src/gui/components/windows/juce_ResizableWindow.h [new file with mode: 0644]
juce/source/src/gui/components/windows/juce_SplashScreen.cpp [new file with mode: 0644]
juce/source/src/gui/components/windows/juce_SplashScreen.h [new file with mode: 0644]
juce/source/src/gui/components/windows/juce_ThreadWithProgressWindow.cpp [new file with mode: 0644]
juce/source/src/gui/components/windows/juce_ThreadWithProgressWindow.h [new file with mode: 0644]
juce/source/src/gui/components/windows/juce_TooltipWindow.cpp [new file with mode: 0644]
juce/source/src/gui/components/windows/juce_TooltipWindow.h [new file with mode: 0644]
juce/source/src/gui/components/windows/juce_TopLevelWindow.cpp [new file with mode: 0644]
juce/source/src/gui/components/windows/juce_TopLevelWindow.h [new file with mode: 0644]
juce/source/src/gui/graphics/colour/juce_Colour.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/colour/juce_Colour.h [new file with mode: 0644]
juce/source/src/gui/graphics/colour/juce_ColourGradient.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/colour/juce_ColourGradient.h [new file with mode: 0644]
juce/source/src/gui/graphics/colour/juce_Colours.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/colour/juce_Colours.h [new file with mode: 0644]
juce/source/src/gui/graphics/colour/juce_PixelFormats.h [new file with mode: 0644]
juce/source/src/gui/graphics/contexts/juce_EdgeTable.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/contexts/juce_EdgeTable.h [new file with mode: 0644]
juce/source/src/gui/graphics/contexts/juce_FillType.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/contexts/juce_FillType.h [new file with mode: 0644]
juce/source/src/gui/graphics/contexts/juce_Graphics.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/contexts/juce_Graphics.h [new file with mode: 0644]
juce/source/src/gui/graphics/contexts/juce_Justification.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/contexts/juce_Justification.h [new file with mode: 0644]
juce/source/src/gui/graphics/contexts/juce_LowLevelGraphicsContext.h [new file with mode: 0644]
juce/source/src/gui/graphics/contexts/juce_LowLevelGraphicsPostScriptRenderer.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/contexts/juce_LowLevelGraphicsPostScriptRenderer.h [new file with mode: 0644]
juce/source/src/gui/graphics/contexts/juce_LowLevelGraphicsSoftwareRenderer.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/contexts/juce_LowLevelGraphicsSoftwareRenderer.h [new file with mode: 0644]
juce/source/src/gui/graphics/contexts/juce_RectanglePlacement.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/contexts/juce_RectanglePlacement.h [new file with mode: 0644]
juce/source/src/gui/graphics/drawables/juce_Drawable.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/drawables/juce_Drawable.h [new file with mode: 0644]
juce/source/src/gui/graphics/drawables/juce_DrawableComposite.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/drawables/juce_DrawableComposite.h [new file with mode: 0644]
juce/source/src/gui/graphics/drawables/juce_DrawableImage.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/drawables/juce_DrawableImage.h [new file with mode: 0644]
juce/source/src/gui/graphics/drawables/juce_DrawablePath.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/drawables/juce_DrawablePath.h [new file with mode: 0644]
juce/source/src/gui/graphics/drawables/juce_DrawableRectangle.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/drawables/juce_DrawableRectangle.h [new file with mode: 0644]
juce/source/src/gui/graphics/drawables/juce_DrawableShape.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/drawables/juce_DrawableShape.h [new file with mode: 0644]
juce/source/src/gui/graphics/drawables/juce_DrawableText.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/drawables/juce_DrawableText.h [new file with mode: 0644]
juce/source/src/gui/graphics/drawables/juce_SVGParser.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/effects/juce_DropShadowEffect.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/effects/juce_DropShadowEffect.h [new file with mode: 0644]
juce/source/src/gui/graphics/effects/juce_GlowEffect.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/effects/juce_GlowEffect.h [new file with mode: 0644]
juce/source/src/gui/graphics/effects/juce_ImageEffectFilter.h [new file with mode: 0644]
juce/source/src/gui/graphics/fonts/juce_CustomTypeface.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/fonts/juce_CustomTypeface.h [new file with mode: 0644]
juce/source/src/gui/graphics/fonts/juce_Font.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/fonts/juce_Font.h [new file with mode: 0644]
juce/source/src/gui/graphics/fonts/juce_GlyphArrangement.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/fonts/juce_GlyphArrangement.h [new file with mode: 0644]
juce/source/src/gui/graphics/fonts/juce_TextLayout.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/fonts/juce_TextLayout.h [new file with mode: 0644]
juce/source/src/gui/graphics/fonts/juce_Typeface.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/fonts/juce_Typeface.h [new file with mode: 0644]
juce/source/src/gui/graphics/geometry/juce_AffineTransform.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/geometry/juce_AffineTransform.h [new file with mode: 0644]
juce/source/src/gui/graphics/geometry/juce_BorderSize.h [new file with mode: 0644]
juce/source/src/gui/graphics/geometry/juce_Line.h [new file with mode: 0644]
juce/source/src/gui/graphics/geometry/juce_Path.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/geometry/juce_Path.h [new file with mode: 0644]
juce/source/src/gui/graphics/geometry/juce_PathIterator.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/geometry/juce_PathIterator.h [new file with mode: 0644]
juce/source/src/gui/graphics/geometry/juce_PathStrokeType.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/geometry/juce_PathStrokeType.h [new file with mode: 0644]
juce/source/src/gui/graphics/geometry/juce_Point.h [new file with mode: 0644]
juce/source/src/gui/graphics/geometry/juce_Rectangle.h [new file with mode: 0644]
juce/source/src/gui/graphics/geometry/juce_RectangleList.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/geometry/juce_RectangleList.h [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/README [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/cderror.h [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/changes to libjpeg for JUCE.txt [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jcapimin.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jcapistd.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jccoefct.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jccolor.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jcdctmgr.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jchuff.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jchuff.h [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jcinit.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jcmainct.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jcmarker.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jcmaster.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jcomapi.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jconfig.h [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jcparam.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jcphuff.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jcprepct.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jcsample.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jctrans.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jdapimin.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jdapistd.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jdatasrc.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jdcoefct.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jdcolor.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jdct.h [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jddctmgr.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jdhuff.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jdhuff.h [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jdinput.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jdmainct.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jdmarker.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jdmaster.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jdmerge.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jdphuff.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jdpostct.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jdsample.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jdtrans.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jerror.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jerror.h [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jfdctflt.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jfdctfst.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jfdctint.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jidctflt.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jidctfst.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jidctint.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jidctred.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jinclude.h [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jmemmgr.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jmemnobs.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jmemsys.h [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jmorecfg.h [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jpegint.h [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jpeglib.h [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jquant1.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jquant2.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jutils.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/jversion.h [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/transupp.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/jpglib/transupp.h [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/juce_GIFLoader.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/juce_JPEGLoader.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/juce_PNGLoader.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/pnglib/LICENSE [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/pnglib/libpng_readme.txt [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/pnglib/png.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/pnglib/png.h [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/pnglib/pngconf.h [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/pnglib/pngerror.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/pnglib/pngget.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/pnglib/pngmem.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/pnglib/pngpread.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/pnglib/pngread.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/pnglib/pngrio.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/pnglib/pngrtran.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/pnglib/pngrutil.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/pnglib/pngset.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/pnglib/pngtrans.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/pnglib/pngwio.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/pnglib/pngwrite.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/pnglib/pngwtran.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/image_file_formats/pnglib/pngwutil.c [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/juce_CameraDevice.h [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/juce_Image.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/juce_Image.h [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/juce_ImageCache.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/juce_ImageCache.h [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/juce_ImageConvolutionKernel.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/juce_ImageConvolutionKernel.h [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/juce_ImageFileFormat.cpp [new file with mode: 0644]
juce/source/src/gui/graphics/imaging/juce_ImageFileFormat.h [new file with mode: 0644]
juce/source/src/io/files/juce_DirectoryIterator.cpp [new file with mode: 0644]
juce/source/src/io/files/juce_DirectoryIterator.h [new file with mode: 0644]
juce/source/src/io/files/juce_File.cpp [new file with mode: 0644]
juce/source/src/io/files/juce_File.h [new file with mode: 0644]
juce/source/src/io/files/juce_FileInputStream.cpp [new file with mode: 0644]
juce/source/src/io/files/juce_FileInputStream.h [new file with mode: 0644]
juce/source/src/io/files/juce_FileOutputStream.cpp [new file with mode: 0644]
juce/source/src/io/files/juce_FileOutputStream.h [new file with mode: 0644]
juce/source/src/io/files/juce_FileSearchPath.cpp [new file with mode: 0644]
juce/source/src/io/files/juce_FileSearchPath.h [new file with mode: 0644]
juce/source/src/io/files/juce_MemoryMappedFile.h [new file with mode: 0644]
juce/source/src/io/files/juce_NamedPipe.cpp [new file with mode: 0644]
juce/source/src/io/files/juce_NamedPipe.h [new file with mode: 0644]
juce/source/src/io/files/juce_TemporaryFile.cpp [new file with mode: 0644]
juce/source/src/io/files/juce_TemporaryFile.h [new file with mode: 0644]
juce/source/src/io/files/juce_ZipFile.cpp [new file with mode: 0644]
juce/source/src/io/files/juce_ZipFile.h [new file with mode: 0644]
juce/source/src/io/network/juce_MACAddress.cpp [new file with mode: 0644]
juce/source/src/io/network/juce_MACAddress.h [new file with mode: 0644]
juce/source/src/io/network/juce_Socket.cpp [new file with mode: 0644]
juce/source/src/io/network/juce_Socket.h [new file with mode: 0644]
juce/source/src/io/network/juce_URL.cpp [new file with mode: 0644]
juce/source/src/io/network/juce_URL.h [new file with mode: 0644]
juce/source/src/io/streams/juce_BufferedInputStream.cpp [new file with mode: 0644]
juce/source/src/io/streams/juce_BufferedInputStream.h [new file with mode: 0644]
juce/source/src/io/streams/juce_FileInputSource.cpp [new file with mode: 0644]
juce/source/src/io/streams/juce_FileInputSource.h [new file with mode: 0644]
juce/source/src/io/streams/juce_GZIPCompressorOutputStream.cpp [new file with mode: 0644]
juce/source/src/io/streams/juce_GZIPCompressorOutputStream.h [new file with mode: 0644]
juce/source/src/io/streams/juce_GZIPDecompressorInputStream.cpp [new file with mode: 0644]
juce/source/src/io/streams/juce_GZIPDecompressorInputStream.h [new file with mode: 0644]
juce/source/src/io/streams/juce_InputSource.h [new file with mode: 0644]
juce/source/src/io/streams/juce_InputStream.cpp [new file with mode: 0644]
juce/source/src/io/streams/juce_InputStream.h [new file with mode: 0644]
juce/source/src/io/streams/juce_MemoryInputStream.cpp [new file with mode: 0644]
juce/source/src/io/streams/juce_MemoryInputStream.h [new file with mode: 0644]
juce/source/src/io/streams/juce_MemoryOutputStream.cpp [new file with mode: 0644]
juce/source/src/io/streams/juce_MemoryOutputStream.h [new file with mode: 0644]
juce/source/src/io/streams/juce_OutputStream.cpp [new file with mode: 0644]
juce/source/src/io/streams/juce_OutputStream.h [new file with mode: 0644]
juce/source/src/io/streams/juce_SubregionStream.cpp [new file with mode: 0644]
juce/source/src/io/streams/juce_SubregionStream.h [new file with mode: 0644]
juce/source/src/io/streams/zlib/README [new file with mode: 0644]
juce/source/src/io/streams/zlib/adler32.c [new file with mode: 0644]
juce/source/src/io/streams/zlib/compress.c [new file with mode: 0644]
juce/source/src/io/streams/zlib/crc32.c [new file with mode: 0644]
juce/source/src/io/streams/zlib/crc32.h [new file with mode: 0644]
juce/source/src/io/streams/zlib/deflate.c [new file with mode: 0644]
juce/source/src/io/streams/zlib/deflate.h [new file with mode: 0644]
juce/source/src/io/streams/zlib/infback.c [new file with mode: 0644]
juce/source/src/io/streams/zlib/inffast.c [new file with mode: 0644]
juce/source/src/io/streams/zlib/inffast.h [new file with mode: 0644]
juce/source/src/io/streams/zlib/inffixed.h [new file with mode: 0644]
juce/source/src/io/streams/zlib/inflate.c [new file with mode: 0644]
juce/source/src/io/streams/zlib/inflate.h [new file with mode: 0644]
juce/source/src/io/streams/zlib/inftrees.c [new file with mode: 0644]
juce/source/src/io/streams/zlib/inftrees.h [new file with mode: 0644]
juce/source/src/io/streams/zlib/trees.c [new file with mode: 0644]
juce/source/src/io/streams/zlib/trees.h [new file with mode: 0644]
juce/source/src/io/streams/zlib/uncompr.c [new file with mode: 0644]
juce/source/src/io/streams/zlib/zconf.h [new file with mode: 0644]
juce/source/src/io/streams/zlib/zconf.in.h [new file with mode: 0644]
juce/source/src/io/streams/zlib/zlib.h [new file with mode: 0644]
juce/source/src/io/streams/zlib/zutil.c [new file with mode: 0644]
juce/source/src/io/streams/zlib/zutil.h [new file with mode: 0644]
juce/source/src/juce_DefineMacros.h [new file with mode: 0644]
juce/source/src/juce_WithoutMacros.h [new file with mode: 0644]
juce/source/src/juce_app_includes.h [new file with mode: 0644]
juce/source/src/juce_core_includes.h [new file with mode: 0644]
juce/source/src/maths/juce_BigInteger.cpp [new file with mode: 0644]
juce/source/src/maths/juce_BigInteger.h [new file with mode: 0644]
juce/source/src/maths/juce_Expression.cpp [new file with mode: 0644]
juce/source/src/maths/juce_Expression.h [new file with mode: 0644]
juce/source/src/maths/juce_MathsFunctions.h [new file with mode: 0644]
juce/source/src/maths/juce_Random.cpp [new file with mode: 0644]
juce/source/src/maths/juce_Random.h [new file with mode: 0644]
juce/source/src/maths/juce_Range.h [new file with mode: 0644]
juce/source/src/memory/juce_Atomic.h [new file with mode: 0644]
juce/source/src/memory/juce_ByteOrder.h [new file with mode: 0644]
juce/source/src/memory/juce_HeapBlock.h [new file with mode: 0644]
juce/source/src/memory/juce_LeakedObjectDetector.h [new file with mode: 0644]
juce/source/src/memory/juce_Memory.h [new file with mode: 0644]
juce/source/src/memory/juce_MemoryBlock.cpp [new file with mode: 0644]
juce/source/src/memory/juce_MemoryBlock.h [new file with mode: 0644]
juce/source/src/memory/juce_OptionalScopedPointer.h [new file with mode: 0644]
juce/source/src/memory/juce_ReferenceCountedObject.h [new file with mode: 0644]
juce/source/src/memory/juce_ScopedPointer.h [new file with mode: 0644]
juce/source/src/memory/juce_WeakReference.h [new file with mode: 0644]
juce/source/src/native/android/java/ComponentPeerView.java [new file with mode: 0644]
juce/source/src/native/android/java/JuceAppActivity.java [new file with mode: 0644]
juce/source/src/native/android/juce_android_Audio.cpp [new file with mode: 0644]
juce/source/src/native/android/juce_android_CameraDevice.cpp [new file with mode: 0644]
juce/source/src/native/android/juce_android_FileChooser.cpp [new file with mode: 0644]
juce/source/src/native/android/juce_android_Files.cpp [new file with mode: 0644]
juce/source/src/native/android/juce_android_Fonts.cpp [new file with mode: 0644]
juce/source/src/native/android/juce_android_GraphicsContext.cpp [new file with mode: 0644]
juce/source/src/native/android/juce_android_Messaging.cpp [new file with mode: 0644]
juce/source/src/native/android/juce_android_Midi.cpp [new file with mode: 0644]
juce/source/src/native/android/juce_android_Misc.cpp [new file with mode: 0644]
juce/source/src/native/android/juce_android_NativeCode.cpp [new file with mode: 0644]
juce/source/src/native/android/juce_android_NativeIncludes.h [new file with mode: 0644]
juce/source/src/native/android/juce_android_Network.cpp [new file with mode: 0644]
juce/source/src/native/android/juce_android_OpenGLComponent.cpp [new file with mode: 0644]
juce/source/src/native/android/juce_android_SystemStats.cpp [new file with mode: 0644]
juce/source/src/native/android/juce_android_Threads.cpp [new file with mode: 0644]
juce/source/src/native/android/juce_android_WebBrowserComponent.cpp [new file with mode: 0644]
juce/source/src/native/android/juce_android_Windowing.cpp [new file with mode: 0644]
juce/source/src/native/common/juce_MidiDataConcatenator.h [new file with mode: 0644]
juce/source/src/native/common/juce_posix_NamedPipe.cpp [new file with mode: 0644]
juce/source/src/native/common/juce_posix_SharedCode.h [new file with mode: 0644]
juce/source/src/native/linux/juce_linux_Audio.cpp [new file with mode: 0644]
juce/source/src/native/linux/juce_linux_AudioCDReader.cpp [new file with mode: 0644]
juce/source/src/native/linux/juce_linux_Clipboard.cpp [new file with mode: 0644]
juce/source/src/native/linux/juce_linux_FileChooser.cpp [new file with mode: 0644]
juce/source/src/native/linux/juce_linux_Files.cpp [new file with mode: 0644]
juce/source/src/native/linux/juce_linux_Fonts.cpp [new file with mode: 0644]
juce/source/src/native/linux/juce_linux_JackAudio.cpp [new file with mode: 0644]
juce/source/src/native/linux/juce_linux_Messaging.cpp [new file with mode: 0644]
juce/source/src/native/linux/juce_linux_Midi.cpp [new file with mode: 0644]
juce/source/src/native/linux/juce_linux_NativeCode.cpp [new file with mode: 0644]
juce/source/src/native/linux/juce_linux_NativeIncludes.h [new file with mode: 0644]
juce/source/src/native/linux/juce_linux_Network.cpp [new file with mode: 0644]
juce/source/src/native/linux/juce_linux_SystemStats.cpp [new file with mode: 0644]
juce/source/src/native/linux/juce_linux_Threads.cpp [new file with mode: 0644]
juce/source/src/native/linux/juce_linux_WebBrowserComponent.cpp [new file with mode: 0644]
juce/source/src/native/linux/juce_linux_Windowing.cpp [new file with mode: 0644]
juce/source/src/native/mac/juce_ios_Audio.cpp [new file with mode: 0644]
juce/source/src/native/mac/juce_ios_MessageManager.mm [new file with mode: 0644]
juce/source/src/native/mac/juce_ios_MiscUtilities.mm [new file with mode: 0644]
juce/source/src/native/mac/juce_ios_UIViewComponentPeer.mm [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_AppleRemote.mm [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_AudioCDBurner.mm [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_AudioCDReader.mm [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_CameraDevice.mm [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_CarbonViewWrapperComponent.h [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_CoreAudio.cpp [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_CoreGraphicsContext.mm [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_CoreMidi.cpp [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_Debugging.mm [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_FileChooser.mm [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_Files.mm [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_Fonts.mm [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_MainMenu.mm [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_MessageManager.mm [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_MiscUtilities.mm [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_MouseCursor.mm [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_NSViewComponent.mm [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_NSViewComponentPeer.mm [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_NativeCode.mm [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_NativeIncludes.h [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_Network.mm [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_ObjCSuffix.h [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_OpenGLComponent.mm [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_QuickTimeMovieComponent.mm [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_Strings.mm [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_SystemStats.mm [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_Threads.mm [new file with mode: 0644]
juce/source/src/native/mac/juce_mac_WebBrowserComponent.mm [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_ASIO.cpp [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_ActiveXComponent.cpp [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_AudioCDReader.cpp [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_AutoLinkLibraries.h [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_CameraDevice.cpp [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_Direct2DGraphicsContext.cpp [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_DirectShowComponent.cpp [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_DirectSound.cpp [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_DynamicLibraryLoader.h [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_FileChooser.cpp [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_Files.cpp [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_Fonts.cpp [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_Messaging.cpp [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_Midi.cpp [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_Misc.cpp [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_NativeCode.cpp [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_NativeIncludes.h [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_Network.cpp [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_OpenGLComponent.cpp [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_PlatformUtils.cpp [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_QuickTimeMovieComponent.cpp [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_SystemStats.cpp [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_Threads.cpp [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_WASAPI.cpp [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_WebBrowserComponent.cpp [new file with mode: 0644]
juce/source/src/native/windows/juce_win32_Windowing.cpp [new file with mode: 0644]
juce/source/src/text/juce_CharPointer_ASCII.h [new file with mode: 0644]
juce/source/src/text/juce_CharPointer_UTF16.h [new file with mode: 0644]
juce/source/src/text/juce_CharPointer_UTF32.h [new file with mode: 0644]
juce/source/src/text/juce_CharPointer_UTF8.h [new file with mode: 0644]
juce/source/src/text/juce_CharacterFunctions.cpp [new file with mode: 0644]
juce/source/src/text/juce_CharacterFunctions.h [new file with mode: 0644]
juce/source/src/text/juce_Identifier.cpp [new file with mode: 0644]
juce/source/src/text/juce_Identifier.h [new file with mode: 0644]
juce/source/src/text/juce_JSON.cpp [new file with mode: 0644]
juce/source/src/text/juce_JSON.h [new file with mode: 0644]
juce/source/src/text/juce_LocalisedStrings.cpp [new file with mode: 0644]
juce/source/src/text/juce_LocalisedStrings.h [new file with mode: 0644]
juce/source/src/text/juce_NewLine.h [new file with mode: 0644]
juce/source/src/text/juce_String.cpp [new file with mode: 0644]
juce/source/src/text/juce_String.h [new file with mode: 0644]
juce/source/src/text/juce_StringArray.cpp [new file with mode: 0644]
juce/source/src/text/juce_StringArray.h [new file with mode: 0644]
juce/source/src/text/juce_StringPairArray.cpp [new file with mode: 0644]
juce/source/src/text/juce_StringPairArray.h [new file with mode: 0644]
juce/source/src/text/juce_StringPool.cpp [new file with mode: 0644]
juce/source/src/text/juce_StringPool.h [new file with mode: 0644]
juce/source/src/text/juce_XmlDocument.cpp [new file with mode: 0644]
juce/source/src/text/juce_XmlDocument.h [new file with mode: 0644]
juce/source/src/text/juce_XmlElement.cpp [new file with mode: 0644]
juce/source/src/text/juce_XmlElement.h [new file with mode: 0644]
juce/source/src/threads/juce_CriticalSection.h [new file with mode: 0644]
juce/source/src/threads/juce_InterProcessLock.h [new file with mode: 0644]
juce/source/src/threads/juce_Process.h [new file with mode: 0644]
juce/source/src/threads/juce_ReadWriteLock.cpp [new file with mode: 0644]
juce/source/src/threads/juce_ReadWriteLock.h [new file with mode: 0644]
juce/source/src/threads/juce_ScopedLock.h [new file with mode: 0644]
juce/source/src/threads/juce_ScopedReadLock.h [new file with mode: 0644]
juce/source/src/threads/juce_ScopedWriteLock.h [new file with mode: 0644]
juce/source/src/threads/juce_SpinLock.h [new file with mode: 0644]
juce/source/src/threads/juce_Thread.cpp [new file with mode: 0644]
juce/source/src/threads/juce_Thread.h [new file with mode: 0644]
juce/source/src/threads/juce_ThreadPool.cpp [new file with mode: 0644]
juce/source/src/threads/juce_ThreadPool.h [new file with mode: 0644]
juce/source/src/threads/juce_TimeSliceThread.cpp [new file with mode: 0644]
juce/source/src/threads/juce_TimeSliceThread.h [new file with mode: 0644]
juce/source/src/threads/juce_WaitableEvent.h [new file with mode: 0644]
juce/source/src/utilities/juce_DeletedAtShutdown.cpp [new file with mode: 0644]
juce/source/src/utilities/juce_DeletedAtShutdown.h [new file with mode: 0644]
juce/source/src/utilities/juce_FileBasedDocument.cpp [new file with mode: 0644]
juce/source/src/utilities/juce_FileBasedDocument.h [new file with mode: 0644]
juce/source/src/utilities/juce_PropertiesFile.cpp [new file with mode: 0644]
juce/source/src/utilities/juce_PropertiesFile.h [new file with mode: 0644]
juce/source/src/utilities/juce_RecentlyOpenedFilesList.cpp [new file with mode: 0644]
juce/source/src/utilities/juce_RecentlyOpenedFilesList.h [new file with mode: 0644]
juce/source/src/utilities/juce_SelectedItemSet.h [new file with mode: 0644]
juce/source/src/utilities/juce_SystemClipboard.h [new file with mode: 0644]
juce/source/src/utilities/juce_UndoManager.cpp [new file with mode: 0644]
juce/source/src/utilities/juce_UndoManager.h [new file with mode: 0644]
juce/source/src/utilities/juce_UndoableAction.h [new file with mode: 0644]
juce/source/src/utilities/juce_UnitTest.cpp [new file with mode: 0644]
juce/source/src/utilities/juce_UnitTest.h [new file with mode: 0644]