serenity/Userland
Andreas Kling e6551e685d LibGfx/OpenType: Clean up "htmx" table reading
Use a C++ struct to read out the LongHorMetrics, and make the rest of
the code more idiomatic.
2022-12-21 08:44:22 +01:00
..
Applets LibCore: Rename Stream::read_all to read_until_eof 2022-12-12 14:16:42 +01:00
Applications FileManager: Handle possible ByteBuffer allocation failure 2022-12-20 11:04:44 +01:00
BuggieBox
Demos CatDog: Simplify animation frame logic and fix minor bugs 2022-12-16 08:50:35 -07:00
DevTools HackStudio: Port to Core::Stream::File :^) 2022-12-20 10:58:54 +01:00
DynamicLoader AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Games Snake: Ignore default keydown events 2022-12-19 14:11:53 -05:00
Libraries LibGfx/OpenType: Clean up "htmx" table reading 2022-12-21 08:44:22 +01:00
Services LookupServer: Propagate the errors from MulticastDNS::handle_packet() 2022-12-20 10:45:20 +01:00
Shell Shell: Disable interactive mode on '-c' 2022-12-12 13:57:06 +00:00
Utilities ntpquery: Explicitly zero initialize msghdr and fill in fields 2022-12-20 11:04:05 +01:00
CMakeLists.txt