Linus Groh
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
...
We have a new, improved string type coming up in AK (OOM aware, no null
state), and while it's going to use UTF-8, the name UTF8String is a
mouthful - so let's free up the String name by renaming the existing
class.
Making the old one have an annoying name will hopefully also help with
quick adoption :^)
2022-12-06 08:54:33 +01:00
Timur Sultanov
9906f41e01
Keymap+WindowServer: Add context menu to keymap applet
...
Adding a context menu which lists configured keymaps and allows
setting the active keymap
2022-07-21 16:40:47 +02:00
Idan Horowitz
086969277e
Everywhere: Run clang-format
2022-04-01 21:24:45 +01:00
Lenny Maiorani
0b7baa7e5a
Services: Use default constructors/destructors
...
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules
"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
2022-03-24 20:09:26 -07:00
Itamar
3a71748e5d
Userland: Rename IPC ClientConnection => ConnectionFromClient
...
This was done with CLion's automatic rename feature and with:
find . -name ClientConnection.h
| rename 's/ClientConnection\.h/ConnectionFromClient.h/'
find . -name ClientConnection.cpp
| rename 's/ClientConnection\.cpp/ConnectionFromClient.cpp/'
2022-02-25 22:35:12 +01:00
Timur Sultanov
c7bd47c87c
Base+WindowsServer+keymap: Store multiple keymaps in a config
2022-02-03 00:47:22 +01:00
Timur Sultanov
b9c558f6c6
WindowServer+Keymap+LibGUI: Add widget to display current keymap
2022-02-03 00:47:22 +01:00
Timur Sultanov
68a01f0e27
WindowManager: Basic support for system keymap switching
2022-02-03 00:47:22 +01:00