@@ -30,8 +30,20 @@ X fixed with https://github.com/processing/processing4/commit/1a49263a94a2d7af
3030platforms/variants/export
3131X replacing macosx with macos in prefs and languages
3232X major rewrite of Export to Application for the six supported platforms
33- _ now writes folders with different names instead of 'application.'
33+ X now writes folders with different names instead of 'application.'
3434X move build/macosx to build/macos and make other necessary changes
35+ X final supported platforms
36+ X as far as adoptium is concerned:
37+ X macos-x64, macos-aarch64 (m1), windows-x64, linux-x64, linux-arm32 (rpi)
38+ X release files: macosx -> macos, linux64 -> linux, windows64 -> windows
39+ X or macos-intel64, macos-applesi, linux-intel64, ...
40+ X what should macos-aarch64 be called?
41+ X Export Application can use nicer names, the libs thing is trickier
42+ o macosx vs macosx64 in JavaFX
43+ o the latter is making the export fail because it won't embed a Java VM
44+ o may be because it's exporting twice and overwriting?
45+ o or 64 takes precedence?
46+ X doesn't matter with things being redone
3547
3648windows scaling
3749X Fix "Could not delete disable_hidpi" message on macOS/Linux after closing prefs
@@ -227,15 +239,17 @@ _ docs are 3.x not 4.x
227239_ Apple Silicon support
228240_ https://github.com/processing/processing4/issues/128
229241_ appbundler broken when built on something later than Mojave
230- _ also need separate versions because the Monterey build won't run on x86_64
231242_ https://github.com/processing/processing4/issues/284
243+ _ also need separate versions because the Monterey build won't run on x86_64
244+ _ https://github.com/processing/processing4/issues/364
232245_ clean up dist: 'bin' and 'src' from Java Mode are included, iml files, etc
233246_ loadShape(), show a warning when using style instead of presentation attributes
234247_ Welcome screen or not?
235248_ set a new preference for it, so people see it
236249_ just skip the welcome screen on Windows hidpi dipslays?
237250_ better to launch a web browser
238251_ also use id/ask for login to help understand community?
252+ _ tell users about JavaFX, Movie Maker install, changing themes
239253_ change help menu links to go to newer FAQ and the rest
240254_ better means of understanding Library/Mode/Tool usage
241255_ jeditsyntax is a mess of old-style getModifiers()
@@ -251,17 +265,8 @@ _ or at least avoid the multiple
251265
252266platforms
253267_ https://github.com/processing/processing4/wiki/Supported-Platforms
254- _ final supported platforms
255- _ as far as adoptium is concerned:
256- _ macos-x64, macos-aarch64 (m1), windows-x64, linux-x64, linux-arm32 (rpi)
257- _ release files: macosx -> macos, linux64 -> linux, windows64 -> windows
258- _ or macos-intel64, macos-applesi, linux-intel64, ...
259- _ what should macos-aarch64 be called?
260- _ macosx vs macosx64 in JavaFX
261- _ the latter is making the export fail because it won't embed a Java VM
262- _ may be because it's exporting twice and overwriting?
263- _ or 64 takes precedence?
264- _ Export Application can use nicer names, the libs thing is trickier
268+ _ update JavaFX to use the supported platforms
269+ _ update Video library to use the new layout
265270
266271
267272decisions before final 4.0 release
0 commit comments