1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 22:50:59 +00:00
serenity/Userland
Sam Atkins a20188cd91 LibWeb: Use generated enum code for property value validation
This has the nice benefit of removing a lot of duplicated lists of
values from Properties.json. :^)
2022-04-14 14:54:06 +02:00
..
Applets LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
Applications PixelPaint: Add exporting to the QOI image format 2022-04-13 15:21:27 +01:00
Demos LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
DevTools LibGUI: Rename function to make intention clearer 2022-04-13 21:24:48 +02:00
DynamicLoader Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Games LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
Libraries LibWeb: Use generated enum code for property value validation 2022-04-14 14:54:06 +02:00
Services DHCPClient: Close outgoing sockets after use 2022-04-11 00:15:06 +02:00
Shell Shell: Read script arguments as Strings instead of char*s 2022-04-11 21:09:42 +02:00
Utilities AK: Differ between long and long long formats 2022-04-14 03:12:56 +04:30
CMakeLists.txt