Sam Atkins
|
cdffe556c8
|
LibGUI+Userland: Make Dialog::ExecResult an enum class
|
2022-05-13 16:27:43 +02: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
|
935d023967
|
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
This was done with CLion's automatic rename feature.
|
2022-02-25 22:35:12 +01: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 |
|