going through github notifications

This commit is contained in:
Ben Fry
2015-10-05 12:02:06 -04:00
parent c067e60b8a
commit b7074d1ebd
2 changed files with 23 additions and 2 deletions

View File

@@ -1,4 +1,10 @@
0247 (3.0.1)
X curveVertex() does not work with FX2D renderer
X https://github.com/processing/processing/issues/3960
andres
X cursor() fails to work as expected with P2D/P3D
X https://github.com/processing/processing/issues/3955
known
@@ -8,6 +14,9 @@ _ P2D and P3D windows behave strangely when larger than the screen size
_ https://github.com/processing/processing/issues/3401
_ window loses focus after maximizing
_ https://github.com/processing/processing/issues/3339
_ Output window cannot be set as non-resizable with the P2D or P3D renderers
_ https://jogamp.org/bugzilla/show_bug.cgi?id=1188
_ https://github.com/processing/processing/issues/3952
misc
@@ -29,6 +38,9 @@ _ https://github.com/processing/processing/issues/3753
javafx
_ make wiki about quirks
_ starving the thread makes things really slow down
_ keyPressed() is always uppercase, keyTyped() will be correct
_ do we really need setTextFont/Size when we already have Impl?
_ need keyPressed() to do lower and upper case
_ static mode sketches (draw once and halt w/o closing window)

View File

@@ -1,8 +1,16 @@
0247 (3.0.1)
contribs
X Update Japanese translation
X https://github.com/processing/processing/pull/3956
jakub
X Include Example packs into update count
X https://github.com/processing/processing/pull/3932
X Editor objects are staying in memory
X https://github.com/processing/processing/issues/3930
X https://github.com/processing/processing/pull/3934
X https://github.com/processing/processing/issues/3929
known issues
@@ -23,6 +31,9 @@ _ import suggestions box needs design review
_ https://github.com/processing/processing/issues/3407
_ update CM entries when sketchbook location changes
_ https://github.com/processing/processing/issues/3927
_ Tooltip over variable decl has wrong style and content
_ make all tooltips run through our style
_ https://github.com/processing/processing/issues/3940
run/debug
@@ -79,8 +90,6 @@ _ https://github.com/processing/processing/issues/2886
pde/build
_ Editor objects are staying in memory
_ https://github.com/processing/processing/issues/3930
_ unsupported java version when trying ant run with 7u65
_ no helpful message about how to automatically download 8u51
_ ignore-tools in build.xml not being called for some reason