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
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
2020-12-06
LookupServer: Put debug spam behind a macro
Andreas Kling
2020-12-06
WindowServer: Allow for more flexible tiling
Julian Offenhäuser
2020-12-05
AudioServer: Fix issue when adding a BufferQueue to Mixer
Julian Offenhäuser
2020-12-02
LibWeb: Layout viewport rect was lagging behind when resizing
Andreas Kling
2020-12-02
Taskbar: Wait on all waitable children in SIGCHLD handler
Tom
2020-12-02
SystemServer: Wait on all waitable children in SIGCHLD handler
Tom
2020-11-29
AudioServer: Mixer: limit max volume to 100
Brendan Coles
2020-11-22
LibWeb: Rename LayoutNode classes and move them into Layout namespace
Andreas Kling
2020-11-15
Everywhere: Add missing <AK/ByteBuffer.h> includes
Andreas Kling
2020-11-10
WindowServer: Show modal window's cursor over blocked windows
Andreas Kling
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-11-08
LibGUI+WindowServer: Make DragOperation hold a MimeData instance
AnotherTest
2020-11-02
WindowServer+LibGfx: Add Gfx::StandardCursor::Hidden cursor
Brendan Coles
[next]