ladybird/Userland/Applets/Keymap
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
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
KeymapStatusWidget.cpp Applets/Keymap: Repaint applet on demand only 2023-03-04 00:29:38 +01:00
KeymapStatusWidget.h Applets/Keymap: Repaint applet on demand only 2023-03-04 00:29:38 +01:00
KeymapStatusWindow.cpp Applets/Keymap: Repaint applet on demand only 2023-03-04 00:29:38 +01:00
KeymapStatusWindow.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
main.cpp LibGUI: Fix typo in ConnectionToWindowManagerServer 2022-06-01 19:31:34 +02:00