Age | Commit message (Expand) | Author |
---|---|---|
2020-10-01 | DevTools: Remove VisualBuilder and FormCompiler | Andreas Kling |
2020-08-16 | LibGUI: Move GUI::Model::Role to GUI::ModelRole | Andreas Kling |
2020-05-21 | LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing | Andreas Kling |
2020-02-06 | LibGUI: Remove leading G from filenames | Andreas Kling |
2020-02-02 | LibGUI: Put all classes in the GUI namespace and remove the leading G | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-06-23 | LibGUI+VisualBuilder: Support custom editing widgets for property values. | Andreas Kling |
2019-06-21 | AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. | Andreas Kling |
2019-06-07 | Meta: Tweak .clang-format to not wrap braces after enums. | Andreas Kling |
2019-05-28 | Add clang-format file | Robin Burchell |
2019-05-08 | Move VisualBuilder into a new DevTools directory. | Andreas Kling |