mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
wrapping up additional fixes and issues
This commit is contained in:
@@ -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 ]
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user