Skip to content

Commit

Permalink
fixes for recent issues
Browse files Browse the repository at this point in the history
  • Loading branch information
benfry committed Feb 20, 2023
1 parent 011b64b commit a39ac72
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
13 changes: 9 additions & 4 deletions core/todo.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
1292 (4.2)
X has been resized from 100?100 to 116?100 by the window manager
X fullScreen(P2D) from an executable does not work properly
X partially fixed, but now need to sort out hidpi issues
X https://github.com/processing/processing4/issues/514
X Table.getString() raises stackOverflowError on double value encounter
X https://github.com/processing/processing4/issues/671

contribs
X Support chained decimals during SVG Parsing
X https://github.com/processing/processing4/pull/659
X https://github.com/processing/processing4/issues/515

_ has been resized from 100?100 to 116?100 by the window manager

_ fullScreen(P2D) from an executable does not work properly
_ partially fixed, but now need to sort out hidpi issues
_ https://github.com/processing/processing4/issues/514
JNA version of getting resolution https://stackoverflow.com/a/32588375
https://stackoverflow.com/a/32588375


_ args passed to main() aren't working
_ (there was a bug report for this already?)
Expand Down
3 changes: 0 additions & 3 deletions todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ X after exporting application, open the sketch folder

_ change the welcome screen to be wide instead of vertical

_ fullScreen(P2D) from an executable does not work properly
_ https://github.com/processing/processing4/issues/514

_ exporting application while still running on Windows
_ just says "Error during export" rather than something more useful about deleting dir

Expand Down

0 comments on commit a39ac72

Please sign in to comment.