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-07-06
LibIPC+Services: Make ClientConnection take socket as NonnullRefPtr
Andreas Kling
2020-07-04
WindowServer: Move window titles 1px to the right
Andreas Kling
2020-07-04
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
Andreas Kling
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-07-03
WindowServer: Don't crash when invalid resolution requested
Maciej Zygmanowski
2020-06-29
WindowServer: don't send resize on resolution change unless needed
Peter Elliott
2020-06-28
WindowServer: Move window title bar icons 1px to the right
Andreas Kling
2020-06-18
WindowServer: Add a new IsMaximized message
Hüseyin ASLITÜRK
2020-06-16
WindowServer: Replace character with code point
Hüseyin ASLITÜRK
2020-06-13
LibIPC: Only start responsiveness timer after sending client a message
Andreas Kling
2020-06-11
LibIPC+WindowServer+LibGUI: Detect and highlight unresponsive GUI apps
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-06-05
WindowServer: Make perror() strings slightly more detailed.
Nico Weber
2020-06-03
WindowsServer: Add scancode value to KeyEvent
Hüseyin ASLITÜRK
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-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-26
Userland et al: Pledge sigaction when needed
Sergey Bugaev
2020-05-25
WindowServer: Don't crash when minimizing Eyes
Sergey Bugaev
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