Skip to content

Commit c15da13

Browse files
committed
cleaning up bug reports and notes for what has been fixed
1 parent b513147 commit c15da13

File tree

2 files changed

+27
-21
lines changed

2 files changed

+27
-21
lines changed

core/todo.txt

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ X PDF export not working with Processing 4.0 beta 5
66
X https://github.com/processing/processing4/issues/395
77
X RGB image created with “createImage()" has alpha channel
88
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
927

1028
contribs
1129
X CODED is inconsistent between the default renderer and P2D/P3D
@@ -15,27 +33,18 @@ earlier
1533
X Window freezes on resize in Windows 10 (Default & P2D renderers)
1634
X https://github.com/processing/processing/issues/5579
1735
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
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

118124
high-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

144150
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
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

todo.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ X multi-line strings not terminating properly
2222
X https://github.com/processing/processing4/issues/398
2323
X https://github.com/processing/processing4/pull/400
2424

25+
earlier
26+
X Interface problems when moving to a monitor with Windows scaling to 125%
27+
X https://github.com/processing/processing4/issues/296
28+
29+
2530
_ when doing Save As, don't included exported applications
2631

2732
_ interface zoom now conflicting with the Java 9+ defaults
@@ -97,6 +102,7 @@ _ this is also why Base.handleOpen() does statusError() calls during pdex load
97102

98103
design
99104
_ console scroll bar colors
105+
_ https://github.com/processing/processing4/issues/265
100106
_ errors table theme
101107
_ contrib manager theme
102108
_ implement updateTheme()

0 commit comments

Comments
 (0)