Age | Commit message (Expand) | Author |
---|---|---|
2023-02-21 | LibGUI: Fix const-correctness issues | Andreas Kling |
2023-01-07 | LibGUI: Create an alias for Widget UnregisteredChildHandler | Sam Atkins |
2023-01-01 | LibGUI+Userland: Make GML unregistered_child_handler fallible | Sam Atkins |
2023-01-01 | LibCore+LibGUI: Add fallible versions of Widget::load_from_gml() | Sam Atkins |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-12-05 | LibGUI: Fix a typo | Cameron Youell |
2022-06-30 | LibGUI: Add custom layout change handling to ScrollableContainerWidget | FrHun |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-03-12 | Libraries: Use default constructors/destructors in LibGUI | Lenny Maiorani |
2022-02-07 | LibGUI: Move GML parsing and formatting to new AST | kleines Filmröllchen |
2021-11-03 | LibGUI: AbstractScrollableWidget GML/JSON | FrHun |
2021-05-05 | LibGUI: Add ScrollableContainerWidget :^) | Andreas Kling |