Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-05 | Demos: Cast unused smart-pointer return values to void | Sam Atkins | |
2021-11-28 | Everywhere: Use default execpromises argument for Core::System::pledge | Brian Gianforcaro | |
2021-11-25 | ModelGallery: Use TRY() a lot more :^) | pbrw | |
2021-11-08 | LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() | Andreas Kling | |
This was used in a lot of places, so this patch makes liberal use of ErrorOr<T>::release_value_but_fixme_should_propagate_errors(). | |||
2021-08-23 | ModelGallery: Add the new Model Gallery application :^) | sin-ack | |
This is an application analogous to WidgetGallery, in that it tests various capabilities of LibGUI models. Right now it is pretty bare, but as more work towards LibGUI models is done regarding persistent model indices, more demos will be added. |