aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add support for validating configurationOmair Majid2010-12-1332-214/+1235
* consistently parse whitespace characters in textOmair Majid2010-12-132-7/+40
* remove unused variables in JarSignerOmair Majid2010-12-102-45/+13
* PR597: Fix special character handling for applet tagsDeepak Bhole2010-12-084-68/+118
* depend on sun.misc.HexDumpEncoder rather than a local copy of itOmair Majid2010-12-085-472/+12
* remove check for jnlp spec numberOmair Majid2010-12-084-22/+11
* Remove unused classes JarRunner and JarSignerResourcesOmair Majid2010-12-083-226/+6
* Fix Javadoc warnings.Andrew John Hughes2010-12-0814-27/+65
* Remove unused class net.sourceforge.jnlp.tools.KeyToolOmair Majid2010-12-082-433/+4
* Bumped version in configure.acDeepak Bhole2010-12-071-1/+1
* Added tag icedtea-web-1.0-branchpoint for changeset 692d7e5b3103Deepak Bhole2010-12-070-0/+0
* Added copyright header to MiddleClickListener.java.icedtea-web-1.0-branchpointAndrew Su2010-12-072-1/+23
* fix info shown in about:plugins in firefoxOmair Majid2010-12-074-5/+20
* Fixed indentation and spacing for all .java files.Deepak Bhole2010-12-06148-7308/+7316
* Revert toURI().toURL() changes until we find a solution to the issues it raises:Andrew John Hughes2010-12-035-5/+23
* Fix warnings produced by NetX and the plugin (both Java and C++).Andrew John Hughes2010-12-0319-1935/+2026
* add desktop entry for itweb-settingsOmair Majid2010-12-023-2/+24
* Detect unpatched AppletViewerPanel so we fail early on plain OpenJDK.Andrew John Hughes2010-12-014-7/+85
* Fix ChangeLog entry.Andrew Su2010-12-011-3/+3
* Add control panel (GUI) for modifying icedtea-web settings.Andrew Su2010-12-0118-11/+2178
* Add NETX_DIR on the bootclasspath to avoid older NetX releases in 1.7 and 1.8...Andrew John Hughes2010-11-302-2/+8
* Make distcheck work.Andrew John Hughes2010-11-302-18/+64
* Patch to permanantly fix frame pop-out issue for appletsDeepak Bhole2010-11-292-44/+32
* Add `build' to .hgignoredoko2010-11-291-0/+1
* Add documentation build support.Andrew John Hughes2010-11-264-3/+160
* fix build issues with older netx.jar on bootclasspathOmair Majid2010-11-252-1/+7
* create files with reduced permissions when possibleOmair Majid2010-11-2414-29/+184
* Fix PR593: Increment of invalidated iterator in IcedTeaPluginUtils (patch fro...Deepak Bhole2010-11-243-2/+16
* Fix PR552: Support for FreeBSD's pthread implementation (patch from jkim@free...Deepak Bhole2010-11-244-4/+49
* Bring in IcedTea6 1.10 NEWS and fix structure.Andrew John Hughes2010-11-242-4/+19
* CVE-2010-3860 IcedTea System property information leak via public staticOmair Majid2010-11-247-132/+34
* fix PR592: netx can create invalid desktop entry filesOmair Majid2010-11-242-3/+26
* internationalize a missed string in certificate viewerOmair Majid2010-11-243-1/+9
* fix infinite recursion in determining sandbox permissionsOmair Majid2010-11-242-2/+14
* Search javaws.desktop.in in $(srcdir).doko2010-11-242-1/+5
* 2010-11-24 Matthias Klose <[email protected]>doko2010-11-242-5/+16
* integrate basic proxy configuration supportOmair Majid2010-11-238-74/+533
* fix Exec, Icon and Encoding in desktop entry filesOmair Majid2010-11-194-8/+29
* add configuration support for user prompts and other access control optionsOmair Majid2010-11-186-12/+126
* integrate configurable loggingOmair Majid2010-11-185-71/+167
* add javax.jnlp.IntegrationService and javax.jnlp.DownloadService2Omair Majid2010-11-184-0/+100
* Corrected a minor typo in DeploymentConfiguration.javaAndrew Su2010-11-162-1/+6
* integrate support for multiple KeyStores into the various validatorsOmair Majid2010-11-1112-186/+417
* move a number of translatable string from code into Messages.propertiesOmair Majid2010-11-1010-52/+139
* use browser path from configurationOmair Majid2010-11-103-5/+21
* integrate desktop shortcut creation with configurationOmair Majid2010-11-104-11/+64
* set the JDK_UPDATE_VERSION for the pluginOmair Majid2010-11-082-0/+6
* integrate multiple keystore support into certificate viewerOmair Majid2010-11-086-43/+638
* Double-buffer applet frame drawing.Deepak Bhole2010-11-043-0/+31
* Check for required proprietary Sun classes during configure.Andrew John Hughes2010-11-034-45/+92