@@ -6,6 +6,24 @@ X PDF export not working with Processing 4.0 beta 5
6
6
X https://github.com/processing/processing4/issues/395
7
7
X RGB image created with “createImage()" has alpha channel
8
8
X 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
9
27
10
28
contribs
11
29
X CODED is inconsistent between the default renderer and P2D/P3D
@@ -15,27 +33,18 @@ earlier
15
33
X Window freezes on resize in Windows 10 (Default & P2D renderers)
16
34
X https://github.com/processing/processing/issues/5579
17
35
X 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
18
38
19
39
20
- _ Windows scaling at 125% is stretching things to look gross
21
- _ https://github.com/processing/processing4/issues/378
22
-
23
40
_ rename jAppleMenuBar, make part of build process
24
41
_ should just merge into ThinkDifferent
25
42
_ move that to a 'native' or 'platform' package
26
43
27
44
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
32
45
_ windowRatio()
33
46
_ size() function that scales to screen, keeps aspect, re-scales mouse coords
34
47
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
-
39
48
_ CODED is inconsistent between the default renderer and P2D/P3D
40
49
_ includes recommendations how to fix
41
50
_ https://github.com/processing/processing4/issues/376
@@ -59,9 +68,6 @@ _ could implement this for the default, but also, SansSerif sucks
59
68
_ https://stackoverflow.com/a/9482676
60
69
_ in addition, it would need to be implemented for textWidth()
61
70
62
- _ fullScreen() not working on a second display with P2D or P3D
63
- _ https://github.com/processing/processing4/issues/352
64
-
65
71
_ update P2D reference to make clear about drawing order and quality
66
72
_ https://github.com/processing/processing/issues/5880
67
73
@@ -116,7 +122,7 @@ _ https://github.com/processing/processing4/issues/56
116
122
117
123
118
124
high-ish
119
- _ Sort out EDT issues inside OpenGL
125
+ _ Sort out display() being sometimes called from the EDT inside OpenGL
120
126
_ https://github.com/processing/processing4/issues/385
121
127
_ add separator option to loadTable()
122
128
_ https://github.com/processing/processing/issues/5068
@@ -142,12 +148,6 @@ _ y coords on macOS seem to be one pixel off
142
148
143
149
144
150
retina/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
151
151
_ Sketches on Linux don't take UI scaling into account
152
152
_ https://github.com/processing/processing/issues/4895
153
153
_ gohai says "xrdb -query" or "xdpyinfo" might work
0 commit comments