diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 69eb969c4..934c4439c 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -94,6 +94,18 @@ the bugs. See "your contributions are funding graphics fixes," below. https://github.com/processing/processing/issues/3597 https://github.com/processing/processing/pull/3625 ++ Ignore accented characters when filtering in the CM + https://github.com/processing/processing/issues/3627 + https://github.com/processing/processing/pull/3633 + ++ Enable arrow keys for navigating lists in the CM + https://github.com/processing/processing/issues/3610 + https://github.com/processing/processing/pull/3631 + ++ CM filter input glitchy + https://github.com/processing/processing/issues/3612 + https://github.com/processing/processing/pull/3630 + [ fixed earlier, spring cleaning ] @@ -133,6 +145,9 @@ the bugs. See "your contributions are funding graphics fixes," below. + Remove alpha filler (hopefully no regression here) https://github.com/processing/processing/pull/3523 ++ Huge Java2D blending patch + https://github.com/processing/processing/pull/3592 + + Accuracy problems make alpha channel go to FE with image.copy() https://github.com/processing/processing/issues/258 @@ -142,14 +157,12 @@ the bugs. See "your contributions are funding graphics fixes," below. + Improve blend() accuracy when using ADD https://github.com/processing/processing/issues/172 -+ Huge Java2D blending patch - https://github.com/processing/processing/pull/3592 - -+ Remove support for fixed-function pipeline ++ Upgrade OpenGL (remove support for fixed-function pipeline) https://github.com/processing/processing/issues/3505 https://github.com/processing/processing/pull/3604 https://github.com/processing/processing/pull/3605 https://github.com/processing/processing/pull/3606 + https://github.com/processing/processing/pull/3628 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . diff --git a/core/todo.txt b/core/todo.txt index b0829c444..12b03ac96 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -36,6 +36,7 @@ X https://github.com/processing/processing/issues/3505 X https://github.com/processing/processing/pull/3604 X https://github.com/processing/processing/pull/3605 X https://github.com/processing/processing/pull/3606 +X https://github.com/processing/processing/pull/3628 opengl X filter(PShader) broken in HDPI mode diff --git a/todo.txt b/todo.txt index c6fff284f..2b85f15c4 100644 --- a/todo.txt +++ b/todo.txt @@ -46,6 +46,15 @@ X https://github.com/processing/processing/pull/3611 X CM "Updates" badge appears even when there are no updates X https://github.com/processing/processing/issues/3597 X https://github.com/processing/processing/pull/3625 +X Ignore accented characters when filtering in the CM +X https://github.com/processing/processing/issues/3627 +X https://github.com/processing/processing/pull/3633 +X CM: Enable arrow keys for navigating list +X https://github.com/processing/processing/issues/3610 +X https://github.com/processing/processing/pull/3631 +X CM filter input glitchy +X https://github.com/processing/processing/issues/3612 +X https://github.com/processing/processing/pull/3630 earlier X closing the color selector makes things freeze (only Linux and Windows?)