Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Hanson1 #204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 52 commits into from
Sep 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
99d3569
JSToolkit fix for URL.toURI() with space in filename
BobHanson Oct 27, 2021
1292339
OC fix for .append and file and SwingJS
BobHanson Oct 27, 2021
83f1cdc
OC fix for .append and file and SwingJS
BobHanson Oct 27, 2021
7701d4c
OC fix for .append and file and SwingJS
BobHanson Oct 27, 2021
474863b
OC isRemote fixes
BobHanson Dec 14, 2021
caf6c11
// BH 2021.12.15 default encoding for String.getBytes() should be utf-8.
BobHanson Dec 19, 2021
df258e0
// BH 2021.12.15 default encoding for String.getBytes() should be utf-8.
BobHanson Dec 19, 2021
b37fa7f
JTextPane, JSEditorPaneUI, JSComboBoxUI fixes
BobHanson Dec 19, 2021
b889d5a
OutputStreamWriter not passing charset name to String, and String not
BobHanson Dec 19, 2021
b00a70e
// BH 2021.12.19 adds Double -0; fixes println(Double)
BobHanson Dec 19, 2021
fdedad7
// BH 2021.12.19 adds Double -0; fixes println(Double)
BobHanson Dec 19, 2021
9aa6d30
fix for PT.toJSON for primitive arrays
BobHanson Dec 31, 2021
c6feb5c
fix for PT.toJSON for primitive arrays
BobHanson Dec 31, 2021
97b8b93
sun.audio out
BobHanson Jan 1, 2022
ee5cc0e
fixes decimal fields %16.12f (more than 9 digits)
BobHanson Jan 17, 2022
eb7cbf1
// BH 2022.01.17 fixes interface default method referencing own static
BobHanson Jan 17, 2022
04f51c6
fixes decimal formatter
BobHanson Jan 17, 2022
b941bd3
adds pointer events for touchscreens (still in progress)
BobHanson Jan 17, 2022
16cc147
// BH 2022.01.17 fixes interface default method referencing own static
BobHanson Jan 17, 2022
fda883f
Core applet update
BobHanson Jan 17, 2022
f41243c
J11 Java2Script update
BobHanson Jan 17, 2022
afc3bec
updated SwingJS-site.zip
BobHanson Jan 17, 2022
5d3a5c3
just cleaning code; simplifying C$$
BobHanson Jan 18, 2022
ea2fb81
removes Test_EPS from Test__; adds Test_MyInterface to Test__
BobHanson Jan 18, 2022
1e85d01
updated SwingJS-site.zip for C$$
BobHanson Jan 18, 2022
457e7dc
DF/PT fix for full JavaScript double precision
BobHanson Jan 22, 2022
97833ea
allowing up/down arrow in JTextPane
BobHanson Jan 24, 2022
339fab4
allowing up/down arrow in JTextPane
BobHanson Jan 24, 2022
8b85df6
adds plane/line/triangle measure methods
BobHanson Feb 1, 2022
4fd65bd
adds plane/line/triangle measure methods
BobHanson Feb 1, 2022
586acf0
Measure upgrade for getPlaneProjection
BobHanson Feb 27, 2022
9be3101
Java hand cursor should be "pointer" not "grab"
BobHanson Mar 19, 2022
2b944a7
JSMouse retargetMouseEvent check for null component
BobHanson Mar 19, 2022
94b610b
fixes for hand cursor and JSComboBoxUI
BobHanson Mar 19, 2022
49fd5ab
fixes for hand cursor and JSComboBoxUI
BobHanson Mar 19, 2022
29b4c2f
Java hand-> JavaScript pointer cursor
BobHanson Mar 19, 2022
974e726
JSComboPopupList UI issues.
BobHanson Mar 30, 2022
7229cfc
Decimal/double work avoiding (double) float
BobHanson Apr 19, 2022
bf19b11
Decimal/double work avoiding (double) float
BobHanson Apr 19, 2022
100d648
2022.04.19 TypeError and ResourceError gain printStack
BobHanson Apr 19, 2022
25d2b3b
Adds double versions of javajs classes
BobHanson Jun 1, 2022
f21a6f0
j2sApplet.js // BH 2022.06.23 implements J2S._lastAppletID
BobHanson Jun 23, 2022
f5c4713
// BH 2022.06.27 -- 3.3.1-v5 fixes missing method annotations
BobHanson Jun 28, 2022
1847ecc
// BH 2022.06.27 -- 3.3.1-v5 fixes missing method annotations
BobHanson Jun 28, 2022
6f16d58
// BH 2022.06.27 -- 3.3.1-v5 fixes missing method annotations
BobHanson Jun 28, 2022
9d9dae7
Fixes newer Java8 Jar-related files; implements proper Random.nextLong()
BobHanson Jul 13, 2022
37668be
SwingJS-site.zip for // BH 2022.08.27 fix
BobHanson Aug 27, 2022
a309557
SwingJS-site.zip for // BH 2022.08.27 fix
BobHanson Aug 27, 2022
b376c04
SwingJS-site.zip for // BH 2022.08.27 fix
BobHanson Aug 27, 2022
1a9edee
DF.formatDecimal fix for -n
BobHanson Sep 8, 2022
2a80667
DF.formatDecimal fix for -n
BobHanson Sep 8, 2022
d5de496
j2sClazz fix inner class object as parameter in reflection
BobHanson Sep 8, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified sources/net.sf.j2s.core/dist/swingjs/SwingJS-site.zip
Binary file not shown.
Binary file modified sources/net.sf.j2s.core/dist/swingjs/net.sf.j2s.core-j11.jar
Binary file not shown.
Binary file modified sources/net.sf.j2s.core/dist/swingjs/net.sf.j2s.core.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion sources/net.sf.j2s.core/dist/swingjs/timestamp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20211009053211
20220831192432
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20210208070817
20220627235431
Binary file modified sources/net.sf.j2s.core/dist/swingjs/ver/3.3.1/SwingJS-site.zip
Binary file not shown.
Binary file modified sources/net.sf.j2s.core/dist/swingjs/ver/3.3.1/net.sf.j2s.core.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion sources/net.sf.j2s.core/dist/swingjs/ver/3.3.1/timestamp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20211009053211
20220831192432
4 changes: 3 additions & 1 deletion sources/net.sf.j2s.core/src/net/sf/j2s/core/CorePlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ public class CorePlugin extends Plugin {
* "net.sf.j2s.core.jar" not "net.sf.j2s.core.3.2.5"
*
*/
public static String VERSION = "3.3.1-v1";
public static String VERSION = "3.3.1-v5";

// if you change the x.x.x number, be sure to also indicate that in
// j2sApplet.js and also (Bob only) update.bat, update-clean.bat

// BH 2022.06.27 -- 3.3.1-v5 fixes missing method annotations
// BH 2022.01.17 -- 3.3.1-v4 fixes default interface methods referencing their own static fields
// BH 2021.01.14 -- 3.3.1-v3 fixes missing finals for nested () -> {...}
// BH 2021.01.03 -- 3.3.1-v2 adds @j2sAsync adds async for function - experimental
// BH 2002.12.31 -- 3.3.1-v1 introduces full primitive 64-bit long support.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class Java2ScriptCompiler {
private static final String J2S_COMPILER_READ_ANNOTATIONS = "j2s.compiler.read.annotations";
private static final String J2S_COMPILER_READ_ANNOTATIONS_DEFAULT = "true";
private static final String J2S_COMPILER_IGNORED_ANNOTATIONS = "j2s.compiler.ignored.annotations";
private static final String J2S_COMPILER_IGNORED_ANNOTATIONS_DEFAULT =
static final String J2S_COMPILER_IGNORED_ANNOTATIONS_DEFAULT =
"CallerSensitive;"
+ "ConstructorProperties;"
+ "Deprecated;"
Expand All @@ -135,7 +135,8 @@ class Java2ScriptCompiler {
+ "Inherited;"
+ "Native;"
+ "Repeatable;"
+ "Retention;";
+ "Retention;"
+ "Transient;";

private static final String J2S_COMPILER_NONQUALIFIED_PACKAGES = "j2s.compiler.nonqualified.packages";
private static final String J2S_COMPILER_NONQUALIFIED_PACKAGES_DEFAULT = "<none>";
Expand Down
Loading