Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | JogAmp'fying home pageHEADmaster | Sven Gothel | 2011-09-17 | 1 | -12/+46 |
| | |||||
* | Add eclipse project | Sven Gothel | 2011-09-17 | 2 | -0/+23 |
| | |||||
* | Allow jnlpExtension to be relative from document-base | Sven Gothel | 2011-09-17 | 1 | -1/+9 |
| | |||||
* | www: add proper redirection to folder www | Sven Gothel | 2010-05-08 | 1 | -0/+7 |
| | |||||
* | Manifest complies with JogAmp and JRE 6u19/20 ; Fix examples in webpage | Sven Gothel | 2010-05-04 | 2 | -97/+37 |
| | |||||
* | Changes from Tom Hawtin to ensure use of correct class loaderorigin | Kenneth Russel | 2008-10-21 | 1 | -3/+6 |
| | |||||
* | Changes from Thomas Ng to support removal of native libraries and | Kenneth Russel | 2008-10-21 | 1 | -3/+52 |
| | | | | | setting of SAX parser factory system property to avoid useless round-trips to server | ||||
* | Added support for dragged-out sub-applets | Kenneth Russel | 2008-09-30 | 1 | -2/+57 |
| | |||||
* | Extract all root entries from jar file for compatibility with Java Web | Kenneth Russel | 2008-09-26 | 1 | -21/+46 |
| | | | | | Start, but only allow explicit loading of the files matching the native library naming convention per platform | ||||
* | Fixed the following two bugs: | kcr | 2007-10-18 | 1 | -27/+46 |
| | | | | | Bug 6618105: Security vulnerability in JNLPAppletLauncher Issue 2: progressbar property does not work | ||||
* | Doc changes to address the following issues: | kcr | 2007-10-09 | 2 | -4/+20 |
| | | | | | java3d issue 534 jogl issue 318 | ||||
* | Fixed Issue 1: unable to open property file | Kenneth Russel | 2007-08-15 | 1 | -8/+5 |
| | | | | | Made failure to find directory containing deployment.properties silent. | ||||
* | Added overrides and forwards of stop() and destroy() based on feedback | Kenneth Russel | 2007-07-26 | 1 | -2/+16 |
| | | | | from Patrick Murris | ||||
* | Updated Java 3D docs to point to the "latest" version rather than ↵ | kcr | 2007-07-24 | 2 | -18/+18 |
| | | | | hard-coding 1.5.1 | ||||
* | 1. Updated the Java 3D applet example & documentation | kcr | 2007-07-24 | 2 | -118/+199 |
| | | | | 2. Fixed a bug on Windows Vista in locating the deployment.properties file | ||||
* | Changed loadLibrary to raise UnsatisfiedLinkError instead of | Kenneth Russel | 2007-07-21 | 1 | -2/+7 |
| | | | | | NullPointerException if requested library didn't exist in the download map based on suggestion from Brian Burkhalter from JAI team | ||||
* | Incorporated suggestion from Brian Burkhalter from JAI team to try to | Kenneth Russel | 2007-07-20 | 2 | -4/+26 |
| | | | | | propagate out UnsatisfiedLinkError instead of RuntimeException from recommended loadLibraryInternal method | ||||
* | Formatting change | Kenneth Russel | 2007-07-20 | 1 | -6/+6 |
| | |||||
* | Formatting test | Kenneth Russel | 2007-07-20 | 1 | -4/+4 |
| | |||||
* | Added documentation on JavaScript-related issues with pulling the | Kenneth Russel | 2007-07-20 | 2 | -4/+76 |
| | | | | | JNLPAppletLauncher from a different web server than the applet and containing web page | ||||
* | Pointed JNLPAppletLauncher documentation to new codebase_lookup documentation | Kenneth Russel | 2007-07-20 | 2 | -14/+16 |
| | |||||
* | Added getSubApplet() from JOGLAppletLauncher to enable scripting. | Kenneth Russel | 2007-07-11 | 2 | -23/+26 |
| | | | | | Updated documentation. Deleted copy of loadLibraryInternal accidentally introduced into code. | ||||
* | Added documentation and usage of codebase_lookup=false | Kenneth Russel | 2007-07-05 | 2 | -4/+52 |
| | |||||
* | Doc updates | Kenneth Russel | 2007-07-04 | 2 | -2/+58 |
| | |||||
* | Updated doc | Kenneth Russel | 2007-07-04 | 2 | -10/+10 |
| | |||||
* | Updated doc | Kenneth Russel | 2007-07-04 | 1 | -3/+4 |
| | |||||
* | Added <p> | Kenneth Russel | 2007-07-04 | 2 | -2/+10 |
| | |||||
* | Added <p> | Kenneth Russel | 2007-07-04 | 2 | -2/+6 |
| | |||||
* | Added <p> | Kenneth Russel | 2007-07-04 | 1 | -0/+2 |
| | |||||
* | Split up long archive tags for better readability of the front page | Kenneth Russel | 2007-07-04 | 2 | -9/+26 |
| | |||||
* | Wrote documentation for applet launcher and copied to front page. | Kenneth Russel | 2007-07-04 | 3 | -41/+952 |
| | | | | | | | Includes discussion about support for absolute URLs in archive tag (important to increase code sharing) and provides Java 3D, JOGL and JOAL-based examples. Added noddraw.check and noddraw.check.silent support. | ||||
* | Fixed the nbproject to be consistent with the source= tag in the build.xml file | kcr | 2007-06-28 | 1 | -1/+1 |
| | |||||
* | Removed use of generics and other 5.0 language features and adjusted WITHOUT_GENERICS | Kenneth Russel | 2007-06-28 | 2 | -62/+66 |
| | | | | the build.xml to make it build on 1.4.2 | ||||
* | Implement time-stamp-based cache validationWITH_GENERICS | kcr | 2007-06-28 | 1 | -39/+118 |
| | | | | Added file locking for cache validation | ||||
* | Added javadoc target | kcr | 2007-06-19 | 2 | -8/+25 |
| | |||||
* | Cleanup (removed testing framework code) | kcr | 2007-06-19 | 1 | -73/+2 |
| | |||||
* | Fixed a comment | kcr | 2007-06-19 | 1 | -3/+3 |
| | |||||
* | Infrastructure for building the project | kcr | 2007-06-19 | 8 | -0/+416 |
| | |||||
* | Minor javadoc change | kcr | 2007-06-14 | 1 | -2/+3 |
| | |||||
* | Updated license notice and copyright header. | kcr | 2007-06-14 | 1 | -4/+36 |
| | |||||
* | Initial prototype version of JNLPAppletLauncher | kcr | 2007-06-14 | 2 | -0/+1808 |
| | |||||
* | Updated home page | kcr | 2007-06-14 | 1 | -39/+16 |
| | |||||
* | Initial data for the applet-launcher project. | httpd | 2007-06-07 | 1 | -0/+45 |