mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
updates based on PRs and other fixes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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?)
|
||||
|
||||
Reference in New Issue
Block a user