summaryrefslogtreecommitdiff
path: root/Userland/Demos/ModelGallery
AgeCommit message (Expand)Author
2021-12-05Demos: Cast unused smart-pointer return values to voidSam Atkins
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-25ModelGallery: Use TRY() a lot more :^)pbrw
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-08-23ModelGallery: Add the new Model Gallery application :^)sin-ack