index
:
serenity
master
topic/trivial_docs
The Serenity Operating System π
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
Age
Commit message (
Expand
)
Author
2021-05-18
CrashDaemon: Fix CrashReporter argument order
Linus Groh
2021-05-18
WebServer: Fix jailbreaking of server via .. relative paths
DexesTTP
2021-05-17
WindowServer: Don't attempt to make WindowServer inspectable
Andreas Kling
2021-05-17
WindowServer: Add Menu::is_open() to improve readability
Andreas Kling
2021-05-17
WebServer: Set no-cache header for responses
Gunnar Beutner
2021-05-17
WebServer: Don't read until EOF
Gunnar Beutner
2021-05-17
WindowServer+LibGUI: Make menubar allocation asynchronous
Andreas Kling
2021-05-17
WindowServer+LibGUI: Make menu allocation asynchronous
Andreas Kling
2021-05-17
WindowServer: Ignore window base size in aspect ratio enforcement
Andreas Kling
2021-05-16
Taskbar: Make shutdown dialog non-resizable and tweak button spacing
Andreas Kling
2021-05-16
Taskbar: Give the shutdown dialog a UI facelift :^)
Andreas Kling
2021-05-16
Kernel/Graphics + SystemServer: Support text mode properly
Liav A
2021-05-16
AK+Userland: Remove nullability feature for the ByteBuffer type
Gunnar Beutner
2021-05-16
AK+Userland: Fix some compiler warnings and make variables const-ref
Gunnar Beutner
2021-05-14
LibC: Do not include errno.h inside unistd.h
Jean-Baptiste Boric
2021-05-14
Userland: Replace arc4random() with get_random<u32>()
Jean-Baptiste Boric
2021-05-14
Userland: Migrate from arc4random_uniform() to get_random_uniform()
Jean-Baptiste Boric
2021-05-13
InspectorServer: Add another missing <AK/JsonObject.h> include
Andreas Kling
2021-05-13
InspectorServer: Add missing <AK/JsonObject.h> include
Andreas Kling
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-13
Userland: Remove no-longer-needed unveil()'s of /tmp/rpc
Andreas Kling
2021-05-13
SystemServer: Stop creating the /tmp/rpc directory
Andreas Kling
2021-05-13
Services: Add InspectorServer to reverse the direction of Inspector
Andreas Kling
2021-05-13
SymbolServer: Remove two unnecessary #include statements
Andreas Kling
2021-05-12
WindowServer: Re-render window frame when setting unresponsive status
Linus Groh
2021-05-12
Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0
sin-ack
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-11
WindowServer: Add Optional<Gfx::IntRect> argument to get_screen_bitmap()
Valtteri Koskivuori
2021-05-10
LookupServer: Do cache eviction when mDNS cache flush bit is set
Gunnar Beutner
2021-05-10
LookupServer: Track the receive timestamp for DNS answers
Gunnar Beutner
2021-05-10
LookupServer: Correct some flags for DNS packets
Gunnar Beutner
2021-05-10
LookupServer: Handle DNS record types TXT, AAAA, SRV and CNAME
Gunnar Beutner
2021-05-10
LookupServer: Turn #defines into enum classes and add formatter
Gunnar Beutner
2021-05-10
LookupServer: Split mDNS flags into separate field
Gunnar Beutner
2021-05-10
RequestServer: Make the certificate_requested IPC call asynchronous
Andreas Kling
2021-05-10
Clipboard+LibGUI: Make set_clipboard_data asynchronous
Andreas Kling
2021-05-10
WindowServer+Taskbar: Make all the IPC used by Taskbar asynchronous
Andreas Kling
2021-05-10
WindowServer: Make set_background_color and set_wallpaper_mode async
Andreas Kling
2021-05-10
WindowServer: Make dismiss_menu() an asynchronous IPC call
Andreas Kling
2021-05-10
WindowServer: Make popup_menu() an asynchronous IPC call
Andreas Kling
2021-05-10
WindowServer+LibGUI: Make "move window to front" asynchronous
Andreas Kling
2021-05-10
WindowServer+LibGUI: Make menu and menubar teardown asynchronous
Andreas Kling
2021-05-10
WindowServer: Add "Move" action to window menus
Andreas Kling
2021-05-10
WindowServer: Add separator above "Close" in window menus
Andreas Kling
2021-05-10
WindowServer: Compute final window title before passing to WM clients
Andreas Kling
2021-05-09
WindowServer: Notify WM clients when a window's modified state changes
Andreas Kling
2021-05-09
WindowServer: Tweak width/height of automatic window tile rects
Andreas Kling
2021-05-09
WindowServer: Tweak spacing above maximized windows
Andreas Kling
2021-05-09
WindowServer: Simplify the way we update items in the window menu
Andreas Kling
2021-05-09
Userland: Preserve keyboard mapping preference on reboot (#6955)
Γmer Kurttekin
[next]