summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GWindow.cpp
AgeCommit message (Expand)Author
2019-10-26LibGUI: Make GWindow drive relayout and do it recursivelyAndreas Kling
2019-10-25LibGUI: Added window creation callback to GApplication/GWindowBrandon Scott
2019-09-22LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhereAndreas Kling
2019-09-21LibGUI: Get rid of GWindow's destroy-on-close mechanismAndreas Kling
2019-09-21LibGUI: Convert GWidget to ObjectPtrAndreas Kling
2019-09-20LibCore+LibGUI+WindowServer: Make events bubble up through ancestorsAndreas Kling
2019-09-16WindowServer+LibGUI: Allow switching windows in/out of fullscreen modeAndreas 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-18LibGUI: Let GWindow::set_main_widget() take ownership of the widgetAndreas Kling
2019-08-02LibGUI: Allow setting window icon before show().rhin123
2019-07-29Kernel+ProcessManager: Let processes have an icon and show it in the table.Andreas Kling
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-23LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().Andreas Kling
2019-07-23LibGUI: Exit the main event loop when the last window is deleted.Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-18SharedBuffer: Split the creation and share stepsRobin Burchell
2019-07-17LibGUI: Revert GWindowServerConnection to being a singletonRobin Burchell
2019-07-17Port LibGUI to use CIPCClientSideConnectionRobin Burchell
2019-07-08StringView: Rename characters() to characters_without_null_termination().Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling