summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GWindow.cpp
AgeCommit message (Expand)Author
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