Skip to content

Commit

Permalink
notes about recent bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benfry committed Sep 15, 2023
1 parent 97fd524 commit 9b1cc10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion core/todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,19 @@ X https://github.com/processing/processing4/issues/768


contribs
X Movie throwing NullPointerException with usedBuffers with P2D/P3D
X Movie throwing NullPointerException with usedBuffers with P2D/P3D from @Clarvel
X https://github.com/processing/processing4/issues/760
X https://github.com/processing/processing4/pull/759
X Fix beginContour() when used with createShape() from @hx2A
X https://github.com/processing/processing4/issues/643
X https://github.com/processing/processing4/pull/776


_ JNA version of getting resolution
_ https://stackoverflow.com/a/32588375
_ note about running outside the PDE if OpenGL shows up 2x too small
_ System.setProperty("sun.java2d.uiScale.enabled", "false");
_ from https://github.com/processing/processing4/issues/763

_ args passed to main() aren't working
_ (there was a bug report for this already?)
Expand Down
2 changes: 2 additions & 0 deletions todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
contribs
X migrate from altool to notarytool from @CyberFlameGO
X https://github.com/processing/processing4/pull/757
X more fixes for error checking from @sampottinger
X https://github.com/processing/processing4/pull/772


high priority
Expand Down

0 comments on commit 9b1cc10

Please sign in to comment.