This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Renamed the folder containing the browser plugin module, to make the folder name match the module ID.
tags/2021-05-28
jules
12 years ago
parent
98f17ab4dc
commit
ddf5394108
23 changed files
with
0 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-0
modules/juce_browser_plugin_client/How to build a browser plugin.txt
+0
-0
modules/juce_browser_plugin_client/juce_browser_plugin.cpp
+0
-0
modules/juce_browser_plugin_client/juce_browser_plugin.h
+0
-0
modules/juce_browser_plugin_client/juce_browser_plugin.mm
+0
-0
modules/juce_browser_plugin_client/juce_module_info
+0
-0
modules/juce_browser_plugin_client/wrapper/juce_ActiveX_GlueCode.cpp
+0
-0
modules/juce_browser_plugin_client/wrapper/juce_BrowserPluginComponent.h
+0
-0
modules/juce_browser_plugin_client/wrapper/juce_NPAPI_GlueCode.cpp
+0
-0
modules/juce_browser_plugin_client/wrapper/juce_NPAPI_MacResource.r
+0
-0
modules/juce_browser_plugin_client/wrapper/juce_NPAPI_WinResource.rc
+0
-0
modules/juce_browser_plugin_client/wrapper/npapi/ReadMe.txt
+0
-0
modules/juce_browser_plugin_client/wrapper/npapi/jni.h
+0
-0
modules/juce_browser_plugin_client/wrapper/npapi/jni_md.h
+0
-0
modules/juce_browser_plugin_client/wrapper/npapi/jri.h
+0
-0
modules/juce_browser_plugin_client/wrapper/npapi/jri_md.h
+0
-0
modules/juce_browser_plugin_client/wrapper/npapi/jritypes.h
+0
-0
modules/juce_browser_plugin_client/wrapper/npapi/npapi.h
+0
-0
modules/juce_browser_plugin_client/wrapper/npapi/npruntime.h
+0
-0
modules/juce_browser_plugin_client/wrapper/npapi/nptypes.h
+0
-0
modules/juce_browser_plugin_client/wrapper/npapi/npupp.h
+0
-0
modules/juce_browser_plugin_client/wrapper/npapi/obsolete/protypes.h
+0
-0
modules/juce_browser_plugin_client/wrapper/npapi/prcpucfg.h
+0
-0
modules/juce_browser_plugin_client/wrapper/npapi/prtypes.h
modules/juce_browser_plugin/How to build a browser plugin.txt → modules/juce_browser_plugin_client/How to build a browser plugin.txt
View File
modules/juce_browser_plugin/juce_browser_plugin.cpp → modules/juce_browser_plugin_client/juce_browser_plugin.cpp
View File
modules/juce_browser_plugin/juce_browser_plugin.h → modules/juce_browser_plugin_client/juce_browser_plugin.h
View File
modules/juce_browser_plugin/juce_browser_plugin.mm → modules/juce_browser_plugin_client/juce_browser_plugin.mm
View File
modules/juce_browser_plugin/juce_module_info → modules/juce_browser_plugin_client/juce_module_info
View File
modules/juce_browser_plugin/wrapper/juce_ActiveX_GlueCode.cpp → modules/juce_browser_plugin_client/wrapper/juce_ActiveX_GlueCode.cpp
View File
modules/juce_browser_plugin/wrapper/juce_BrowserPluginComponent.h → modules/juce_browser_plugin_client/wrapper/juce_BrowserPluginComponent.h
View File
modules/juce_browser_plugin/wrapper/juce_NPAPI_GlueCode.cpp → modules/juce_browser_plugin_client/wrapper/juce_NPAPI_GlueCode.cpp
View File
modules/juce_browser_plugin/wrapper/juce_NPAPI_MacResource.r → modules/juce_browser_plugin_client/wrapper/juce_NPAPI_MacResource.r
View File
modules/juce_browser_plugin/wrapper/juce_NPAPI_WinResource.rc → modules/juce_browser_plugin_client/wrapper/juce_NPAPI_WinResource.rc
View File
modules/juce_browser_plugin/wrapper/npapi/ReadMe.txt → modules/juce_browser_plugin_client/wrapper/npapi/ReadMe.txt
View File
modules/juce_browser_plugin/wrapper/npapi/jni.h → modules/juce_browser_plugin_client/wrapper/npapi/jni.h
View File
modules/juce_browser_plugin/wrapper/npapi/jni_md.h → modules/juce_browser_plugin_client/wrapper/npapi/jni_md.h
View File
modules/juce_browser_plugin/wrapper/npapi/jri.h → modules/juce_browser_plugin_client/wrapper/npapi/jri.h
View File
modules/juce_browser_plugin/wrapper/npapi/jri_md.h → modules/juce_browser_plugin_client/wrapper/npapi/jri_md.h
View File
modules/juce_browser_plugin/wrapper/npapi/jritypes.h → modules/juce_browser_plugin_client/wrapper/npapi/jritypes.h
View File
modules/juce_browser_plugin/wrapper/npapi/npapi.h → modules/juce_browser_plugin_client/wrapper/npapi/npapi.h
View File
modules/juce_browser_plugin/wrapper/npapi/npruntime.h → modules/juce_browser_plugin_client/wrapper/npapi/npruntime.h
View File
modules/juce_browser_plugin/wrapper/npapi/nptypes.h → modules/juce_browser_plugin_client/wrapper/npapi/nptypes.h
View File
modules/juce_browser_plugin/wrapper/npapi/npupp.h → modules/juce_browser_plugin_client/wrapper/npapi/npupp.h
View File
modules/juce_browser_plugin/wrapper/npapi/obsolete/protypes.h → modules/juce_browser_plugin_client/wrapper/npapi/obsolete/protypes.h
View File
modules/juce_browser_plugin/wrapper/npapi/prcpucfg.h → modules/juce_browser_plugin_client/wrapper/npapi/prcpucfg.h
View File
modules/juce_browser_plugin/wrapper/npapi/prtypes.h → modules/juce_browser_plugin_client/wrapper/npapi/prtypes.h
View File
Write
Preview
Loading…
Cancel
Save