Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
013c55c
Swingjs transpiler and runtime upgrade
BobHanson Jun 25, 2018
5dd936c
synchronized() bug - take 3
BobHanson Jun 25, 2018
400fb64
adds Character.to/isTitleCase(c)
BobHanson Jun 25, 2018
cd8a6c5
adds MouseEvent.preciseWheelRotation
BobHanson Jun 25, 2018
ea3c7d4
adds MouseEvent.preciseWheelRotation
BobHanson Jun 25, 2018
e166b55
Apache/Oracle differences in Collections generic variables
BobHanson Jun 25, 2018
afc229d
Apache/Oracle differences in Collections generic variables
BobHanson Jun 25, 2018
ad445bd
fix for fix for Character.toTitleCase
BobHanson Jun 25, 2018
6b8de90
String.concat$S missing
BobHanson Jun 25, 2018
d3bf47f
menu enable/disable for radio and checkbox items
BobHanson Jun 25, 2018
33f6853
Adds .j2s flags and java.core.methodsDeclared.csv
BobHanson Jun 26, 2018
793c0d5
Adds Integer.signum
BobHanson Jun 26, 2018
9c96f3e
see j2sClazz.js
BobHanson Jun 26, 2018
b62d22e
adding .j2s flags for method tracking
BobHanson Jun 26, 2018
eef6c87
java.util.BitSet dissociated from javajs.util.BS
BobHanson Jun 26, 2018
75191e3
debug comment out of transpiler
BobHanson Jun 26, 2018
3b77bf8
JFileChooser set to allow itself to be the property listener
BobHanson Jun 26, 2018
d48ef6d
adds LineMetrics, fixes missing tooltip
BobHanson Jun 27, 2018
037c120
// BH 6/27/2018 -- fix for a[Integer] not becoming a[Integer.valueOf]
BobHanson Jun 27, 2018
2fa9c91
fixes for DND, JColorChooser, JSFileBytes, J2SInterface, j2sApplet,
BobHanson Jun 27, 2018
f5aa55f
adds DND onto JDesktop
BobHanson Jun 27, 2018
d1d6fe1
fixes DND issues
BobHanson Jun 28, 2018
54b6144
adds preliminary methodsDeclared
BobHanson Jun 28, 2018
529d6d8
internal frame fix for no closing action and painting to desktop
BobHanson Jun 28, 2018
8d64c16
// BH 6/28/2018 7:34:58 AM
BobHanson Jun 28, 2018
753f1e0
// BH 6/28/2018 7:34:58 AM
BobHanson Jun 28, 2018
8b564dd
Window as JSComponent
BobHanson Jun 28, 2018
fe83df2
JAL-3032 case sensitivity error in file name in site/...
BobHanson Jun 28, 2018
d5a56ab
JAL-3026 AlignFrame cursor, Tooltip reformat,fix for array clone
BobHanson Jun 29, 2018
d4351a6
multiple fixes related to Jalview mouse, tooltip, array.equals$ and
BobHanson Jun 29, 2018
feda0b8
JTable work; JSUtil.jQuery object; drag-drop; reflect.Constructor
BobHanson Jul 2, 2018
d5b8801
fix for(char c : Character[] ca) and related conversions
BobHanson Jul 2, 2018
74a42f4
// BH 7/2/2018 10:00:49 PM fix logic for FileReader for Chrome
BobHanson Jul 2, 2018
c38ecc3
comments only
BobHanson Jul 3, 2018
deeee13
allows for PDF jobs to not use Pageable and instead continue until a
BobHanson Jul 3, 2018
7d11e57
no comment
BobHanson Jul 3, 2018
a7ea315
no comment
BobHanson Jul 3, 2018
a1d53a8
ListModel<E>
BobHanson Jul 3, 2018
b4c3754
PDF fix, chrome file loader fix, ListModel<E> added
BobHanson Jul 3, 2018
57ffbde
// BH 7/3/2018 -- adds effectively final
BobHanson Jul 3, 2018
2c2ce57
runtime fixes for ListRenderers, alert for thread.wait(),
BobHanson Jul 3, 2018
1eb80e0
adds dnd DropTargetAdapter, preliminary work on editable combobox
BobHanson Jul 3, 2018
017ed66
fixes InnerXXXXDialog to remove focus manager calls
BobHanson Jul 3, 2018
56a602a
try(resource) support; working on sorter
BobHanson Jul 4, 2018
c5cf252
fixes TableRowSorter
BobHanson Jul 4, 2018
479cfef
try(resource); new TableRowSorter
BobHanson Jul 4, 2018
f0c67c5
fixes transpiler for Eclipse photon. adds timestamp to dist dir
Jul 5, 2018
9d5ebbe
row sorter fixes
Jul 5, 2018
16f4314
fixes 'c' | 'c'
Jul 5, 2018
9dfc905
better error reporting; better &j2strace=xxxx
Jul 6, 2018
c294bc3
better error reporting; better &j2strace=xxxx
Jul 6, 2018
de5c554
Internal frame fix
Jul 6, 2018
48e1fcd
FRAME Z-ORDER
Jul 6, 2018
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
24 changes: 24 additions & 0 deletions sources/net.sf.j2s.core/.j2s
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#j2s configuration file

#uncomment j2s.* lines to process

#enable the Java2Script transpiler
#j2s.compiler.status=enable

#output file name for logging methods declared - delete the file to regenerate a listing
#j2s.log.methods.declared=methodsDeclared.csv

#output file name for logging methods called - delete the file to regenerate a listing
#j2s.log.methods.called=methodsCalled.csv

#if set, every instance of methods called will be logged
#otherwise, only the first call to a method will be logged
#output will be comma-separated: called method,caller class
#j2s.log.all.calls=true

#a semicolon-separated list of package-level file paths to be excluded
#j2s.excluded.paths=test;testng

#destination directory for all JavaScript
j2s.site.directory=site

Binary file modified sources/net.sf.j2s.core/dist/dropins/net.sf.j2s.core.jar
Binary file not shown.
Binary file modified sources/net.sf.j2s.core/dist/net.sf.j2s.core_3.1.1.jar
Binary file not shown.
1 change: 1 addition & 0 deletions sources/net.sf.j2s.core/dist/timestamp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
05/07/2018
Loading