aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp
Commit message (Expand)AuthorAgeFilesLines
* JNLPClassLoader.toString: Use hex value of object hashCode()HEADmasterSven Gothel2014-01-311-1/+1
* ITW NPP: Pass window position through all layers, added as 'xpos' and 'ypos' ...Sven Gothel2014-01-311-10/+21
* JNLPClassLoader: Introduce pending removal of cached CLs (1 min) to enhance p...Sven Gothel2014-01-311-5/+47
* JNLPClassLoader: Formatting .. and user final qualifierSven Gothel2014-01-311-5/+5
* JNLPClassLoader.createInstance(): Remove extLoader (same as baseLoader); getI...Sven Gothel2014-01-311-18/+45
* JNLPClassLoader: Formatting final, override, spaceSven Gothel2014-01-311-79/+88
* Experimental Applet without AWT (Applet3)Sven Gothel2014-01-307-53/+125
* Tuning of properties loading.Jiri Vanek2014-01-273-15/+49
* Improve PolicyTool launch method in PolicyPanelAndrew Azores2014-01-242-18/+144
* Support building against OpenJDK8Omair Majid2014-01-2416-28/+25
* Invalid url exception from About dialogue moved to be debug onlyJiri Vanek2014-01-201-1/+1
* Added Christmas splashscreen extension.Jiri Vanek2014-01-206-5/+465
* Added support for system level linux loggingJiri Vanek2014-01-202-8/+22
* Added PolicyPanel to itweb-settings for custom policiesAndrew Azores2014-01-173-1/+255
* Reproducers stabilization by removing check for not presented general Excepti...Jiri Vanek2014-01-161-3/+1
* Copy all button in console controls sorts by date by default.Jiri Vanek2014-01-062-10/+29
* Removed depndence on sun.misc.BASE64DecoderJiri Vanek2014-01-063-1/+397
* Fix classloading deadlock regressionAndrew Azores2013-12-271-75/+115
* Rewritten java consoleJiri Vanek2013-12-207-74/+1462
* fixed CacheLRUWrapperTestJiri Vanek2013-12-201-2/+2
* singletons logic, logs and test cleanup/fixesJiri Vanek2013-12-206-126/+156
* JNLPRuntime.config changed to proper singleton.Jiri Vanek2013-12-184-37/+35
* Console made aware of plugin messagesJiri Vanek2013-12-159-85/+571
* Made again compatible with JDK6.All JLists, JComboBoxs, and DefaultComboBoxMo...Jiri Vanek2013-12-136-17/+17
* itw itself warning cleanup: fixed rawtypes and unchecks, added braces and O...Jiri Vanek2013-12-1327-178/+281
* unittests warning cleanup: fixed typechecks, rawtypes, redundant casts...Jiri Vanek2013-12-131-7/+19
* Messages.properties: added "It will be granted unrestricted access to your c...Jiri Vanek2013-12-091-3/+3
* Add units to cache size label in itweb-settingsAndrew Azores2013-12-051-1/+1
* Implement per-JAR security descriptors (PR1592)Andrew Azores2013-12-032-48/+88
* Better validation of crytical dirs with proper message on startupJiri Vanek2013-12-024-14/+405
* Enabled file logging in plugin, user enabled to choose logs dirJiri Vanek2013-11-293-5/+76
* Reverted "fix to ManifestedJar1Test cases", better manifestedjar tests, added...Jiri Vanek2013-11-272-20/+14
* Added null check when getting manifest attributes for case of jar without man...Jiri Vanek2013-11-271-2/+6
* Removed most of checks to no output from reproducersJiri Vanek2013-11-252-2/+4
* fix to ManifestedJar1Test casesJiri Vanek2013-11-251-1/+10
* Fixed NPE in getting the attributeJiri Vanek2013-11-141-0/+4
* JNLPClassLoader cleanup, avoid Enumerations and use strict typing.Andrew Azores2013-11-131-77/+54
* BasicExceptionDialog centers on-screen before appearingAndrew Azores2013-11-131-1/+1
* Enabled access to manifests' attributes from JNLPFile class, implemented http...Jiri Vanek2013-11-135-30/+181
* Fixed lock in awt threads. JavaConsole window is now disposed instead of hidden.Jiri Vanek2013-11-102-21/+53
* Removed suspicious return when (searchForMain) had null launchDesc in netx/ne...Jiri Vanek2013-11-101-4/+2
* Java console resurrected and connected to new logging.Jiri Vanek2013-11-0510-28/+533
* Avoid potential NPE in JNLPSecurityManager#addPermission when debug is enabledAndrew Azores2013-11-051-3/+7
* Synced headers between PLUGIN_DEBUG, PLUGIN_ERROR and javasideJiri Vanek2013-11-011-0/+4
* netx/net/sourceforge/jnlp/JARDesc.java: made immutableJiri Vanek2013-10-301-7/+8
* Fix PR1513, signed applets with external main-class supportAndrew Azores2013-10-291-15/+8
* OutputController.getCallerClass now gets out also from sun.applet.PluginDebug...Jiri Vanek2013-10-251-1/+3
* Reset the LogConfig in unit testsOmair Majid2013-10-221-0/+7
* Logic to extract main class attribute generalized to common methods.Jiri Vanek2013-10-211-32/+59
* Minor fix in DEBUG initialisationJiri Vanek2013-10-201-1/+1