Skip to content

Commit 4772d5c

Browse files
committed
more issue cleanup
1 parent d0e6f28 commit 4772d5c

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

core/todo.txt

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,10 @@ _ https://github.com/processing/processing4/pull/97
8181
_ https://github.com/processing/processing4/pull/98
8282

8383

84-
noted by Casey
85-
_ Sketches on Windows/Linux don't take UI sizing into account
86-
_ https://github.com/processing/processing/issues/4894
87-
_ https://github.com/processing/processing/issues/4895
88-
_ https://github.com/processing/processing/issues/4897
89-
90-
9184
api changes
9285
_ add callbacks to requestImage() and others
86+
_ these would be a lot easier with newer Java syntax
87+
_ (and also familiar to folks who have spent time with JS)
9388
_ new FloatList(float...)
9489

9590

@@ -132,9 +127,6 @@ X https://github.com/processing/processing/pull/5202
132127
_ need to make this work behind the scenes instead
133128
_ create icon.png or have an 'icons' folder with multiple sizes
134129
_ don't override the window icon w/ p5 logo if already set
135-
_ NullPointerException at java.awt.Window.init(Window.java:497) when using Airplay
136-
_ https://github.com/processing/processing/issues/5620
137-
_ try to catch the NPE and warn the user about what's happening
138130
_ requestSize() and xxxxTitle() (to diminish use of 'surface')
139131
_ mostly held up by cross-renderer inconsistency with these
140132
_ textAlign(CENTER) and pixelDensity(2) aligning incorrectly with Java2D
@@ -149,11 +141,18 @@ _ y coords on macOS seem to be one pixel off
149141

150142
retina/hi-dpi/sizing
151143
_ Sketches on Linux don't take UI scaling into account
152-
_ https://github.com/processing/processing/issues/4895
153-
_ gohai says "xrdb -query" or "xdpyinfo" might work
144+
_ gohai mentioned "xrdb -query" or "xdpyinfo" might work
145+
_ https://github.com/processing/processing4/issues/407
146+
_ formerly at
147+
_ https://github.com/processing/processing/issues/4895
148+
_ native code for checking the system dpi
149+
_ https://github.com/processing/processing/issues/5758
154150
_ should fullScreen() set width and height to displayWidth/Height
155151
_ or is that being set/unset used for any state info?
156152
_ present window draws in stages (OS X)
153+
_ NPE at java.awt.Window.init(Window.java:497) when using Airplay
154+
_ https://github.com/processing/processing/issues/5620
155+
_ try to catch the NPE and warn the user about what's happening
157156
_ crash on startup when "Mirror Displays" selected (cantfix?)
158157
_ suspect that this is a specific chipset since Oracle didn't reproduce
159158
_ AMD Radeon HD 6770M was in the Oracle bug report

0 commit comments

Comments
 (0)