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-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
2020-12-25
Everywhere: Tweak "2020-2020" => "2020" in copyright headers
Andreas Kling
2020-12-24
Taskbar: Use GUI::FileIconProvider for app icons
Linus Groh
2020-12-24
SystemMenu: Use GUI::FileIconProvider for app icons
Linus Groh
2020-12-24
LaunchServer: Ignore empty FileType / Protocol / [Launcher] config values
Linus Groh
2020-12-24
LaunchServer+Base: Stop using Browser as default protocol handler
Linus Groh
2020-12-22
LibCore: Rename identifiers that can clash with libc macros (#4127)
รrico Nogueira Rolim
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-19
WindowServer: Put tooltip windows above notification windows
Andreas Kling
2020-12-19
LibHTTP: Make HTTPRequest::from_raw_request() take a ReadonlyBytes
Andreas Kling
2020-12-17
WindowServer: Add the ability to animate cursors
Tom
2020-12-16
EchoServer: Add a simple echo server
Brendan Coles
2020-12-16
TelnetServer: replace getopt with LibCore ArgsParser
Brendan Coles
2020-12-14
LibWeb: Merge Document::layout() and Document::update_layout()
Andreas Kling
2020-12-13
LibCore: Make IODevice::read_line() return a String
Andreas Kling
2020-12-08
LibWeb+WebContent: Add on_load_finish hook to web views
Andreas Kling
2020-12-08
WindowServer: Initial wallpaper must not be NULL
Ben Wiederhake
2020-12-07
WindowServer: Don't crash when pressing return after opening menu
Andreas Kling
[next]