Skip to content

Commit f95ed92

Browse files
committed
wrapping up additional fixes and issues
1 parent 72ffd8a commit f95ed92

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

build/shared/revisions.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ until all those issues are sorted out.
2626
+ Fix export problem on Windows when using the new editor
2727
https://github.com/processing/processing/issues/2806
2828

29+
+ Fix black outline around scaled fonts with the OpenGL renderer
30+
https://github.com/processing/processing/issues/2845
31+
https://github.com/processing/processing/pull/2856
32+
33+
+ Several fixes to the contributions manager:
34+
https://github.com/processing/processing/issues/2798
35+
https://github.com/processing/processing/issues/2831
36+
2937

3038
[ internal tweaks ]
3139

core/todo.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
0231 core (3.0a4 or 3.0b1)
2+
X RuntimeException thrown for open arcs under specific parameters in P2D
3+
X https://github.com/processing/processing/issues/2854
4+
X update to new version of JOGL (Andres)
25

36

47
applet/component

todo.txt

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ X Add static modifier to inner classes that don't access parent
2323
X https://github.com/processing/processing/pull/2839
2424
X Fix localization in OS X (requires writing property files)
2525
X https://github.com/processing/processing/pull/2844
26+
X black font outline appears with large VLW font and OpenGL renderer
27+
X https://github.com/processing/processing/issues/2845
28+
X https://github.com/processing/processing/pull/2856
2629

2730
cleaning
2831
X single line of code with no semicolon dies with "unexpected token: null"
@@ -34,6 +37,15 @@ X move recent into the sketchbook menu
3437
X try installing 10.7.3 on Mac Mini and check whether things run
3538
X make sure it's only running on 64-bit machines?
3639

40+
gsoc
41+
X remove dependency on oscp5 library for tweak mode
42+
X https://github.com/processing/processing/issues/2730
43+
X https://github.com/processing/processing/pull/2808
44+
X https://github.com/processing/processing/pull/2855
45+
X A few fixes for Contributions Manager
46+
X https://github.com/processing/processing/issues/2798
47+
X https://github.com/processing/processing/issues/2831
48+
3749

3850
pulls
3951
_ Add support for localizing contributions
@@ -68,9 +80,6 @@ _ https://github.com/processing/processing/issues/1898
6880

6981

7082
gsoc/help me
71-
X remove dependency on oscp5 library for tweak mode
72-
_ https://github.com/processing/processing/issues/2730
73-
X https://github.com/processing/processing/pull/2808
7483
_ `return` keyword not treated as such when followed by a bracket
7584
_ https://github.com/processing/processing/issues/2099
7685
_ IllegalArgumentException when clicking between editor windows

0 commit comments

Comments
 (0)