Age | Commit message (Expand) | Author |
---|---|---|
2023-01-26 | LibGfx: Remove `try_` prefix from bitmap creation functions | Tim Schumacher |
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-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-05-13 | LibGUI+Userland: Make Dialog::ExecResult an enum class | Sam Atkins |
2022-03-12 | Libraries: Use default constructors/destructors in LibGUI | Lenny Maiorani |
2021-11-08 | LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() | Andreas Kling |
2021-08-02 | LibGUI: Add a simple GUI::PasswordInputDialog | Andreas Kling |