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 |
|