index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Services
/
WindowServer
/
WindowManager.h
Age
Commit message (
Expand
)
Author
2021-01-12
Services: Move to Userland/Services/
Andreas Kling
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2021-01-08
WindowServer: is_blocked_by_modal_window() => blocking_modal_window()
Andreas Kling
2020-12-30
WindowServer: Added configurable mouse acceleration and scroll length
Idan Horowitz
2020-12-19
WindowServer: Put tooltip windows above notification windows
Andreas Kling
2020-12-17
WindowServer: Add the ability to animate cursors
Tom
2020-11-08
LibGUI+WindowServer: Make DragOperation hold a MimeData instance
AnotherTest
2020-11-02
WindowServer+LibGfx: Add Gfx::StandardCursor::Hidden cursor
Brendan Coles
2020-10-30
WindowServer+LibGfx: Added Crosshair cursor
Uma Sankar Yedida
2020-08-19
WindowServer: Find parent taskbar rect for minimize animation
Tom
2020-08-18
WindowServer: Fix flickering
Tom
2020-08-01
LibGUI+WindowServer: Provide default placement to windows
Peter Elliott
2020-07-16
WindowServer: Fix traversing modal stack
Tom
2020-07-16
WindowServer: Expose window parent information and more modal improvements
Tom
2020-07-16
WindowServer: Fixes for modal windows
Tom
2020-07-15
WindowServer: Make Menus the input window when showing them
Tom
2020-07-15
WindowServer: Add accessory windows
Tom
2020-07-11
WindowServer: Add support for default MenuItem
Tom
2020-07-07
WindowServer+LibGUI: Add "wait" cursor
Linus Groh
2020-07-07
WindowServer+LibGUI: Add "help" cursor
Linus Groh
2020-07-07
WindowServer+LibGUI: Add "resize row/column" cursors
Linus Groh
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-06-01
WindowServer: Remove keyboard shortcut for toggling the system menu
Andreas Kling
2020-05-30
WindowServer+LibGUI: Add per-window progress
Andreas Kling
2020-05-20
WindowServer: Remove WindowManager::invalidate(Window) API's
Andreas Kling
2020-05-20
WindowServer: Move occlusion things from WindowManager to Compositor
Andreas Kling
2020-05-18
WindowServer: Rename WindowManager wm_config() to config()
Shannon Booth
2020-05-18
WindowServer: Make some WindowManager member functions const
Shannon Booth
2020-05-09
WindowServer: Cancel any ongoing input tracking when a menu pops up
Andreas Kling
2020-05-08
Services: Renamed from Servers
Andreas Kling