1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:18:12 +00:00
serenity/WindowServer
Andreas Kling 027d26cd5d Add a String::format() and use that in place of ksprintf() in the Kernel.
You're never gonna be right 100% of the time when guessing how much buffer
space you need. This avoids having to make that type of decision in a bunch
of cases. :^)
2019-01-30 16:28:51 +01:00
..
.gitignore Tear out or duplicate what's unique for WindowServer from Widgets. 2019-01-16 16:03:50 +01:00
main.cpp WindowServer: Rename WSEvent to WSMessage. 2019-01-26 05:28:02 +01:00
WSMessage.h WindowServer: Remove unused WSMessage::is_paint_event(). 2019-01-26 05:49:04 +01:00
WSMessageLoop.cpp WindowServer: Rename the two painting phases. 2019-01-26 05:45:47 +01:00
WSMessageLoop.h WindowServer: More event -> message renaming. 2019-01-26 05:35:45 +01:00
WSMessageReceiver.cpp WindowServer: Rename WSEvent to WSMessage. 2019-01-26 05:28:02 +01:00
WSMessageReceiver.h WindowServer: More event -> message renaming. 2019-01-26 05:35:45 +01:00
WSScreen.cpp WindowServer: More event -> message renaming. 2019-01-26 05:35:45 +01:00
WSScreen.h Flesh out keyboard event support a bit more. 2019-01-21 07:27:26 +01:00
WSWindow.cpp Make buttons unpress when the cursor leaves the button rect. 2019-01-27 08:48:34 +01:00
WSWindow.h Make buttons unpress when the cursor leaves the button rect. 2019-01-27 08:48:34 +01:00
WSWindowManager.cpp Add a String::format() and use that in place of ksprintf() in the Kernel. 2019-01-30 16:28:51 +01:00
WSWindowManager.h WindowServer: Rename the two painting phases. 2019-01-26 05:45:47 +01:00