Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
0392528
Merge pull request #262 from java2script/master
BobHanson Sep 4, 2023
9abca06
fix PT.approxD
Oct 25, 2023
90a305f
remove sun.awt.AWTAccessor reference for simple validate()
Oct 25, 2023
06895c6
update SwingJS-site.zip for PT and JSTreeUI fix
Oct 25, 2023
52f4ec7
InputStreamReader.ready() fails
Oct 25, 2023
21e70eb
fixes option for null AffineTransform
Oct 26, 2023
a85ac6e
Sets focusNode to canvas for JSAppletUI
Oct 26, 2023
adf91c0
assigns JSApplet "heavy" for the purposes of getting focus
Oct 26, 2023
17681da
keyboard focus problem with JSApplet
Oct 26, 2023
0be6177
several fixes
Oct 26, 2023
e1a9adb
Merge branch 'master' of https://github.com/BobHanson/java2script.git
Nov 2, 2023
9f19b4c
update for touch, PT approx setting -0
Nov 2, 2023
a0bdbe8
1-ms timeout required for touch in j2ComboBox
Nov 2, 2023
78e249c
fixes for touch interfaces
Nov 7, 2023
fcbef84
5.0.1 integrated Legacy and SwingJS transpilers
BobHanson Nov 9, 2023
6100948
5.0.1 Legacy/SwingJS integrated
BobHanson Nov 9, 2023
b045499
much closer. Creates valid files for Jmol
BobHanson Nov 10, 2023
4367fc5
Adding source for 4.2 and dual transpiler working
BobHanson Nov 12, 2023
3110fa2
java2script 5.0.1 Integrated Legacy and SwingJS transpilers
BobHanson Nov 12, 2023
e95a776
removing old j2s package.js
BobHanson Nov 12, 2023
6fe508c
adjustments
BobHanson Nov 12, 2023
44c6921
java2script dual-mode transpiler 5.0.1 for SwingJS and legacy Jmol
BobHanson Nov 13, 2023
e5ab24c
Merge pull request #264 from BobHanson/5.0.1_integrated_Legacy_and_Sw…
BobHanson Nov 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
15 changes: 8 additions & 7 deletions sources/net.sf.j2s.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Java2Script Core
Bundle-SymbolicName: net.sf.j2s.core;singleton:=true
Bundle-Version: 3.3.1
Bundle-Activator: net.sf.j2s.core.CorePlugin
Bundle-Vendor: j2s.sourceforge.net
Bundle-Name: Java2Script Core SwingJS and Legacy
Bundle-SymbolicName: j2s.core;singleton:=true
Bundle-Version: 5.0.1
Bundle-Activator: j2s.CorePlugin
Bundle-Vendor: bobhanson.sourceforge.net
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.jdt.core,
org.eclipse.core.resources
Eclipse-AutoStart: true
Export-Package: net.sf.j2s.core
Export-Package: j2s,j2s.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: Java2ScriptCore
3 changes: 2 additions & 1 deletion sources/net.sf.j2s.core/README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
The net.sf.j2s.core Eclipse project creates the Java2Script transpiler for SwingJS.
The net.sf.j2s.core Eclipse project creates the Java2Script transpiler for
SwingJS as well as a "legacy" transpiler for legacy Jmol.

See the dist/dropins folder for the latest distribution and installation notes.

Expand Down
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 @@
20230831104534
20231113043956
Binary file not shown.
Binary file not shown.
Loading