@@ -23,6 +23,9 @@ X Add static modifier to inner classes that don't access parent
2323X https://github.com/processing/processing/pull/2839
2424X Fix localization in OS X (requires writing property files)
2525X 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
2730cleaning
2831X single line of code with no semicolon dies with "unexpected token: null"
@@ -34,6 +37,15 @@ X move recent into the sketchbook menu
3437X try installing 10.7.3 on Mac Mini and check whether things run
3538X 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
3850pulls
3951_ Add support for localizing contributions
@@ -68,9 +80,6 @@ _ https://github.com/processing/processing/issues/1898
6880
6981
7082gsoc/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