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-06-30 | Applications+Games+LibGUI: Fix layout problems | FrHun |
2022-06-02 | PixelPaint: Use default buttons in EditGuideDialog | Karol Kosek |
2022-05-13 | LibGUI+Userland: Make Dialog::ExecResult an enum class | Sam Atkins |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2021-11-27 | PixelPaint: Keep a RefPtr to offset_text_box in EditGuideDialog | Marcus Nilsson |
2021-09-01 | PixelPaint: Allow initial values for the EditGuideDialog | Tobias Christiansen |
2021-09-01 | PixelPaint: Move the conversion to pixels into the EditGuideDialog | Tobias Christiansen |
2021-09-01 | PixelPaint: Rename CreateNewGuideDialog to EditGuideDialog | Tobias Christiansen |