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-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
2020-09-21
LookupServer: Use DuplexMemoryStream instead of BufferStream.
asynts
2020-09-21
AudioServer: Use OutputMemoryStream instead of BufferStream.
asynts
2020-09-19
WindowServer: Shrink menubar menu text rects slightly
Andreas Kling
2020-09-16
WindowServer: Make SetWindowTaskbarRect tolerant to non-existing windows
Tom
2020-09-15
LibCore: Make Core::Object properties more dynamic
Andreas Kling
2020-09-12
LibWeb: Support window.alert() in multi-process context
Andreas Kling
2020-09-12
LibIPC: Share most of the code between {Client,Server}Connection
Andreas Kling
2020-09-11
LibGUI+WindowServer: Rename window "override cursor" to just "cursor"
Andreas Kling
2020-09-10
LibGfx: Move StandardCursor enum to LibGfx
Andreas Kling
2020-09-08
WindowServer: Draw minimize animation inverted
Tom
2020-09-07
WindowServer: Fix invalidating window frame
Tom
2020-09-05
Clipboard: Add a key-value map alongside the clipboard storage
Andreas Kling
2020-08-31
WindowServer: Return correct IsMaximized response
thankyouverycool
2020-08-30
Everywhere: Port to String::copy_characters_to_buffer()
Sergey Bugaev
2020-08-30
WindowServer: Unbreak building with extra debug macros
Ben Wiederhake
2020-08-28
ChessEngine: Move from Applications to Services
Andreas Kling
2020-08-27
WindowServer: Fix minor flicker with transparent windows
Tom
2020-08-26
WindowServer+LibGfx: Move title bar button layout to WindowTheme
thankyouverycool
2020-08-25
AK: Add Endian.h header to replace NetworkOrdered.h.
asynts
2020-08-24
DHCPClient: Prefer strlcpy over strncpy, fixes off-by-one
Ben Wiederhake
[next]