diff options
26 files changed, 13 insertions, 116 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 8aa9e96ed..294f16cd1 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -1,5 +1,8 @@ +This list is probably completely out of date... +anyone the guts to remove it? :) +-mbien + Random, somewhat old to-do list: -(See Issue Tracker on http://jogl.dev.java.net/ for current high-priority issues) - Non-const array types must be properly released with JNI_COMMIT in order to see side effects if the array was copied. diff --git a/doc/deployment/JOGL-DEPLOYMENT.html b/doc/deployment/JOGL-DEPLOYMENT.html index da5becb91..b54bc6406 100644 --- a/doc/deployment/JOGL-DEPLOYMENT.html +++ b/doc/deployment/JOGL-DEPLOYMENT.html @@ -21,8 +21,8 @@ <li><a href="../../../demos/www/">Demos</a></li> <li><a href="../../../wiki/">Wiki</a></li> <li><a href="../../../deployment/jogl-next/javadoc_public/">JavaDoc</a></li> - <li><a href="../../blog/">Blogs</a></li> - <li><a href="../../forum.html">Forums</a></li> + <li><a href="../../../blog/">Blogs</a></li> + <li><a href="../../../forum.html">Forums</a></li> </ul> </div> <div id="main"> diff --git a/doc/differences-from-gl4java.txt b/doc/differences-from-gl4java.txt index 9114c89cf..30c6c090b 100644 --- a/doc/differences-from-gl4java.txt +++ b/doc/differences-from-gl4java.txt @@ -1,3 +1,4 @@ +JOGL 1.x: - GLContext is no longer exposed in the public API. - No more GLAnimCanvas/GLAnimJPanel variants. To perform animation, attach an Animator to a GLDrawable. diff --git a/doc/userguide/index.html b/doc/userguide/index.html index 3d693eb95..aa0645bf9 100644 --- a/doc/userguide/index.html +++ b/doc/userguide/index.html @@ -23,9 +23,11 @@ <li><a href="../../../deployment/jogl-next/javadoc_public/">JavaDoc</a></li> </ul> </div> - <div id="main" class="fill"> - - + <div id="main"> + <div id="text" class="fill"> + <h2><font color="red">WARNING: This document has not been updated for a long time.</font></h2> + <br/> + <br/> <UL> <LI> Overview @@ -999,6 +1001,7 @@ href="http://javagaming.org/forums/index.php?topic=4217.0">"JOGL 1.1 released"</a>. + </div> </div> <div id="footer"> <div id="footer_left"> diff --git a/www/alm-process/snippets/page.xml b/www/alm-process/snippets/page.xml deleted file mode 100644 index 725def6ed..000000000 --- a/www/alm-process/snippets/page.xml +++ /dev/null @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<page visibility="1"><component_list><component visibility="1" type="ProjectMetadata" order="1"><title localize="false"></title></component><component visibility="1" type="Html" order="2"><title localize="false"></title><filename>index.html</filename></component><component visibility="1" type="Subproject" order="3"><title localize="true">Subprojects</title></component></component_list></page>
diff --git a/www/webstart/jogl-1-1.jar b/www/webstart/jogl-1-1.jar Binary files differdeleted file mode 100644 index 3dc5d5109..000000000 --- a/www/webstart/jogl-1-1.jar +++ /dev/null diff --git a/www/webstart/jogl-1-1.jnlp b/www/webstart/jogl-1-1.jnlp deleted file mode 100755 index 25b0eb264..000000000 --- a/www/webstart/jogl-1-1.jnlp +++ /dev/null @@ -1,36 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<jnlp codebase="https://jogl.dev.java.net/webstart/" - href="jogl-1-1.jnlp"> - <information> - <title>JOGL</title> - <vendor>Sun Microsystems, Inc.</vendor> - <homepage href="http://jogl.dev.java.net/"/> - <description>JOGL</description> - <description kind="short">Java programming language binding for the OpenGL 3D graphics API.</description> - <offline-allowed/> - </information> - <security> - <all-permissions/> - </security> - - <resources> - <jar href="jogl-1-1.jar" /> - </resources> - <resources os="Windows"> - <nativelib href = "jogl-natives-win32-1-1.jar" /> - </resources> - <resources os="SunOS" arch="sparc"> - <nativelib href = "jogl-natives-solsparc-1-1.jar" /> - </resources> - <resources os="SunOS" arch="x86"> - <nativelib href = "jogl-natives-solx86-1-1.jar" /> - </resources> - <resources os="Linux"> - <nativelib href = "jogl-natives-linux-1-1.jar" /> - </resources> - <resources os="Mac OS X"> - <nativelib href = "jogl-natives-macosx-1-1.jar" /> - </resources> - - <component-desc /> -</jnlp> diff --git a/www/webstart/jogl-jsr-231.jar b/www/webstart/jogl-jsr-231.jar Binary files differdeleted file mode 100644 index 49840ee19..000000000 --- a/www/webstart/jogl-jsr-231.jar +++ /dev/null diff --git a/www/webstart/jogl-jsr-231.jnlp b/www/webstart/jogl-jsr-231.jnlp deleted file mode 100644 index 8efa7c796..000000000 --- a/www/webstart/jogl-jsr-231.jnlp +++ /dev/null @@ -1,36 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<jnlp codebase="https://jogl.dev.java.net/webstart/" - href="jogl-jsr-231.jnlp"> - <information> - <title>JOGL</title> - <vendor>Sun Microsystems, Inc.</vendor> - <homepage href="http://jogl.dev.java.net/"/> - <description>JOGL - JSR-231 Test Build</description> - <description kind="short">Java programming language binding for the OpenGL 3D graphics API. (Test build of JSR-231 APIs)</description> - <offline-allowed/> - </information> - <security> - <all-permissions/> - </security> - - <resources> - <jar href="jogl-jsr-231.jar" /> - </resources> - <resources os="Windows"> - <nativelib href = "jogl-natives-win32-jsr-231.jar" /> - </resources> - <resources os="SunOS" arch="sparc"> - <nativelib href = "jogl-natives-solsparc-jsr-231.jar" /> - </resources> - <resources os="SunOS" arch="x86"> - <nativelib href = "jogl-natives-solx86-jsr-231.jar" /> - </resources> - <resources os="Linux"> - <nativelib href = "jogl-natives-linux-jsr-231.jar" /> - </resources> - <resources os="Mac OS X"> - <nativelib href = "jogl-natives-macosx-jsr-231.jar" /> - </resources> - - <component-desc /> -</jnlp> diff --git a/www/webstart/jogl-natives-linux-1-1.jar b/www/webstart/jogl-natives-linux-1-1.jar Binary files differdeleted file mode 100644 index 3b075a21a..000000000 --- a/www/webstart/jogl-natives-linux-1-1.jar +++ /dev/null diff --git a/www/webstart/jogl-natives-linux-jsr-231.jar b/www/webstart/jogl-natives-linux-jsr-231.jar Binary files differdeleted file mode 100644 index c13fbf4eb..000000000 --- a/www/webstart/jogl-natives-linux-jsr-231.jar +++ /dev/null diff --git a/www/webstart/jogl-natives-linux.jar b/www/webstart/jogl-natives-linux.jar Binary files differdeleted file mode 100644 index 3b075a21a..000000000 --- a/www/webstart/jogl-natives-linux.jar +++ /dev/null diff --git a/www/webstart/jogl-natives-macosx-1-1.jar b/www/webstart/jogl-natives-macosx-1-1.jar Binary files differdeleted file mode 100644 index 80e919660..000000000 --- a/www/webstart/jogl-natives-macosx-1-1.jar +++ /dev/null diff --git a/www/webstart/jogl-natives-macosx-jsr-231.jar b/www/webstart/jogl-natives-macosx-jsr-231.jar Binary files differdeleted file mode 100644 index a211481bb..000000000 --- a/www/webstart/jogl-natives-macosx-jsr-231.jar +++ /dev/null diff --git a/www/webstart/jogl-natives-macosx.jar b/www/webstart/jogl-natives-macosx.jar Binary files differdeleted file mode 100644 index 80e919660..000000000 --- a/www/webstart/jogl-natives-macosx.jar +++ /dev/null diff --git a/www/webstart/jogl-natives-solsparc-1-1.jar b/www/webstart/jogl-natives-solsparc-1-1.jar Binary files differdeleted file mode 100644 index 2e1b4caf0..000000000 --- a/www/webstart/jogl-natives-solsparc-1-1.jar +++ /dev/null diff --git a/www/webstart/jogl-natives-solsparc-jsr-231.jar b/www/webstart/jogl-natives-solsparc-jsr-231.jar Binary files differdeleted file mode 100644 index e88eafe87..000000000 --- a/www/webstart/jogl-natives-solsparc-jsr-231.jar +++ /dev/null diff --git a/www/webstart/jogl-natives-solsparc.jar b/www/webstart/jogl-natives-solsparc.jar Binary files differdeleted file mode 100644 index 2e1b4caf0..000000000 --- a/www/webstart/jogl-natives-solsparc.jar +++ /dev/null diff --git a/www/webstart/jogl-natives-solx86-1-1.jar b/www/webstart/jogl-natives-solx86-1-1.jar Binary files differdeleted file mode 100755 index 28d11ac07..000000000 --- a/www/webstart/jogl-natives-solx86-1-1.jar +++ /dev/null diff --git a/www/webstart/jogl-natives-solx86-jsr-231.jar b/www/webstart/jogl-natives-solx86-jsr-231.jar Binary files differdeleted file mode 100644 index e0f2eafd0..000000000 --- a/www/webstart/jogl-natives-solx86-jsr-231.jar +++ /dev/null diff --git a/www/webstart/jogl-natives-solx86.jar b/www/webstart/jogl-natives-solx86.jar Binary files differdeleted file mode 100755 index 28d11ac07..000000000 --- a/www/webstart/jogl-natives-solx86.jar +++ /dev/null diff --git a/www/webstart/jogl-natives-win32-1-1.jar b/www/webstart/jogl-natives-win32-1-1.jar Binary files differdeleted file mode 100644 index ce819c534..000000000 --- a/www/webstart/jogl-natives-win32-1-1.jar +++ /dev/null diff --git a/www/webstart/jogl-natives-win32-jsr-231.jar b/www/webstart/jogl-natives-win32-jsr-231.jar Binary files differdeleted file mode 100644 index 7fcb2896d..000000000 --- a/www/webstart/jogl-natives-win32-jsr-231.jar +++ /dev/null diff --git a/www/webstart/jogl-natives-win32.jar b/www/webstart/jogl-natives-win32.jar Binary files differdeleted file mode 100644 index ce819c534..000000000 --- a/www/webstart/jogl-natives-win32.jar +++ /dev/null diff --git a/www/webstart/jogl.jar b/www/webstart/jogl.jar Binary files differdeleted file mode 100644 index 3dc5d5109..000000000 --- a/www/webstart/jogl.jar +++ /dev/null diff --git a/www/webstart/jogl.jnlp b/www/webstart/jogl.jnlp deleted file mode 100644 index 70de4bbd9..000000000 --- a/www/webstart/jogl.jnlp +++ /dev/null @@ -1,36 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<jnlp codebase="https://jogl.dev.java.net/webstart/" - href="jogl.jnlp"> - <information> - <title>JOGL</title> - <vendor>Sun Microsystems, Inc.</vendor> - <homepage href="http://jogl.dev.java.net/"/> - <description>JOGL</description> - <description kind="short">Java programming language binding for the OpenGL 3D graphics API.</description> - <offline-allowed/> - </information> - <security> - <all-permissions/> - </security> - - <resources> - <jar href="jogl.jar" /> - </resources> - <resources os="Windows"> - <nativelib href = "jogl-natives-win32.jar" /> - </resources> - <resources os="SunOS" arch="sparc"> - <nativelib href = "jogl-natives-solsparc.jar" /> - </resources> - <resources os="SunOS" arch="x86"> - <nativelib href = "jogl-natives-solx86.jar" /> - </resources> - <resources os="Linux"> - <nativelib href = "jogl-natives-linux.jar" /> - </resources> - <resources os="Mac OS X"> - <nativelib href = "jogl-natives-macosx.jar" /> - </resources> - - <component-desc /> -</jnlp> |