1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:18:12 +00:00
serenity/Userland
Rodrigo Tobar c592b889bf LibPDF: Add Reader::try_read for easier error propagation
This will allow us to use TRY(reader.try_read) instead of having to
verify the result of reader.remaining() before calling read.read().
2023-01-25 15:40:11 +01:00
..
Applets AK+Everywhere: Rename JsonObject::get() to ::get_deprecated() 2023-01-17 19:52:52 -05:00
Applications PixelPaint: Use background color when cropping layer to content 2023-01-25 14:31:15 +01:00
BuggieBox Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00
Demos LibGfxDemo: Draw diagonal dotted and dashed lines 2023-01-17 22:54:18 +01:00
DevTools UserspaceEmulator: Use Core::Process::set_name() 2023-01-25 14:27:45 +01:00
DynamicLoader Everywhere: Remove "LibC/" includes, add lint-rule against it 2023-01-07 10:01:37 -07:00
Games LibCards+Games: Return ErrorOr from CardStack::add_all_grabbed_cards() 2023-01-22 21:31:36 +00:00
Libraries LibPDF: Add Reader::try_read for easier error propagation 2023-01-25 15:40:11 +01:00
Services WindowServer: Reuse existing WindowManager::desktop_rect() method 2023-01-24 14:41:16 +00:00
Shell AK+Everywhere: Rename JsonObject::get() to ::get_deprecated() 2023-01-17 19:52:52 -05:00
Utilities LibWasm: Port the parser to Core::Stream 2023-01-25 17:10:05 +03:30
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00