@@ -13,18 +13,19 @@ X https://github.com/processing/processing4/issues/165
1313X https://github.com/processing/processing4/pull/166
1414
1515
16+ regressions
1617_ cursor(PImage) broken everywhere because PImage.getNative() returns null
1718_ https://github.com/processing/processing4/issues/180
1819_ PImage.resize() not working
1920_ https://github.com/processing/processing4/issues/200
2021_ two simple examples added to the issue that can be used for tests
21-
2222_ mouseButton not set correctly on mouseReleased() with Java2D
2323_ https://github.com/processing/processing4/issues/181
2424_ https://github.com/processing/processing4/pull/188
2525
2626
2727_ setting surface size needs to happen outside draw()
28+ _ surface.setSize() sadness etc
2829_ https://github.com/processing/processing4/issues/162
2930_ https://github.com/processing/processing4/issues/186
3031
@@ -75,6 +76,14 @@ _ https://github.com/processing/processing/issues/4894
7576_ https://github.com/processing/processing/issues/4895
7677_ https://github.com/processing/processing/issues/4897
7778
79+ from Casey
80+ _ Math for BLEND incorrect in the reference?
81+ _ https://github.com/processing/processing-docs/issues/762
82+ _ .setAngle() for PVector?
83+ _ https://github.com/processing/processing-docs/issues/744
84+ _ How much of the attrib*() functions should be documented?
85+ _ https://github.com/processing/processing-docs/issues/172
86+
7887
7988api changes
8089_ static versions of selectInput/selectOutput/selectFolder removed from PApplet
@@ -186,15 +195,6 @@ _ Friendly Names for new Sketches (includes UI for switching it back)
186195_ https://github.com/processing/processing/pull/6048
187196
188197
189- from Casey
190- _ Math for BLEND incorrect in the reference?
191- _ https://github.com/processing/processing-docs/issues/762
192- _ .setAngle() for PVector?
193- _ https://github.com/processing/processing-docs/issues/744
194- _ How much of the attrib*() functions should be documented?
195- _ https://github.com/processing/processing-docs/issues/172
196-
197-
198198misc
199199_ should we drop the 'default' prefix from the ex handler so it's not static?
200200_ http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Thread.html
0 commit comments