Skip to content

Commit 4664a73

Browse files
committed
notes about the now-completed splash screen changes
1 parent 350e940 commit 4664a73

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build/shared/changes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Code completion is back! Includes an all new Movie Maker creates MP4s and Animat
1010
* Movie Maker has been rewritten and much improved! It can now directly create high quality MPEG-4 videos and Animated GIFs. Due to Apple [removing support for most video codecs](https://support.apple.com/en-us/HT202884) after macOS Mojave, we could no longer export QuickTime videos. The new Tool uses [FFmpeg](https://ffmpeg.org/) behind the scenes. The Tool also supports [Apple ProRes 4444](https://support.apple.com/en-us/HT202410), which is very high quality, and incidentally, the format that Apple's “QTMovieModernizer” formerly used to re-encode “legacy” video formats. [#6110](https://github.com/processing/processing/issues/6110)
1111

1212

13-
### Themes
13+
### Design and Themes
1414

1515
* We've started work on refreshing the design. This round has a new set of colors. If you like them, great! If not, please hold your complaints. The internet doesn't need more negativity! We know some people won't like it, and we're [still working on it](https://twitter.com/ben_fry/status/1409968426093735941). We think you'll be happy with the final version—we have some exciting updates that we aren't yet ready to share, and it will all make more sense as the system comes together. [#48](https://github.com/processing/processing4/issues/48)
1616

@@ -20,6 +20,8 @@ Code completion is back! Includes an all new Movie Maker creates MP4s and Animat
2020

2121
* All that said, major work underway for improvements to how the visual theme is handled. We hope to ship with a dark mode option as well. Stay tuned!
2222

23+
* The splash screen handler has been rewritten because the Windows version in launch4j was too brittle. The downside is that it's a fraction of a second slower to show up, but the upside is that hi-res Linux and Windows displays get a nice 2x version instead of the crunchy low-fi (not in a good way) version.
24+
2325
* Add `ui.font.family` and `ui.font.size` as preferences.
2426

2527
* Added support for `0x` numbers to support alpha colors in `theme.txt`.

todo.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ X https://github.com/processing/processing4/issues/189
2020
X remove extra material from Tools folders before export
2121
X Fix "No library found for org.w3c.dom"
2222
X only export 'tool' subfolder for Movie Maker (and Theme Engine?)
23+
X redo splash screen handler
24+
X make the splash screen work in 2x on Windows and Linux
2325

2426
theme
2527
X major theme changes

0 commit comments

Comments
 (0)