Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
cbb0230
3.2.6 transpiler and runtime
BobHanson Dec 22, 2019
48ecc93
SwingJS-site.zip for 3.2.6
BobHanson Dec 22, 2019
8add3ef
3.2.6 upgrade and fixes for reflection, primarily
BobHanson Dec 23, 2019
b58ef47
removing logger files
BobHanson Dec 29, 2019
3adde66
image plugins; not all functional
BobHanson Dec 30, 2019
af68d5c
SwingJS-site.zip update
BobHanson Dec 30, 2019
4798d30
Annotation type fix for primitive return values
BobHanson Jan 1, 2020
f9d784b
Buffered image fix missing width/height
BobHanson Jan 1, 2020
0455ebe
class primitive names
BobHanson Jan 1, 2020
70b75db
FileSystem upgrade includes file.delete()
BobHanson Jan 1, 2020
d5bdb4d
Byte/HeapByte buffers missing references to Short,Long,Double,Float
BobHanson Jan 1, 2020
eca95a7
removing (for now) unnce. file system checks for preferences
BobHanson Jan 1, 2020
bfd3979
ImageIO bypass (default) to not use spi classes for GIF, PNG, and JPEG.
BobHanson Jan 1, 2020
593c519
Support for standard zip Deflater/Inflater
BobHanson Jan 1, 2020
6ab22c8
JSUtil for File delete
BobHanson Jan 1, 2020
0e89021
better (darker) color for scrollbar slider
BobHanson Jan 1, 2020
59729f7
test file upgrade
BobHanson Jan 1, 2020
c41d2c0
// BH 2019.12.29 3.2.6 fixes Float.parseFloat$S("NaN") [and Double]
BobHanson Jan 1, 2020
2338a2a
transpiler fix for varargs with mix of raw and generic parameter types.
BobHanson Jan 1, 2020
f075dbe
3.2.6 transpiler and runtime upgrade
BobHanson Jan 1, 2020
1e4465d
3.2.6-v1 files
BobHanson Jan 1, 2020
d27ae0a
test for @j2sAlias issue
BobHanson Jan 4, 2020
d5d0255
transpiler/runtime fix
BobHanson Jan 4, 2020
6841ebb
Merge pull request #134 from BobHanson/hanson1
BobHanson Jan 4, 2020
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
2 changes: 1 addition & 1 deletion sources/net.sf.j2s.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Java2Script Core
Bundle-SymbolicName: net.sf.j2s.core;singleton:=true
Bundle-Version: 3.2.5
Bundle-Version: 3.2.6
Bundle-Activator: net.sf.j2s.core.CorePlugin
Bundle-Vendor: j2s.sourceforge.net
Require-Bundle: org.eclipse.core.runtime,
Expand Down
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.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 @@
20191215102844
20200103220342
Binary file not shown.
2 changes: 1 addition & 1 deletion sources/net.sf.j2s.core/dist/swingjs/ver/3.2.5/timestamp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20191215102844
20191219043415
10 changes: 10 additions & 0 deletions sources/net.sf.j2s.core/dist/swingjs/ver/3.2.6/DEV_NOTES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
This is sources/net.sf.j2s.java.core/dist/DEV_NOTES.txt

_j2sclasslist.txt

the list of .js files concatenated into coreswingjs.js and minified to coreswingjs.z.js


SwingJS-site.zip

the full site directory for SwingJS including all files not in the test/ directory.
Binary file not shown.
Loading