From 5ac328ec6f4ba058cb1aa5ae8049436a3995dfbd Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Thu, 11 Sep 2014 18:30:35 -0400 Subject: [PATCH] wrapping up additional fixes and issues --- build/shared/revisions.txt | 8 ++++++++ core/todo.txt | 3 +++ todo.txt | 15 ++++++++++++--- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index c982becd1..d6700b8fa 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -26,6 +26,14 @@ until all those issues are sorted out. + Fix export problem on Windows when using the new editor https://github.com/processing/processing/issues/2806 ++ Fix black outline around scaled fonts with the OpenGL renderer + https://github.com/processing/processing/issues/2845 + https://github.com/processing/processing/pull/2856 + ++ Several fixes to the contributions manager: + https://github.com/processing/processing/issues/2798 + https://github.com/processing/processing/issues/2831 + [ internal tweaks ] diff --git a/core/todo.txt b/core/todo.txt index 47a731646..156c6e6d7 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,4 +1,7 @@ 0231 core (3.0a4 or 3.0b1) +X RuntimeException thrown for open arcs under specific parameters in P2D +X https://github.com/processing/processing/issues/2854 +X update to new version of JOGL (Andres) applet/component diff --git a/todo.txt b/todo.txt index 37fed1b31..8daea8e6b 100644 --- a/todo.txt +++ b/todo.txt @@ -23,6 +23,9 @@ X Add static modifier to inner classes that don't access parent X https://github.com/processing/processing/pull/2839 X Fix localization in OS X (requires writing property files) X https://github.com/processing/processing/pull/2844 +X black font outline appears with large VLW font and OpenGL renderer +X https://github.com/processing/processing/issues/2845 +X https://github.com/processing/processing/pull/2856 cleaning X single line of code with no semicolon dies with "unexpected token: null" @@ -34,6 +37,15 @@ X move recent into the sketchbook menu X try installing 10.7.3 on Mac Mini and check whether things run X make sure it's only running on 64-bit machines? +gsoc +X remove dependency on oscp5 library for tweak mode +X https://github.com/processing/processing/issues/2730 +X https://github.com/processing/processing/pull/2808 +X https://github.com/processing/processing/pull/2855 +X A few fixes for Contributions Manager +X https://github.com/processing/processing/issues/2798 +X https://github.com/processing/processing/issues/2831 + pulls _ Add support for localizing contributions @@ -68,9 +80,6 @@ _ https://github.com/processing/processing/issues/1898 gsoc/help me -X remove dependency on oscp5 library for tweak mode -_ https://github.com/processing/processing/issues/2730 -X https://github.com/processing/processing/pull/2808 _ `return` keyword not treated as such when followed by a bracket _ https://github.com/processing/processing/issues/2099 _ IllegalArgumentException when clicking between editor windows