Age | Commit message (Expand) | Author |
---|---|---|
2023-01-12 | Userland: Use Core::Timer::create_foo() factory functions where possible | Sam Atkins |
2023-01-07 | LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^) | Sam Atkins |
2023-01-07 | Userland: Replace all uses of `load_from_gml` with `try_load_from_gml` | Sam Atkins |
2021-11-25 | WidgetGallery: Use TRY() a lot more :^) | pbrw |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-13 | Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" | Andreas Kling |
2021-02-27 | WidgetGallery: add a simple Wizard demo :^) | Nick Vella |