diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 69cd9a41b..77a4db7de 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -90,6 +90,12 @@ And just like that, here we are at 2.0. + P2D, P3D drawing errors in static mode, gray screen https://github.com/processing/processing/issues/1648 ++ Window shorter than 127 pixels high is not rendered correctly in P2D/P3D + https://github.com/processing/processing/issues/1683 + ++ Multiple screen crash with OpenGL + https://github.com/processing/processing/issues/1515 + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . diff --git a/core/todo.txt b/core/todo.txt index c94e1af6e..5e9b473d5 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -43,6 +43,10 @@ o Deleted 1 texture objects, 0 remaining A fixed in last round A P2D, P3D drawing errors in static mode, gray screen A https://github.com/processing/processing/issues/1648 +A Window shorter than 127 pixels high is not rendered correctly in P2D/P3D +A https://github.com/processing/processing/issues/1683 +A Multiple screen crash with OpenGL +A https://github.com/processing/processing/issues/1515 _ data decision stuff