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
Age
Commit message (
Expand
)
Author
2020-05-20
LibGUI: Replace up and down arrows with emoji
Hüseyin ASLITÜRK
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-19
WindowServer: Always send mouse events to the full-screen window
Andreas Kling
2020-05-19
WindowServer: Ignore overlap when compositing full-screen windows
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-18
WindowServer: Remove uneeded const_casts for getting a submenu
Shannon Booth
2020-05-18
WindowServer: Add const version of Menu::find_menu_by_id(int menu_id)
Shannon Booth
2020-05-18
WindowServer: Add const qualified version of MenuItem::submenu()
Shannon Booth
2020-05-16
LibIPC: Allow opt-in UTF-8 validation on message parameters
Andreas Kling
2020-05-16
LibGUI+WindowServer: Allow applications to set custom cursor bitmaps
Shannon Booth
2020-05-14
Clipboard: Move the system clipboard to a dedicated service process :^)
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-13
WindowServer: Invalidate the cursor when setting an override cursor
DexesTTP
2020-05-13
LibGUI+WindowServer: Allow apps to use the "move" cursor :^)
Andreas Kling
2020-05-10
WindowServer: Shade the bottom of the menu bar like a button
Andreas Kling
2020-05-10
WindowServer: Add 2px of tasteful space above maximized windows
Andreas Kling
2020-05-10
WindowServer: Add basic search functionality in menus
Shannon Booth
2020-05-10
WindowServer: Rework and simplify Menu event handling
Shannon Booth
2020-05-10
WindowServer: Remove stray semicolon
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