summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Allow jnlpExtension to be relative from document-baseSven Gothel2011-09-171-1/+9
|
* Changes from Tom Hawtin to ensure use of correct class loaderoriginKenneth Russel2008-10-211-3/+6
|
* Changes from Thomas Ng to support removal of native libraries and Kenneth Russel2008-10-211-3/+52
| | | | | setting of SAX parser factory system property to avoid useless round-trips to server
* Added support for dragged-out sub-appletsKenneth Russel2008-09-301-2/+57
|
* Extract all root entries from jar file for compatibility with Java WebKenneth Russel2008-09-261-21/+46
| | | | | Start, but only allow explicit loading of the files matching the native library naming convention per platform
* Fixed the following two bugs:kcr2007-10-181-27/+46
| | | | | Bug 6618105: Security vulnerability in JNLPAppletLauncher Issue 2: progressbar property does not work
* Doc changes to address the following issues:kcr2007-10-091-3/+11
| | | | | java3d issue 534 jogl issue 318
* Fixed Issue 1: unable to open property file Kenneth Russel2007-08-151-8/+5
| | | | | Made failure to find directory containing deployment.properties silent.
* Added overrides and forwards of stop() and destroy() based on feedback Kenneth Russel2007-07-261-2/+16
| | | | from Patrick Murris
* Updated Java 3D docs to point to the "latest" version rather than ↵kcr2007-07-241-10/+10
| | | | hard-coding 1.5.1
* 1. Updated the Java 3D applet example & documentationkcr2007-07-241-63/+119
| | | | 2. Fixed a bug on Windows Vista in locating the deployment.properties file
* Changed loadLibrary to raise UnsatisfiedLinkError instead of Kenneth Russel2007-07-211-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 Russel2007-07-201-3/+14
| | | | | propagate out UnsatisfiedLinkError instead of RuntimeException from recommended loadLibraryInternal method
* Formatting changeKenneth Russel2007-07-201-6/+6
|
* Added documentation on JavaScript-related issues with pulling the Kenneth Russel2007-07-201-3/+39
| | | | | JNLPAppletLauncher from a different web server than the applet and containing web page
* Pointed JNLPAppletLauncher documentation to new codebase_lookup documentationKenneth Russel2007-07-201-8/+9
|
* Added getSubApplet() from JOGLAppletLauncher to enable scripting. Kenneth Russel2007-07-111-23/+17
| | | | | Updated documentation. Deleted copy of loadLibraryInternal accidentally introduced into code.
* Added documentation and usage of codebase_lookup=falseKenneth Russel2007-07-051-3/+27
|
* Doc updatesKenneth Russel2007-07-041-2/+30
|
* Updated docKenneth Russel2007-07-041-6/+6
|
* Added <p>Kenneth Russel2007-07-041-2/+6
|
* Added <p>Kenneth Russel2007-07-041-2/+4
|
* Split up long archive tags for better readability of the front pageKenneth Russel2007-07-041-7/+16
|
* Wrote documentation for applet launcher and copied to front page. Kenneth Russel2007-07-041-34/+545
| | | | | | | 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.
* Removed use of generics and other 5.0 language features and adjusted WITHOUT_GENERICSKenneth Russel2007-06-281-58/+62
| | | | the build.xml to make it build on 1.4.2
* Implement time-stamp-based cache validationWITH_GENERICSkcr2007-06-281-39/+118
| | | | Added file locking for cache validation
* Cleanup (removed testing framework code)kcr2007-06-191-73/+2
|
* Minor javadoc changekcr2007-06-141-2/+3
|
* Updated license notice and copyright header.kcr2007-06-141-4/+36
|
* Initial prototype version of JNLPAppletLauncherkcr2007-06-141-0/+1806