Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-03 | DisplaySettings+WindowServer: Allow updating theme without background | Ben Maxwell | |
With this change you can now set the theme and background color at the same time in the Display Settings. Before if both were changed before hitting 'apply' the theme background color would overwrite the custom background. | |||
2022-02-25 | Userland: Rename IPC ClientConnection => ConnectionFromClient | Itamar | |
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/' |