Age | Commit message (Expand) | Author |
---|---|---|
2019-09-06 | AK: Rename <AK/AKString.h> to <AK/String.h> | Andreas Kling |
2019-08-27 | GWindow: Allow clients to prevent close requests from closing | Andreas Kling |
2019-08-19 | LibGUI: Implement save_to(JsonObject&) for GWindow and GWidget | Andreas Kling |
2019-08-02 | LibGUI: Allow setting window icon before show(). | rhin123 |
2019-07-28 | WindowServer+LibGUI: Remove old "icon path" way of doing things. | Andreas Kling |
2019-07-28 | WindowServer+LibGUI: Pass window icons as shared buffers rather than paths. | Andreas Kling |
2019-07-26 | LibGUI: GDialog should close its nested event loop on window close. | Andreas Kling |
2019-07-25 | LibCore: Introduce a C_OBJECT macro. | 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-04 | Libraries: Create top level directory for libraries. | Andreas Kling |