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-02-06
LibAudio: Put all classes in the Audio namespace and remove leading A
Andreas Kling
2020-02-05
LibC: Add posix_openpt(), grantpt() and unlockpt()
Andreas Kling
2020-02-05
LibIPC: Put all classes in the IPC namespace and remove the leading I
Andreas Kling
2020-02-05
TTYServer: Include AK/LogStream.h for dbg()
joshua stein
2020-02-05
WindowServer: Remove unused s_checkbox_or_icon_padding
joshua stein
2020-02-04
WindowServer: Fix the drain mouse mechanism
Liav A
2020-02-04
WindowServer: Preliminary absolute mouse positioning support
Sergey Bugaev
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-02-02
WindowServer: Fix for Changing Screen Resolution Resets.
Hüseyin ASLITÜRK
2020-02-01
WindowServer: make menus wrap vertically
Oliver Kraitschy
2020-01-26
LookupServer: Don't cache already-expired DNS answers
Andreas Kling
2020-01-26
LookupServer: Cache DNS answers for TTL seconds
Andreas Kling
2020-01-26
LookupServer: Rename "custom_hosts" => "etc_hosts"
Andreas Kling
2020-01-26
LookupServer: Rename setting "DNS/IPAddress" => "DNS/Nameserver"
Andreas Kling
2020-01-26
LookupServer: Use CUdpSocket instead of the POSIX API
Andreas Kling
2020-01-26
LookupServer: Add missing copyright headers
Andreas Kling
2020-01-26
LookupServer: Retry with 0x20 randomization turned off on EREFUSED
Andreas Kling
2020-01-26
LookupServer: Verify that DNS response questions match the request
Andreas Kling
2020-01-26
LookupServer: Randomize the 0x20 bit in DNS request ASCII characters
Andreas Kling
2020-01-26
LookupServer: Randomize DNS request ID's
Andreas Kling
2020-01-26
LookupServer: Minor overhaul
Andreas Kling
2020-01-25
WindowServer: Don't allow minimize/maximize of windows while modal up
Andreas Kling
2020-01-25
WindowServer: Robustify WSWindow<->WSClientConnection link a bit
Andreas Kling
2020-01-25
WindowServer: Tear down WSClientConnection asynchronously
Andreas Kling
2020-01-24
Meta: Claim copyright for files created by me
Sergey Bugaev
2020-01-22
LookupServer: Lock unveil() after initialization.
Brian Gianforcaro
2020-01-21
AudioServer: Drop "rpath" and "wpath" pledges
Andreas Kling
2020-01-21
WindowServer: unveil("/bin", "x") so we can start applications
Andreas Kling
2020-01-20
WindowServer: Use unveil()
Andreas Kling
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
[next]