Age | Commit message (Expand) | Author |
---|---|---|
2019-09-22 | LibCore: Remove ObjectPtr in favor of RefPtr | Andreas Kling |
2019-09-22 | LibCore: Make CObject reference-counted | Andreas Kling |
2019-09-21 | LibGUI: Don't create GMessageBox and GInputBox on the stack | Andreas Kling |
2019-09-21 | GButton: Convert most code to using ObjectPtr for GButton | Andreas Kling |
2019-09-21 | LibGUI: Convert GWidget to ObjectPtr | Andreas Kling |
2019-09-21 | LibGUI: Convert GLabel to ObjectPtr | Andreas Kling |
2019-07-20 | GWidget: Add set_preferred_size(width, height) overload. | Andreas Kling |
2019-07-16 | LibGUI: Add input types to GMessageBox. | Andreas Kling |
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling |