summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GWindow.h
AgeCommit message (Expand)Author
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-27GWindow: Allow clients to prevent close requests from closingAndreas Kling
2019-08-19LibGUI: Implement save_to(JsonObject&) for GWindow and GWidgetAndreas Kling
2019-08-02LibGUI: Allow setting window icon before show().rhin123
2019-07-28WindowServer+LibGUI: Remove old "icon path" way of doing things.Andreas Kling
2019-07-28WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.Andreas Kling
2019-07-26LibGUI: GDialog should close its nested event loop on window close.Andreas Kling
2019-07-25LibCore: Introduce a C_OBJECT macro.Andreas Kling
2019-07-23LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling