Age | Commit message (Expand) | Author |
---|---|---|
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 |
2023-01-06 | LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) | Sam Atkins |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-11-01 | Everywhere: Mark dependencies of most targets as PRIVATE | Tim Schumacher |
2022-10-14 | Escalator: Add new method to privilege escalate within GUI | ne0ndrag0n |