serenity/Userland/Applets
Andreas Kling 5979ce8316 Applets/Keymap: Repaint applet on demand only
Instead of poking into the the applet window backing store whenever
the keymap changes, we now drive the GUI updates properly via
update() and paint_event().

This fixes an issue where changing the system font would cause a
"ghosting" effect in the keymap applet.
2023-03-04 00:29:38 +01:00
..
Audio Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
ClipboardHistory LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
Keymap Applets/Keymap: Repaint applet on demand only 2023-03-04 00:29:38 +01:00
Network LibCore+Everywhere: Remove ArgsParser::add*(char const*&) 2023-03-01 10:47:19 +01:00
ResourceGraph LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
WorkspacePicker LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
CMakeLists.txt WindowServer+Keymap+LibGUI: Add widget to display current keymap 2022-02-03 00:47:22 +01:00