Age | Commit message (Expand) | Author |
---|---|---|
2019-09-21 | LibGUI: Convert custom widgets and subclasses to ObjectPtr | Andreas Kling |
2019-09-21 | LibGUI: Convert GWindow to ObjectPtr | Andreas Kling |
2019-09-21 | LibGUI: Convert GLabel to ObjectPtr | Andreas Kling |
2019-07-28 | WindowServer+LibGUI: Pass window icons as shared buffers rather than paths. | Andreas Kling |
2019-07-23 | LibGUI: Get rid of GWindow::should_exit_event_loop_on_close(). | Andreas Kling |
2019-07-18 | LibDraw: Introduce (formerly known as SharedGraphics.) | Andreas Kling |
2019-07-03 | AK: Rename the common integer typedefs to make it obvious what they are. | Andreas Kling |
2019-06-30 | Meta: Removed all gitignore in the source tree only keeping the root one | VAN BOSSUYT Nicolas |
2019-06-21 | AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. | Andreas Kling |
2019-06-12 | Demos: Import Fire demo contributed by "pd". | Andreas Kling |