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-26
LibGUI+WindowServer: Allow applets to retrieve their location
thankyouverycool
2020-07-26
WindowServer: Adjust MenuApplet position on resize
thankyouverycool
2020-07-25
WindowServer: Use WindowManager::window_title_font() in one place
Andreas Kling
2020-07-25
WindowServer: Center the window titlebar icons vertically
Andreas Kling
2020-07-25
WindowServer: Relayout window buttons immediately on theme change
Andreas Kling
2020-07-18
WindowServer: Decide on a window title before measuring its width
Andreas Kling
2020-07-17
WindowServer: New title bar vars for themes
Nullspeak
2020-07-16
WindowServer: Fix picking new active window after destroy
Tom
2020-07-16
WindowServer: Fix traversing modal stack
Tom
2020-07-16
WindowServer: Fix crash when no active input window is set
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: Don't make window active by hovering over the icon
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/LibGUI: Add default menu items and allow default action for cont...
Tom
2020-07-11
WindowServer: Add support for default MenuItem
Tom
2020-07-07
WindowServer: Apply the "wait" cursor to unresponsive windows
Linus Groh
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-07-07
WindowServer: Turn an assertion that happens sometimes into a dbg()
Andreas Kling
2020-07-07
WindowServer: set_active_window() should not assume window has a client
Andreas Kling
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
[next]