1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 14:30:59 +00:00
serenity/Base
Felix Rauch 8d91dbf6c0 PixelPaint: Add loading and saving of color palettes
Color palettes can now be stored in and read from files. The default
palette will be read from `/res/color-palettes/default.palette`
instead of being hard-coded in PaletteWidget.

The file format is one color per line, in any format that can be
understood by `Gfx::Color::from_string`.
2021-06-21 22:32:58 +02:00
..
etc WindowServer: Add initial support for rendering on multiple screens 2021-06-20 14:57:26 +02:00
home/anon LaunchServer: Make all file handlers configurable including directories 2021-06-21 22:30:41 +02:00
res PixelPaint: Add loading and saving of color palettes 2021-06-21 22:32:58 +02:00
usr Base: Change incorrect "See Also" links in module_load(2) and modunload(8) (#8006) 2021-06-12 23:08:29 +02:00
www Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511) 2020-03-26 07:37:12 +01:00