index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Servers
Age
Commit message (
Expand
)
Author
2020-01-20
WindowServer: Simplify WSMenu MouseWheel event
Shannon Booth
2020-01-20
WindowServer: Stop infinite menu movement cycle
Shannon Booth
2020-01-19
WindowServer: Allow scrolling of menus that don't fit on screen
Andreas Kling
2020-01-19
WindowServer: More natural mouse menu navigation
Shannon Booth
2020-01-18
WindowServer: Print the error when failing to open /dev/fb0
Sergey Bugaev
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-18
WindowServer: Stop tracking hovered menu independently from the index (#1093)
shannonbooth
2020-01-18
WindowServer: Fix windowswitcher not closing, make system menu a toggle
Shannon Booth
2020-01-18
WindowServer: Add toggle_menu helper function
Shannon Booth
2020-01-17
Kernel: Add "accept" pledge promise for accepting incoming connections
Andreas Kling
2020-01-15
WindowServer: Do not open system menu after window tiling
Shannon Booth
2020-01-13
WindowServer: Add "thread" pledge since we need it for wallpapers
Andreas Kling
2020-01-13
LookupServer: Use pledge()
Brian Gianforcaro
2020-01-12
Kernel: Require "tty" for ioctl() on TTY and MasterPTY
Andreas Kling
2020-01-12
WindowServer: Send key events to menu manager is there is a current menu
Shannon Booth
2020-01-12
WindowServer: Fix non-submenus being closed when set as current menu
Shannon Booth
2020-01-12
WindowServer: Fix incorrect current menu when switching to new item
Shannon Booth
2020-01-12
WindowServer: Actually don't bring up system menu during move/resize
Andreas Kling
2020-01-12
Kernel: Add "video" pledge for accessing framebuffer devices
Andreas Kling
2020-01-12
WindowServer: Don't show system menu on Logo KeyUp during move/resize
Andreas Kling
2020-01-11
Kernel: fork()ed children should inherit pledge promises :^)
Andreas Kling
2020-01-11
WindowServer: Use pledge()
Andreas Kling
2020-01-11
ProtocolServer: Use pledge()
Andreas Kling
2020-01-11
SystemServer: Use pledge()
Andreas Kling
2020-01-11
AudioServer: Use pledge()
Andreas Kling
2020-01-11
TTYServer: Use pledge()
Andreas Kling
2020-01-11
WSWindowManager: Improve opening and closing the system menu
Shannon Booth
2020-01-11
WSMenuManager: Fix set_current_menu() not setting the current menu
Shannon Booth
2020-01-11
WindowServer: If a menu can't fit on screen, at least put it at y=0
Andreas Kling
2020-01-10
SystemServer: Expose service socket permissions to RPC clients
Andreas Kling
2020-01-09
SystemServer: Allow specifying per-service socket file permissions
Andreas Kling
2020-01-08
WindowServer+LibGUI: Paint exclusive actions as radio buttons in menus
Andreas Kling
2020-01-08
WindowServer: Detach WSMenuManager from WSWindowManager
Andreas Kling
2020-01-08
Revert "WSWindowServer: Remove uneccessary special casing"
Andreas Kling
2020-01-08
WSWindowServer: Only close menubar on a mouse down
Shannon Booth
2020-01-08
WSWindowManager: Use early return to limit nesting
Shannon Booth
2020-01-08
WSMenu: Support menu navigation through key presses
Shannon Booth
2020-01-08
WSMenuManager: On menu close, close the currently hovered menu item
Shannon Booth
2020-01-08
WSWindowServer: Remove uneccessary special casing
Shannon Booth
2020-01-05
WindowServer: Stop menu applets from blocking wallpaper updates
Andreas Kling
2020-01-05
WindowServer: Move menu related code from WindowManager to MenuManager
Shannon Booth
2020-01-04
WindowServer: Introduce keyboard shortcuts for fast window management
Jami Kettunen
2020-01-04
WindowServer: Maximize a window if it is dragged to top of the screen
Jami Kettunen
2020-01-04
WindowServer: Various window pop-up menu fixes & QoL tweaks
Jami Kettunen
2020-01-04
WindowServer+LibGUI: Implement minimizable property to windows
Jami Kettunen
2020-01-04
WindowServer: Set no active window if no new candidates are available
Jami Kettunen
2020-01-04
SystemServer: Explicitly open /dev/null for services without StdIO
Andreas Kling
2020-01-04
SystemServer: Fetch any extra GIDs and call setgroups() before spawn
Andreas Kling
2020-01-04
TTYServer: Use fork+exec instead of system()
Andreas Kling
2020-01-04
SystemServer: Don't let services inherit standard in/out and TTY
Andreas Kling
[next]