@@ -6,6 +6,24 @@ X PDF export not working with Processing 4.0 beta 5
66X https://github.com/processing/processing4/issues/395
77X RGB image created with “createImage()" has alpha channel
88X https://github.com/processing/processing4/issues/388
9+ X finalize the solution for frame/surface methods
10+ X https://github.com/processing/processing4/issues/53
11+ X need to update windowX/Y on first open
12+ X finalize naming/behavior
13+ _ make a note that these are actually working now
14+
15+ pixel density, et al
16+ X Windows scaling at 125% is stretching things to look gross
17+ X https://github.com/processing/processing4/issues/378
18+ X pixelDensity() not working in exported Windows applications?
19+ X https://github.com/processing/processing/issues/5414#issuecomment-841088518
20+ X should be fixed in 4.0 beta 3, and if not, beta 4
21+ o notes from jetbrains
22+ o https://intellij-support.jetbrains.com/hc/en-us/articles/360007994999-HiDPI-configuration
23+ X implement sketch scaling into PApplet
24+ X https://github.com/processing/processing/issues/4897
25+ X Sketches on Windows don't take UI sizing into account
26+ X https://github.com/processing/processing/issues/4894
927
1028contribs
1129X CODED is inconsistent between the default renderer and P2D/P3D
@@ -15,27 +33,18 @@ earlier
1533X Window freezes on resize in Windows 10 (Default & P2D renderers)
1634X https://github.com/processing/processing/issues/5579
1735X https://github.com/processing/processing4/pull/298
36+ X fullScreen() not working on a second display with P2D or P3D
37+ X https://github.com/processing/processing4/issues/352
1838
1939
20- _ Windows scaling at 125% is stretching things to look gross
21- _ https://github.com/processing/processing4/issues/378
22-
2340_ rename jAppleMenuBar, make part of build process
2441_ should just merge into ThinkDifferent
2542_ move that to a 'native' or 'platform' package
2643
2744
28- _ finalize the solution for frame/surface methods
29- _ https://github.com/processing/processing4/issues/53
30- _ need to update windowX/Y on first open
31- _ finalize naming/behavior
3245_ windowRatio()
3346_ size() function that scales to screen, keeps aspect, re-scales mouse coords
3447
35- _ pixelDensity() not working in exported Windows applications?
36- _ https://github.com/processing/processing/issues/5414#issuecomment-841088518
37- _ should be fixed in 4.0 beta 3, and if not, beta 4
38-
3948_ CODED is inconsistent between the default renderer and P2D/P3D
4049_ includes recommendations how to fix
4150_ https://github.com/processing/processing4/issues/376
@@ -59,9 +68,6 @@ _ could implement this for the default, but also, SansSerif sucks
5968_ https://stackoverflow.com/a/9482676
6069_ in addition, it would need to be implemented for textWidth()
6170
62- _ fullScreen() not working on a second display with P2D or P3D
63- _ https://github.com/processing/processing4/issues/352
64-
6571_ update P2D reference to make clear about drawing order and quality
6672_ https://github.com/processing/processing/issues/5880
6773
@@ -116,7 +122,7 @@ _ https://github.com/processing/processing4/issues/56
116122
117123
118124high-ish
119- _ Sort out EDT issues inside OpenGL
125+ _ Sort out display() being sometimes called from the EDT inside OpenGL
120126_ https://github.com/processing/processing4/issues/385
121127_ add separator option to loadTable()
122128_ https://github.com/processing/processing/issues/5068
@@ -142,12 +148,6 @@ _ y coords on macOS seem to be one pixel off
142148
143149
144150retina/hi-dpi/sizing
145- _ notes from jetbrains
146- _ https://intellij-support.jetbrains.com/hc/en-us/articles/360007994999-HiDPI-configuration
147- _ implement sketch scaling into PApplet
148- _ https://github.com/processing/processing/issues/4897
149- _ Sketches on Windows don't take UI sizing into account
150- _ https://github.com/processing/processing/issues/4894
151151_ Sketches on Linux don't take UI scaling into account
152152_ https://github.com/processing/processing/issues/4895
153153_ gohai says "xrdb -query" or "xdpyinfo" might work
0 commit comments