1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 09:08:10 +00:00
serenity/Userland
Gunnar Beutner b5778675a5 WindowServer: Use RefPtr instead of raw pointers
Now that we have static initializers and destructors we can use
RefPtr here.
2021-06-02 18:08:11 +02:00
..
Applets Applets/Network: Replace fprintf(stderr) with dbgln() 2021-05-31 17:44:01 +01:00
Applications PixelPaint: Update Image.{cpp, h} to use east const 2021-06-02 18:07:14 +02:00
Demos Everywhere: Use s.unverwerth@serenityos.org :^) 2021-05-29 12:30:08 +01:00
DevTools Inspector: Check if RemoteProcess is_inspectable 2021-06-02 11:19:04 +02:00
DynamicLoader Userland: Port UBSAN implementation to userspace 2021-05-27 15:18:03 +02:00
Games LibChess: Change cursor style when hovering or dragging valid piece 2021-06-02 11:18:40 +02:00
Libraries AK+LibWasm+LibJS: Disallow Variant.has() on types that aren't contained 2021-06-02 18:02:47 +02:00
Services WindowServer: Use RefPtr instead of raw pointers 2021-06-02 18:08:11 +02:00
Shell AK+Everywhere: Fix compiletime format parsing of replacement fields 2021-06-01 23:12:17 +04:30
Utilities Utilities: Add support for relative paths in open command 2021-06-02 17:34:27 +04:30
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00