Skip to content

Commit 9b1cc10

Browse files
committed
notes about recent bug fixes
1 parent 97fd524 commit 9b1cc10

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

core/todo.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,19 @@ X https://github.com/processing/processing4/issues/768
44

55

66
contribs
7-
X Movie throwing NullPointerException with usedBuffers with P2D/P3D
7+
X Movie throwing NullPointerException with usedBuffers with P2D/P3D from @Clarvel
88
X https://github.com/processing/processing4/issues/760
99
X https://github.com/processing/processing4/pull/759
10+
X Fix beginContour() when used with createShape() from @hx2A
11+
X https://github.com/processing/processing4/issues/643
12+
X https://github.com/processing/processing4/pull/776
1013

1114

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

1521
_ args passed to main() aren't working
1622
_ (there was a bug report for this already?)

todo.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
contribs
55
X migrate from altool to notarytool from @CyberFlameGO
66
X https://github.com/processing/processing4/pull/757
7+
X more fixes for error checking from @sampottinger
8+
X https://github.com/processing/processing4/pull/772
79

810

911
high priority

0 commit comments

Comments
 (0)