@@ -81,15 +81,10 @@ _ https://github.com/processing/processing4/pull/97
81
81
_ https://github.com/processing/processing4/pull/98
82
82
83
83
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
-
91
84
api changes
92
85
_ 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)
93
88
_ new FloatList(float...)
94
89
95
90
@@ -132,9 +127,6 @@ X https://github.com/processing/processing/pull/5202
132
127
_ need to make this work behind the scenes instead
133
128
_ create icon.png or have an 'icons' folder with multiple sizes
134
129
_ 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
138
130
_ requestSize() and xxxxTitle() (to diminish use of 'surface')
139
131
_ mostly held up by cross-renderer inconsistency with these
140
132
_ textAlign(CENTER) and pixelDensity(2) aligning incorrectly with Java2D
@@ -149,11 +141,18 @@ _ y coords on macOS seem to be one pixel off
149
141
150
142
retina/hi-dpi/sizing
151
143
_ 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
154
150
_ should fullScreen() set width and height to displayWidth/Height
155
151
_ or is that being set/unset used for any state info?
156
152
_ 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
157
156
_ crash on startup when "Mirror Displays" selected (cantfix?)
158
157
_ suspect that this is a specific chipset since Oracle didn't reproduce
159
158
_ AMD Radeon HD 6770M was in the Oracle bug report
0 commit comments