Skip to content

Commit 731370a

Browse files
committed
add notes about the recent merges
1 parent 514d420 commit 731370a

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

core/todo.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ X wasn't handling gzip output properly
1313
X also could have problems w/ names under length 3
1414

1515

16+
jakub
17+
X major work on window placement and pixel density
18+
X https://github.com/processing/processing/pull/5011
19+
1620
gohai
1721
X Fix MeshTweening vertex shader
1822
X https://github.com/processing/processing-docs/issues/523
@@ -26,6 +30,10 @@ X because of INCOMPLETE_MULTISAMPLE
2630
X https://github.com/processing/processing/pull/4921
2731
X Report more error conditions in validateFramebuffer
2832
X https://github.com/processing/processing/pull/4920
33+
X Add more Raspberry Pi related fixes to JOGL
34+
X https://github.com/processing/processing/pull/4911
35+
X Unblock hardware-accelerated P3D on ARM Mali devices
36+
X https://github.com/processing/processing/pull/5014
2937

3038

3139
high
@@ -36,7 +44,6 @@ _ https://github.com/processing/processing/issues/4894
3644
_ Sketches on Linux don't take UI scaling into account
3745
_ https://github.com/processing/processing/issues/4895
3846

39-
4047
_ TRIANGLE_STRIP not working correctly with createShape() and default renderer
4148
_ https://github.com/processing/processing/issues/4678
4249

todo.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ _ already reported?
1111
_ swap font smoothing for tab size?
1212
_ implement simple table for prefs?
1313

14+
_ fix the JRE downloader
15+
_ https://gist.github.com/P7h/9741922
16+
_ http://stackoverflow.com/q/10268583
17+
1418
jakub
1519
X Fix preprocessing of code with double backslash in string or char literal
1620
X https://github.com/processing/processing/issues/4903
@@ -27,6 +31,13 @@ X https://github.com/processing/processing/pull/4999
2731
X Synchronize input event processing
2832
X https://github.com/processing/processing/pull/4998
2933

34+
gohai
35+
X Add support for 64-bit ARM boards
36+
X https://github.com/processing/processing/pull/5002
37+
X Hardware I/O updates for ARM
38+
X https://github.com/processing/processing/pull/4931
39+
40+
3041
contrib
3142
_ redo console handling to not use Timer, fixing freeze-up problems
3243
_ https://github.com/processing/processing/pull/4935

0 commit comments

Comments
 (0)