index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
Window.cpp
Age
Commit message (
Expand
)
Author
2021-11-24
LibGUI: Add GUI::Window::try_add_menu()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create_with_anonymous_buffer()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> in Core::AnonymousBuffer
Andreas Kling
2021-11-03
LibGUI: Don't ask WindowServer to destroy windows during app teardown
Andreas Kling
2021-10-31
LibGUI: Support using a bitmap as override cursor
Marco Cutecchia
2021-10-23
LibGUI: Don't force flush pending paints whenever mouse moves
Andreas Kling
2021-10-23
LibGUI: Add Widget::repaint() to force an immediate repaint
Andreas Kling
2021-10-21
LibGUI+WindowServer: Add option to hide a widow's close button
Timothy Flynn
2021-10-17
LibGUI: Remember the maximized value if a window hasn't been created yet
Karol Kosek
2021-09-20
LibGUI: Update the window cursor if it was provided as a bitmap
Karol Kosek
2021-09-08
LibGUI+WindowServer: Remove now-obsolete cursor tracking feature
Ben Wiederhake
2021-09-02
Userland: Migrate to argument-less deferred_invoke
sin-ack
2021-08-31
WindowServer: Add message to notify clients of applet area resize
Joe Bentley
2021-08-31
Userland: Use Rect::centered_within() where useful
Andreas Kling
2021-08-18
LibGUI: Allow widgets to make themselves non-auto-focusable
Rob Ryan
2021-08-05
LibGUI: Add on_active_window_change function object to the Window class
Karol Kosek
2021-08-02
LibGUI, WindowServer: Greatly simplify menubar logic
sin-ack
2021-07-28
Revert "LibGUI: Only dispatch Leave if the now-hovered widget isn't a child"
Andreas Kling
2021-07-28
LibGUI: Add GUI_HOVER_DEBUG runtime debugging flag (environment)
Andreas Kling
2021-07-26
LibGUI: Only dispatch Leave if the now-hovered widget isn't a child
sin-ack
2021-07-26
LibGUI: Add virtual handlers for WindowEntered and WindowLeft events
sin-ack
2021-07-25
LibGUI: Handle GUI::Window non-volatile backing store issues better
Andreas Kling
2021-07-25
LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure
Andreas Kling
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-12
LibGUI: Add FontsChanged event and deliver it to windows and widgets
LuK1337
2021-07-09
LibGUI: Verify m_window_id is not-zero in set_maximized
Aziz Berkay Yesilyurt
2021-07-09
Revert "Userland: Add ability to screenshot rectangular region in `shot` (#85...
Ali Mohammad Pur
2021-07-09
Userland: Add ability to screenshot rectangular region in `shot` (#8515)
Aziz Berkay Yesilyurt
2021-07-07
LibGfx+LibGUI+WindowServer: Use move() on Core::AnonymousBuffer more
Andreas Kling
2021-07-07
LibGUI: Fix some clang-tidy warnings in Window.cpp
Andreas Kling
2021-07-04
WindowServer+LibGUI: Add a way to force a window to have a drop shadow
Andreas Kling
2021-07-04
WindowServer: Make most remaining WindowServer IPC calls async
Andreas Kling
2021-06-29
LibGUI: Don't allocate a scope-local MouseEvent on the heap
Ali Mohammad Pur
2021-06-27
WindowServer+LibGUI: Allow specifying a "launch origin" for new windows
Andreas Kling
2021-06-25
LibGUI: Actually use the Action alternate shortcut
Aatos Majava
2021-06-20
WindowServer: Add initial support for rendering on multiple screens
Tom
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-12
WindowServer+LibGUI: Make window creation asynchronous :^)
Andreas Kling
2021-06-09
LibGUI/WindowServer: Add set_maximized IPC call
Marcus Nilsson
2021-06-08
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
Ali Mohammad Pur
2021-06-02
LibGUI+LibGfx+WindowServer: Sanity check window size dimensions
Matthew Jones
2021-06-02
LibGUI: Fixes Widget->set_visible(false) still maintains focus bug
Matthew Jones
2021-05-24
LibGfx: Use anonymous buffer instead of raw anon_fd for Gfx::Bitmap
Jean-Baptiste Boric
2021-05-10
LibGUI: Retain Taskbar icon when toggling frameless setting
Brian Gianforcaro
2021-05-10
WindowServer+LibGUI: Make "move window to front" asynchronous
Andreas Kling
2021-05-03
WindowServer+LibGUI: Make much of window construction asynchronous
Andreas Kling
2021-05-03
WindowServer+LibGUI: Make much of menu construction asynchronous
Andreas Kling
2021-05-03
Userland: Make IPC results with one return value available directly
Gunnar Beutner
[next]