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.h
Age
Commit message (
Expand
)
Author
2020-02-06
LibGfx: Unpublish Gfx::Point from global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-02-02
LibGUI: Make GAction scoped to its CObject parent (widget or window)
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-04
WindowServer+LibGUI: Implement minimizable property to windows
Jami Kettunen
2019-12-29
LibCore+LibGUI: Don't fire timers in non-visible windows by default
Andreas Kling
2019-12-27
WindowServer+LibGUI: Mark window bitmaps volatile in occluded windows
Andreas Kling
2019-12-27
LibGUI: Remove bitrotted automatic keybinds feature
Andreas Kling
2019-12-26
LibGUI+WindowServer: Mark minimized window backing stores as volatile
Andreas Kling
2019-12-23
WindowServer+LibGUI: Implement basic color theming
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-10-26
LibGUI: Make GWindow drive relayout and do it recursively
Andreas Kling
2019-10-10
LibGUI+WindowServer: Add a "Hand" cursor to the standard cursors
Andreas Kling
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-21
LibGUI: Get rid of GWindow's destroy-on-close mechanism
Andreas Kling
2019-09-21
LibGUI: Convert GWindow to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GWidget to ObjectPtr
Andreas Kling
2019-09-16
WindowServer+LibGUI: Allow switching windows in/out of fullscreen mode
Andreas Kling
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