@@ -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-
9184api 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
150142retina/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