Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-29 | Calculator: Add a 16x16 app icon | Andreas Kling | |
2019-09-22 | LibCore: Remove ObjectPtr in favor of RefPtr | Andreas Kling | |
Now that CObject is fully ref-counted, just use RefPtr everywhere! :^) | |||
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 | |
This was a workaround to be able to build on case-insensitive file systems where it might get confused about <string.h> vs <String.h>. Let's just not support building that way, so String.h can have an objectively nicer name. :^) | |||
2019-08-10 | Calculator: Add a simple calculator app | Sergey Bugaev | |
Closes https://github.com/SerenityOS/serenity/issues/319 |