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
..
2019-12-24 21:27:16 +01:00
2019-12-27 00:52:30 +01:00
2019-12-25 21:52:26 +01:00
2019-12-24 21:27:16 +01:00
2019-10-22 21:38:04 +02:00
2019-12-13 20:54:40 +01:00
2019-12-09 21:29:43 +01:00
2019-12-09 21:29:43 +01:00
2019-12-29 00:47:49 +01:00
2019-12-29 00:47:49 +01:00
2019-12-27 00:52:30 +01:00
2019-12-27 00:52:30 +01:00
2019-12-24 22:33:11 +01:00
2019-12-02 11:11:05 +01:00
2019-11-30 15:36:17 +01:00
2019-11-30 15:36:17 +01:00
2019-12-02 11:11:05 +01:00
2019-12-20 20:07:10 +01:00
2019-11-20 23:23:57 +01:00
2019-12-20 20:07:10 +01:00
2019-12-20 20:07:10 +01:00
2019-12-20 20:07:10 +01:00
2019-12-24 21:27:16 +01:00
2019-10-26 21:42:34 +02:00
2019-12-12 22:41:28 +01:00
2019-12-24 21:27:16 +01:00
2019-12-24 21:27:16 +01:00
2019-12-24 22:01:32 +01:00
2019-12-08 16:50:23 +01:00
2019-10-29 16:36:50 +01:00
2019-12-24 21:27:16 +01:00
2019-11-05 20:41:27 +01:00
2019-11-05 20:41:27 +01:00
2019-12-27 22:47:31 +01:00
2019-12-09 21:05:44 +01:00
2019-12-09 21:05:44 +01:00
2019-12-09 21:05:44 +01:00
2019-12-09 21:05:44 +01:00
2019-12-09 21:05:44 +01:00
2019-12-09 21:05:44 +01:00
2019-12-13 23:36:36 +01:00
2019-12-20 20:07:10 +01:00
2019-11-09 11:56:28 +01:00
2019-12-24 21:27:16 +01:00
2019-11-10 12:57:37 +01:00
2019-11-10 12:57:37 +01:00
2019-12-24 21:27:16 +01:00
2019-12-24 21:27:16 +01:00
2019-11-10 12:57:37 +01:00
2019-12-24 21:27:16 +01:00
2019-11-10 12:57:37 +01:00
2019-11-27 19:04:35 +01:00
2019-12-24 21:27:16 +01:00
2019-12-24 21:27:16 +01:00
2019-10-24 09:57:27 +02:00
2019-12-24 22:01:32 +01:00
2019-12-13 20:54:40 +01:00
2019-12-24 21:27:16 +01:00
2019-10-28 19:08:48 +01:00
2019-12-10 22:06:31 +01:00
2019-12-10 22:06:31 +01:00
2019-12-24 22:01:32 +01:00
2019-12-09 21:05:44 +01:00
2019-12-09 17:51:21 +01:00
2019-11-03 09:57:14 +01:00
2019-12-24 21:27:16 +01:00
2019-11-09 00:41:00 +01:00
2019-12-24 22:01:32 +01:00
2019-12-15 17:02:44 +01:00
2019-11-30 15:36:17 +01:00
2019-11-30 15:36:17 +01:00
2019-10-29 16:36:50 +01:00
2019-12-29 00:47:49 +01:00
2019-12-29 00:47:49 +01:00
2019-12-27 13:28:55 +01:00
2019-12-27 11:34:40 +01:00
2019-12-27 11:34:40 +01:00
2019-12-26 12:06:07 +01:00
2019-12-16 15:05:45 +01:00
2019-12-28 21:09:33 +01:00