Age | Commit message (Expand) | Author |
---|---|---|
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-09-22 | LibCore: Remove ObjectPtr in favor of RefPtr | Andreas Kling |
2019-09-21 | LibGUI: Convert GWidget to ObjectPtr | Andreas Kling |
2019-09-06 | AK: Rename <AK/AKString.h> to <AK/String.h> | Andreas Kling |
2019-07-24 | VisualBuilder: Convert Vector<OwnPtr> to NonnullOwnPtrVector. | Andreas Kling |
2019-06-29 | VisualBuilder: Support loading a saved form from JSON. | Andreas Kling |
2019-05-28 | Add clang-format file | Robin Burchell |
2019-05-08 | Move VisualBuilder into a new DevTools directory. | Andreas Kling |