ladybird/Servers
Andreas Kling 7b2dd7e116 LibDraw+LibGUI: Allow changing individual colors in a Palette
Palette is now a value wrapper around a NonnullRefPtr<PaletteImpl>.
A new function, set_color(ColorRole, Color) implements a simple
copy-on-write mechanism so that we're sharing the PaletteImpl in the
common case, but allowing you to create custom palettes if you like,
by getting a GWidget's palette, modifying it, and then assigning the
modified palette to the widget via GWidget::set_palette().

Use this to make PaintBrush show its palette colors once again.

Fixes #943.
2019-12-29 00:47:49 +01:00
..
AudioServer Build: consider IPCCOMPILER and FORMCOMPILER just for ordering 2019-12-28 21:09:33 +01:00
LookupServer Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
ProtocolServer Build: consider IPCCOMPILER and FORMCOMPILER just for ordering 2019-12-28 21:09:33 +01:00
SystemServer Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
TelnetServer Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
TTYServer Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
WindowServer LibDraw+LibGUI: Allow changing individual colors in a Palette 2019-12-29 00:47:49 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00