add notes from going through bug reports

This commit is contained in:
Ben Fry
2015-07-27 11:10:36 -04:00
parent 34594ddb08
commit eb1566faae
2 changed files with 18 additions and 1 deletions

View File

@@ -6,6 +6,14 @@ opengl
X ArrayIndexOutOfBoundsException error when enabling depth sorting in P3D
X https://github.com/processing/processing/pull/3477
X https://github.com/processing/processing/issues/3476
X Fix curves - properly this time
X https://github.com/processing/processing/pull/3501
X Remove duplicate curve vertex
X https://github.com/processing/processing/pull/3496
X https://github.com/processing/processing/issues/2937
X JOGL window size is now set properly
X https://github.com/processing/processing/pull/3493
X https://github.com/processing/processing/issues/3223
docs
@@ -15,6 +23,8 @@ _ update wiki/docs to say "don't override sketchXxxx() methods"
beta
_ size() errors
_ https://github.com/processing/processing/issues/3483
_ make notes about Java2D and JavaFX packages in the README
_ move AWT image loading into PImageAWT
_ look into how GL and FX will handle from there

View File

@@ -2,6 +2,8 @@
X Welcome screen completely broken/looking for debug files
X https://github.com/processing/processing/issues/3474
X Add message that says it's safe to ignore the tools.jar warning
X add new lower console/errors icons
_ don't show display warning when display 1 doesn't exist
fixed earlier
X font fixes for Georgia in the examples
@@ -17,9 +19,15 @@ gsoc
X CM updates dialog box doesn't open CM
X https://github.com/processing/processing/issues/3481
X https://github.com/processing/processing/pull/3489
X include mode imports when rewriting .properties file
X https://github.com/processing/processing/pull/3499
_ https://github.com/processing/processing/issues/3492
beta
_ try to get images working in welcome screen
_ https://github.com/processing/processing/blob/master/build/shared/lib/welcome/sketchbook.html#L60
_ https://github.com/processing/processing/issues/3494
_ write notes about changes with Toolkit and Util, and packages
_ write text for non-sketchbook version of welcome screen
_ CM ongoing notes and questions
@@ -31,7 +39,6 @@ _ https://github.com/processing/processing/issues/2953
gui
_ add new lower console/errors icons
_ fix the red for the console/error stuff
_ also the sidebar, the squiggly line beneath code, and the status bar
_ show hover text with 'debug'