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
Age
Commit message (
Expand
)
Author
2021-01-10
Kernel+SystemServer+CrashDaemon: Better control where we put core dumps
Andreas Kling
2021-01-10
SystemServer+LibCore: Move /tmp/rpc/ directory creation to SystemServer
Andreas Kling
2021-01-10
Everywhere: Convert a bunch of dbgprintf() to dbgln()
Andreas Kling
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-09
LibC: Move bzero() and bcopy() per Dr. POSIX
Andreas Kling
2021-01-09
WindowServer: Don't enter invalid state when using resize corner.
Mart G
2021-01-09
Everywhere: Colour => Color
Andreas Kling
2021-01-09
WindowServer+LibGUI: Pass the set of mime types being dragged to client
Andreas Kling
2021-01-09
WindowServer+LibGUI: Notify hovered window when drag&drop is cancelled
Andreas Kling
2021-01-08
WindowServer: is_blocked_by_modal_window() => blocking_modal_window()
Andreas Kling
2021-01-08
WindowServer: Start blocked modal animation when clicking on frame
Tom
2021-01-04
SystemMenu: Tweak text "About..." => "About SerenityOS"
Andreas Kling
2021-01-03
ProtocolServer: Add some debug log output for failed downloads
Andreas Kling
2021-01-03
LaunchServer+LibDesktop: Add ability to allow URL without handler
Andreas Kling
2021-01-03
LaunchServer+LibDesktop: Add unveil-like mechanism for LaunchServer
Andreas Kling
2021-01-02
LibGUI: Remove Widget's unused m_{foreground,background}_color
Linus Groh
2021-01-02
NotificationServer: Reposition notifications on screen resolution change
Laria Carolin Chabowski
2021-01-01
ProtocolServer: Use an empty Optional<IPC::File> to pass along "no fd"
AnotherTest
2021-01-01
WindowServer: Flash modal window when clicking on window blocked by it
Andreas Kling
2020-12-31
LibThread: Hide Thread's constructor, as it is a Core::Object
Andrew Kaster
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-31
ProtocolServer: Avoid blocking all downloads when client stops reading
AnotherTest
2020-12-31
WindowServer: Send WindowDeactivated event to windows blocked by modal
Linus Groh
2020-12-30
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
Stephan Unverwerth
2020-12-30
AK+ProtocolServer: Properly close download stream fd's
AnotherTest
2020-12-30
WebContent: Pledge "recvfd" :^)
Andreas Kling
2020-12-30
ProtocolServer: Stream the downloaded data if possible
AnotherTest
2020-12-30
WindowServer: Added IPC requests for getting and setting mouse settings
Idan Horowitz
2020-12-30
WindowServer: Added configurable mouse acceleration and scroll length
Idan Horowitz
2020-12-30
CrashDaemon: Move from Applications to Services
Andreas Kling
2020-12-30
LibGUI: Rewrite layout system in terms of min and max sizes
Andreas Kling
2020-12-30
Taskbar: Set min/max size for taskbar buttons
Andreas Kling
2020-12-28
WindowServer: Add a GetGlobalCursorPosition IPC request
Andreas Kling
2020-12-28
WindowServer: Remove unnecessary clang-format disabler comment
Andreas Kling
2020-12-28
WindowServer: Don't lookup configuration values in compose()
Andreas Kling
2020-12-28
LibGUI: Make GUI::FileIconProvider::icon_for_executable() a public API
Andreas Kling
2020-12-28
Base: Rename maximize/minimize icons to a more generic name
Idan Horowitz
2020-12-28
WindowServer: Spruce up the move/resize geometry label a little bit
Andreas Kling
2020-12-28
Everywhere: Move AppFile from LibGUI to LibDesktop
Linus Groh
2020-12-28
Services: Fix typos
Brendan Coles
2020-12-27
Kernel: Introduce the DevFS
Liav A
2020-12-27
AK: Use direct-list-initialization for Vector::empend() (#4564)
Nathan Lanza
2020-12-27
Taskbar: Use GUI::AppFile
Linus Groh
2020-12-27
SystemMenu: Use GUI::AppFile
Linus Groh
2020-12-27
LaunchServer: Use GUI::AppFile
Linus Groh
2020-12-27
LibGUI+WindowServer: Tweak hover shadows slightly
Andreas Kling
2020-12-26
SystemServer: Set HOME for services
Sergey Bugaev
2020-12-26
SystemServer: Port to Core::Account
Sergey Bugaev
2020-12-26
LaunchServer: Remove icons from LaunchServer::Handler
Linus Groh
2020-12-25
WindowServer: Validate cursor type in SetWindowCursor message handler
Linus Groh
[next]