Merge pull request #16 from processing/master

Sync to master
This commit is contained in:
A Samuel Pottinger
2019-10-20 16:18:30 -07:00
committed by GitHub
2 changed files with 8 additions and 0 deletions

View File

@@ -3,6 +3,10 @@ X check for disabling FBO code (fixes Intel HD 3000)
X https://github.com/processing/processing/issues/4104
X https://github.com/processing/processing/pull/5881
_ make edits to core so that awt can be flagged off, and lwjgl can run
_ https://github.com/codeanticode/processing-openjdk/commit/ac9abc18655daaa538ef16945687177334f3596e
_ removing AWT from core
_ https://github.com/codeanticode/processing-lwjgl/wiki#making-awt-optional-in-papplet
_ size() issues on Mojave? (3.4 works, 3.5.3 does not)
_ https://github.com/processing/processing/issues/5791

View File

@@ -26,6 +26,10 @@ X tweak mode not working
X https://github.com/processing/processing/issues/5805
X https://github.com/processing/processing/pull/5909
sampottinger
X Fix JDK naming and cleanup in ant build
X https://github.com/processing/processing4/pull/12
_ selecting a sketch in the Sketch menu no longer opens its window
_ https://github.com/processing/processing/issues/5882