Age | Commit message (Expand) | Author |
---|---|---|
2019-12-20 | Build: clean up build system, use one shared Makefile | joshua stein |
2019-11-29 | Calculator: Add a 16x16 app icon | Andreas Kling |
2019-09-22 | LibCore: Remove ObjectPtr in favor of RefPtr | Andreas Kling |
2019-09-21 | LibGUI: Convert custom widgets and subclasses to ObjectPtr | Andreas Kling |
2019-09-21 | Calculator: Convert to using ObjectPtr | Andreas Kling |
2019-09-21 | LibGUI: Convert GWindow to ObjectPtr | Andreas Kling |
2019-09-21 | LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr | Andreas Kling |
2019-09-21 | LibGUI: Convert GLabel to ObjectPtr | Andreas Kling |
2019-09-06 | AK: Rename <AK/AKString.h> to <AK/String.h> | Andreas Kling |
2019-08-10 | Calculator: Add a simple calculator app | Sergey Bugaev |