forked from java2script/java2script
-
Notifications
You must be signed in to change notification settings - Fork 11
syncing #263
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
syncing #263
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
j2sClazz fix for getComponentType()
JTree working, JEditorPane fix for HTML text, ScrollPaneLayout fixed for miscalculation of border
JSlider too-persistent labels
3.2.9-v1 Major upgrade relating to work with PhET, Open Source Physics; includes transpiler fixes
more fixes for JSDialog and HTMLEditorKit
minor tweaks for prev commit
3.2.9.v1e
Various optimizations, including AWT TextField
from Hanson1
/TEMP/ temporary files; various fixes
video ImageIcon, AsyncSwingWorker, ProgressMonitor
general update
java.util.regex, javajs.http, Object[ ] instanceof, other minor issues
July 14-28 work
transpiler lambda expressions; various minor SwingJS issues
JSUtilI.getClipboardText()
omnibus pull from hansonr1
upgrade for Jmol and SimpleHTTPClient (Jalview)
- adds UnknownHostException - "NetworkError" -- no wifi, method error 405, CORS error -- all throw UnknownHostExecption with responseCode set to 400 (but that is not retrievable, since getResponseCode() throws UHE!) - fixes incorrect HTTP response codes - fixes async return - implemented for Java (was just JavaScript) - adds SimpleHttpClient.createRequest(method,string)
Implements Executors.schedule with delay, better messaging in AjaxUrlConnection
Implements Executor delayed and fixed rate periodic tasks
java.util.Scanner
update of Scanner to handle longs with up to 53 bits only
Hanson1 java.net.Authenticator
java2script 3.3.1-v3 issues/205 ThreadPoolExecutor not waiting one microtick to initiate jobs -- resulting in unpredictable, incomplete handling of 0-delay tasks. Minimum set to 1 ms. See test.Test_Exec
java2script 3.3.1-v3 transpiler update, including Java 11
2021 Feb/Mar updates
from BobHanson
SimpleDateFormat and TimeZone upgrade
SimpleHTTPClient and j2sClazz new String TextDecoder
j2sClazz update, BufferedImage stolen data fix, CharSequence lambda fix
StreamToBytes and StreamToString moved to javajs.util.reader
Merge pull request #225 from BobHanson/hanson1
// BH 2022.09.14 fix for new Error() failing; just letting java.lang.Error subclass Throwable
from hansonr
Update Gemfile.lock
Toolkit.getBestCursorSize() missing
omnibus pull from hansonr to java2script main
J11 upgrade -
J11 upgrade -
Merge pull request #249 from BobHanson/hanson1
JLabel in JPopupMenu
JLabel for JPopupMenu
Pattern/Matcher fixed issue #253
Pattern/Matcher fixed issue #253
hanson master to java2script master
Merge pull request #261 from java2script/master
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.