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-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
2020-11-02
ChessEngine: Use pledge and unveil
Brendan Coles
2020-10-30
LibProtocol+LibGemini+LibHTTP: Provide root certificates to LibTLS
AnotherTest
2020-10-30
LibHTTP+ProtocolServer+LibGemini: Remove Request::schedule()
AnotherTest
2020-10-30
WindowServer+LibGfx: Added Crosshair cursor
Uma Sankar Yedida
2020-10-27
LibGUI+LibGfx+WindowServer: Auto-generate disabled action icons :^)
Andreas Kling
2020-10-27
WindowServer: Improve look of drag&drop items somewhat
Andreas Kling
2020-10-25
LookupServer: Support multiple nameservers
Linus Groh
2020-10-25
LookupServer: Replace unused 'did_timeout' with 'did_get_response'
Linus Groh
2020-10-25
LookupServer: Replace dbg()/dbgprintf() with dbgln()
Linus Groh
2020-10-25
WindowServer: Raise menu item icons slightly when hovered :^)
Andreas Kling
2020-10-25
Taskbar: Make quicklaunch buttons larger and reduce spacing
Andreas Kling
2020-10-24
LibGfx+WindowServer: Handle taller window title fonts better
Andreas Kling
2020-10-21
LibCore+WebServer+LibWeb: Make MIME type guesser take a StringView
Andreas Kling
2020-10-21
WebServer: Force "text/html" mimetype for directories with index.html
Andreas Kling
2020-10-20
WindowServer: Return some event members by const reference
Andreas Kling
2020-10-08
LibWeb: Add OutOfProcessWebView::load_html()
Linus Groh
2020-10-08
DHCPClient: Remove unused UPDSocket.h include
Nico Weber
2020-10-05
Services: Remove unused includes of {LibCore,WindowServer}/EventLoop.h
Nico Weber
2020-10-04
AK: Don't add newline for outf/dbgf/warnf.
asynts
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-10-02
AK: Add trivial structure validation to SharedBuffer
Tom
2020-09-30
LibCore: Add ensure_parent_directories to LibCore::File
Itamar
2020-09-28
LibCore: Make TCPServer::listen() report failure instead of asserting
Andreas Kling
2020-09-28
ProtocolServer+LibWeb: Support more detailed HTTP requests
Andreas Kling
2020-09-25
Meta+Services: Make clang-format-10 clean
Ben Wiederhake
2020-09-21
TelnetServer: Use OutputMemoryStream instead of BufferStream.
asynts
[next]