1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:18:11 +00:00
serenity/Userland
Andreas Kling 9038bc675f PixelPaint: Guarantee that constructed Layer always has a Gfx::Bitmap
Hoist any allocation failures so that layer factories never return a
bitmap-less layer.
2021-06-12 11:19:29 +02:00
..
Applets Applets/Network: Replace fprintf(stderr) with dbgln() 2021-05-31 17:44:01 +01:00
Applications PixelPaint: Guarantee that constructed Layer always has a Gfx::Bitmap 2021-06-12 11:19:29 +02:00
Demos CatDog: Enhance the speech bubble artificial intelligence 2021-06-07 21:52:16 +02:00
DevTools HackStudio: Add "Show in File Manager" Action to project TreeView 2021-06-12 00:47:37 +01:00
DynamicLoader Userland: Port UBSAN implementation to userspace 2021-05-27 15:18:03 +02:00
Games 2048: Fix move success detection 2021-06-12 00:46:11 +01:00
Libraries LibJS: Add support for running test-js with the bytecode interpreter 2021-06-12 11:14:55 +02:00
Services WebServer: Add support for HTTP basic authentication 2021-06-11 11:37:15 +02:00
Shell Shell: Make time stop parsing options on first non-option 2021-06-08 11:30:58 +02:00
Utilities Utilities/du: Add -h option 2021-06-11 22:23:12 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00