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
Age
Commit message (
Expand
)
Author
2021-03-03
WindowServer: Mark screen dirty when changing highlighted window
Tom
2021-03-03
WindowServer: Use active shadow for highlighted window
Tom
2021-03-03
WindowServer: Prepare dirty rects if only the frame was invalidated
Tom
2021-02-24
AK: Make dbgln_if() avoid evaluating the arguments when disabled
AnotherTest
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-22
WindowServer: Don't close context menus when hovering over menu bar
Tom
2021-02-22
WindowServer: Reset menu position when opened by the menu bar
Tom
2021-02-21
WindowServer: Re-evaluate the mouse cursor when alpha hit-testing
Tom
2021-02-21
WindowServer: Allow changing frameless state after a window is created
Tom
2021-02-20
WindowServer: Improve small tooltips/windows shadows a bit
Tom
2021-02-19
WindowServer: Restore cursor when marking window as responsive
Sahan Fernando
2021-02-18
WindowServer: Ignore other button presses while moving/resizing windows
Tom
2021-02-18
WindowServer: Apply the backing bitmap's scale when alpha hit-testing
Tom
2021-02-17
WindowServer: Unbreak "pick new active window" algorithm
Andreas Kling
2021-02-16
WindowServer+LibGUI+LibGfx: Add WindowType::ToolWindow
Andreas Kling
2021-02-16
WindowServer, LibGUI: Variable minimum window sizes
Nick Vella
2021-02-15
WindowServer: Add support for alpha channel based hit testing
Tom
2021-02-15
WindowManager: Fix default menu item on key down
Jean-Baptiste Boric
2021-02-15
WindowManager: Select top-level menus with left/right keys
Jean-Baptiste Boric
2021-02-15
WindowManager: Make the Logo key open the system menu
Jean-Baptiste Boric
2021-02-15
WindowServer: Fix double click handling while using cursor tracking
Tom
2021-02-13
WindowServer: Improvements to support alpha channel in window frames
Tom
2021-02-12
WindowServer: Recompute occlusions when changing window's alpha channel
Tom
2021-02-11
WindowServer: Allow different shadows for active/inactive windows
Tom
2021-02-11
WindowServer: Fix compositing of fullscreen window
Linus Groh
2021-02-11
WindowServer: Blit backing bitmap with transparency for hung windows
Tom
2021-02-11
WindowServer: Fix clearing area not covered by backing bitmap
Tom
2021-02-10
WindowServer: Don't re-render the window frame when not needed
Tom
2021-02-10
WindowServer: Fix switching between shadows and no shadows with themes
Tom
2021-02-10
WindowServer: Occlusion calculation fixes
Tom
2021-02-09
WindowServer: Allow specifying different shadows for menus and tooltips
Tom
2021-02-09
WindowServer: Vertically maximize window
Camisul
2021-02-09
WindowServer: Recompute occlusions and re-render shadows on theme change
Tom
2021-02-09
WindowServer: Don't render shadow for frameless windows
Tom
2021-02-09
WindowServer: Try harder to avoid re-rendering window shadow
Tom
2021-02-09
WindowServer: Implement simple window shadows
Tom
2021-02-08
WindowServer: Cache rendered window frame in bitmap
Tom
2021-02-08
WindowServer: Calculate transparent frame occlusions
Tom
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-08
Everywhere: Add semantically-missing includes
Ben Wiederhake
2021-02-07
WindowServer: Don't close menu when clicking on item with submenu (#5239)
DragonAlex98
2021-02-01
LibIPC: Stop sending client ID to clients
Andreas Kling
2021-02-01
LibGUI+WindowServer: Don't use a WM IPC to initiate own window resize
Andreas Kling
2021-01-30
WindowManager: Restore a window's geometry when untiling it
etaIneLp
2021-01-29
WindowServer: Constrain geometry label on move/resize to desktop
Ben Wiederhake
2021-01-29
WindowServer: Split double-duty Window::normalize_rect()
Ben Wiederhake
2021-01-29
WindowServer: Allow superdrags to hide the titlebar
Ben Wiederhake
2021-01-29
WindowServer: Count titlebar towards visible/grabbable area
Ben Wiederhake
2021-01-29
WindowServer: Properly determine where a window may be
Ben Wiederhake
2021-01-25
WindowServer: Fix client unresponsiveness detection
Linus Groh
[next]