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
/
Services
/
WindowServer
/
Window.cpp
Age
Commit message (
Expand
)
Author
2021-09-02
Userland: Migrate to argument-less deferred_invoke
sin-ack
2021-08-02
LibGUI, WindowServer: Greatly simplify menubar logic
sin-ack
2021-08-01
Services: Remove unused header includes
Brian Gianforcaro
2021-07-28
WindowServer: Don't draw separator between pin window & close for modals
LuK1337
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-18
WindowServer: Fix compositor overdraw issues related to transparency
Tom
2021-07-08
WindowServer: Allow partial repaints in window frame & menubars
Andreas Kling
2021-07-07
WindowServer: Add WindowFrame::invalidate_menubar() and use it
Andreas Kling
2021-07-07
WindowServer: Allow windows to be pinnable (always on top)
Andres Crucitti
2021-07-05
WindowServer: Improve screen invalidation on window state changes
Tom
2021-07-04
WindowServer: Only run window animation for windows on current desktop
Tom
2021-07-04
WindowServer: Add show desktop toggle IPC call
ForLoveOfCats
2021-07-03
WindowServer: Rename Window::outer_stack -> Window::window_stack
Tom
2021-07-03
WindowServer: Add API to change virtual desktop settings
Tom
2021-06-28
WindowServer: Change animation time to duration
Erik Sommer
2021-06-27
WindowServer: Un-tile window if resizing warrants it
Tom
2021-06-27
WindowServer+LibGUI: Allow specifying a "launch origin" for new windows
Andreas Kling
2021-06-27
WindowServer: Add a more generic mechanism for animations
Andreas Kling
2021-06-25
WindowServer: Change window geometry label to use the Overlay class
Tom
2021-06-20
WindowServer: Fix artifacts after window resize in some cases
Tom
2021-06-20
WindowServer: Constrain rendering windows to one screen in some cases
Tom
2021-06-20
WindowServer: Add initial support for rendering on multiple screens
Tom
2021-06-18
WindowServer: Make hit test results richer
Andreas Kling
2021-06-18
WindowServer: Allow each WindowStack to have an active window
Andreas Kling
2021-06-03
Everywhere: Replace ctype.h to avoid narrowing conversions
Max Wipfli
2021-06-03
WindowServer: Add sanity checks to `create_window` IPC
Matthew Jones
2021-05-10
WindowServer: Add "Move" action to window menus
Andreas Kling
2021-05-10
WindowServer: Add separator above "Close" in window menus
Andreas Kling
2021-05-10
WindowServer: Compute final window title before passing to WM clients
Andreas Kling
2021-05-09
WindowServer: Notify WM clients when a window's modified state changes
Andreas Kling
2021-05-09
WindowServer: Tweak width/height of automatic window tile rects
Andreas Kling
2021-05-09
WindowServer: Simplify the way we update items in the window menu
Andreas Kling
2021-05-09
WindowServer: Open window menu on Alt+Space
Eric Butler
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-05-02
WindowServer+Base: Show alternate close button for "modified" windows
Andreas Kling
2021-05-02
WindowServer+LibGUI+Taskbar: Store window progress as Optional<int>
Andreas Kling
2021-05-01
WindowServer+LibGfx: Automatic "modified" markers in window titles
Andreas Kling
2021-05-01
WindowServer: Add Window "modified" state
Andreas Kling
2021-04-29
WindowServer: Fix alpha hit-test accessing out-of-bounds pixels
Tom
2021-04-28
WindowServer: Use window menu actions when clicking frame buttons
Tom
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
Everywhere: Rename title_bar => titlebar
Andreas Kling
2021-04-17
LibGUI+WindowServer: Separate window manager IPC from regular IPC
sin-ack
2021-04-16
WindowServer: Recalculate window rect when toggling menubar
Linus Groh
2021-04-16
WindowServer: Replace window menu action magic numbers with enum
Linus Groh
2021-04-15
WindowServer: Clean up some of the code around menu item hovering
Andreas Kling
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-12
WindowServer: Strip Alt-shortcut marker ('&') when measuring menu texts
Andreas Kling
2021-04-10
WindowServer: Alt shortcuts and book title capitalization in menus
Andreas Kling
[next]