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-02-09
WindowServer: Implement simple window shadows
Tom
2021-02-08
WindowServer: Cache rendered window frame in bitmap
Tom
2021-02-08
WindowServer: Calculate transparent frame occlusions
Tom
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-08
Everywhere: Add semantically-missing includes
Ben Wiederhake
2021-02-07
WindowServer: Don't close menu when clicking on item with submenu (#5239)
DragonAlex98
2021-02-06
LookupServer: Unify DNSRequest & DNSResponse
Sergey Bugaev
2021-02-06
LookupServer: Rename DNSPacket -> DNSPacketHeader
Sergey Bugaev
2021-02-06
LookupServer+LibC: Pass IP addresses in binary
Sergey Bugaev
2021-02-06
LookupServer: Switch to LibIPC :^)
Sergey Bugaev
2021-02-06
LookupServer: Move into `LookupServer` namespace
Sergey Bugaev
2021-02-05
SymbolServer: Resolve filenames and line numbers from debug info :^)
Andreas Kling
2021-02-04
SymbolServer: Cache failed ELF loads as well
Andreas Kling
2021-02-04
SymbolServer+LibSymbolClient: Just do one symbol per IPC message
Andreas Kling
2021-02-04
SymbolServer+bt: Symbolicate kernel addresses if /boot/Kernel available
Andreas Kling
2021-02-04
SymbolServer: Add symbolication service for out-of-process ELF parsing
Andreas Kling
2021-02-03
LibWeb: Move main thread JavaScript VM to its own file
Andreas Kling
2021-02-01
LibIPC: Stop sending client ID to clients
Andreas Kling
2021-02-01
LibGUI+WindowServer: Don't use a WM IPC to initiate own window resize
Andreas Kling
2021-01-31
LibIPC: Stop exchanging client/server PIDs in greeting handshake
Andreas Kling
2021-01-31
Browser+LibWeb+WebContent: Make the "Debug" menu work in multi-process
Andreas Kling
2021-01-30
WebContent: Set the main thread name based on the current page host
Andreas Kling
2021-01-30
LibWeb: Don't try to create GUI::TextBox inside multi-process web views
Andreas Kling
2021-01-30
WindowManager: Restore a window's geometry when untiling it
etaIneLp
2021-01-30
WebServer: Stream the downloaded files
AnotherTest
2021-01-30
LookupServer: Unbreak reverse DNS lookups
Andreas Kling
2021-01-30
LookupServer: Be a little more robust in case accept() fails
Andreas Kling
2021-01-30
LookupServer: Don't create Core::Object on the stack
Andreas Kling
2021-01-29
WindowServer: Constrain geometry label on move/resize to desktop
Ben Wiederhake
2021-01-29
WindowServer: Split double-duty Window::normalize_rect()
Ben Wiederhake
2021-01-29
WindowServer: Allow superdrags to hide the titlebar
Ben Wiederhake
2021-01-29
WindowServer: Count titlebar towards visible/grabbable area
Ben Wiederhake
2021-01-29
WindowServer: Properly determine where a window may be
Ben Wiederhake
2021-01-29
ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoder
Andreas Kling
2021-01-25
WindowServer: Fix client unresponsiveness detection
Linus Groh
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-24
SystemServer: Do not crash if device files are not present
Jean-Baptiste Boric
2021-01-24
WindowServer: Don't crash if unable to open input peripherals
Jean-Baptiste Boric
2021-01-23
SystemServer: Mask off the set-uid bit in SocketPermissions
Andreas Kling
2021-01-23
WindowServer: Make dragging maximized windows up no-op
Ben Wiederhake
2021-01-23
WindowServer: Prevent moving a window to inaccessible region
Ben Wiederhake
2021-01-23
WindowServer: Fix many subtle bugs in tiling/maximizing
Ben Wiederhake
2021-01-23
WindowServer: Remember the correct untiled rect
Ben Wiederhake
2021-01-23
WindowServer: Normalize preferred rect before applying
Ben Wiederhake
2021-01-23
WindowServer: Don't crash on wallpapers smaller than the desktop with fill mo...
Nico Weber
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
[next]