-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdone.txt
23 lines (20 loc) · 1022 Bytes
/
done.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
1280 (4.0b5)
X change the name of the subfolder from processing4-javafx to javafx
X the former didn't work at all
X had to manually modify the download .zip for the previous release
X add handlers for window move and resize events
X https://github.com/processing/processing4/issues/53
1279 (4.0b4)
o "Tint on FX2D now works properly, and improved JavaFX/Scenebuilder integration"
o https://github.com/processing/processing/pull/6051
X contains too many arbitrary changes (deleted lines, fields made public)
X uses new image cache object, not clear why
X cache mechanism would make memory run out
X add the five (now six) platforms to the javafx build
X need internet connection for the build
X but too complicated to check whether each platform is available
X and not nearly as onerous a requirement now that it's not part of core
contribs
X make offscreen PGraphicsFX2D work (from @GKFX)
X https://github.com/processing/processing/issues/4638
X https://github.com/processing/processing/pull/4698