index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
GWindow.cpp
Age
Commit message (
Expand
)
Author
2019-10-26
LibGUI: Make GWindow drive relayout and do it recursively
Andreas Kling
2019-10-25
LibGUI: Added window creation callback to GApplication/GWindow
Brandon Scott
2019-09-22
LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere
Andreas Kling
2019-09-21
LibGUI: Get rid of GWindow's destroy-on-close mechanism
Andreas Kling
2019-09-21
LibGUI: Convert GWidget to ObjectPtr
Andreas Kling
2019-09-20
LibCore+LibGUI+WindowServer: Make events bubble up through ancestors
Andreas Kling
2019-09-16
WindowServer+LibGUI: Allow switching windows in/out of fullscreen mode
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-18
LibGUI: Let GWindow::set_main_widget() take ownership of the widget
Andreas Kling
2019-08-02
LibGUI: Allow setting window icon before show().
rhin123
2019-07-29
Kernel+ProcessManager: Let processes have an icon and show it in the table.
Andreas Kling
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-23
LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().
Andreas Kling
2019-07-23
LibGUI: Exit the main event loop when the last window is deleted.
Andreas Kling
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-07-18
SharedBuffer: Split the creation and share steps
Robin Burchell
2019-07-17
LibGUI: Revert GWindowServerConnection to being a singleton
Robin Burchell
2019-07-17
Port LibGUI to use CIPCClientSideConnection
Robin Burchell
2019-07-08
StringView: Rename characters() to characters_without_null_termination().
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling