index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
Age
Commit message (
Expand
)
Author
2022-12-30
SQLServer: Mark a deferred invocation lambda as mutable
Timothy Flynn
2022-12-30
SQLServer: Explicitly return empty optionals over IPC upon errors
Timothy Flynn
2022-12-28
LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size`
Jelle Raaijmakers
2022-12-28
NotificationServer: Use `Optional` for last rect in `NotificationWindow`
Jelle Raaijmakers
2022-12-27
Taskbar: Propagate more errors on widget population
thankyouverycool
2022-12-27
Taskbar: Load Assistant's AppFile on window creation
thankyouverycool
2022-12-26
WebServer: Use new String type internally as much as possible
Thomas Keppler
2022-12-26
WebServer: Use new String type for default option values
Thomas Keppler
2022-12-26
WebServer: Require document root and credentials as config init params
Thomas Keppler
2022-12-26
WebServer: Rename {real_}root_path to {real_}document_root_path
Thomas Keppler
2022-12-26
LibIPC+Everywhere: Change IPC decoders to construct values in-place
Timothy Flynn
2022-12-26
Taskbar: Handle errors when adding/changing quick launch entries
Arda Cinar
2022-12-26
Taskbar: Add a factory function for TaskbarWindow
Arda Cinar
2022-12-26
Taskbar: Add a factory function for QuickLaunchWidget
Arda Cinar
2022-12-25
WebDriver: Implement stub for .../element/{element id}/click
Baitinq
2022-12-25
LibWeb: Propagate errors in Element::scroll_into_view()
Baitinq
2022-12-23
LibConfig+LibCore+ConfigServer: Support u32 configuration entries
Timothy Flynn
2022-12-23
Taskbar: Propagate errors while loading bmp
ericLemanissier
2022-12-23
WindowServer: Remove overcropping for magnifier
FrHun
2022-12-23
WindowServer: Allow overriding position when getting bitmap
FrHun
2022-12-20
LookupServer: Propagate the errors from MulticastDNS::handle_packet()
Alexander Narsudinov
2022-12-20
LookupServer: Propagate the errors from MulticastDNS::lookup()
Alexander Narsudinov
2022-12-20
LibCore: Make UDPServer::receive() return ErrorOr<ByteBuffer>
Alexander Narsudinov
2022-12-20
AK: Stop using `DeprecatedString` in Base64 encoding
Jelle Raaijmakers
2022-12-19
Browser+WebContent: Fixup some DOM inspector weirdness
MacDue
2022-12-16
LibJS: Convert new_object_environment() to NonnullGCPtr
Linus Groh
2022-12-15
LibCore: Use ';' to split socket path in `SOCKET_TAKEOVER`
Federico Guerinoni
2022-12-15
WebContent: Disallow creating WebDriverConnections with existing sockets
Timothy Flynn
2022-12-15
WebDriver: Remove the WebContent socket file when closing the session
Timothy Flynn
2022-12-15
WebDriver: Specify callbacks for clients to launch browser windows
Timothy Flynn
2022-12-15
WebContent+WebDriver: Move WebDriver socket to the standard runtime path
Timothy Flynn
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-14
LibGfx+Userland: Make Gfx::SystemTheme propagate errors
Cygnix Proto
2022-12-14
LibWeb: Convert Paintable coordinates to new pixel units
Sam Atkins
2022-12-14
LibWeb: Split PaintContext::viewport_rect() into device/css variants
Sam Atkins
2022-12-14
LibWeb: Make PaintContext aware of CSS and DevicePixels
Sam Atkins
2022-12-14
LaunchServer: Return if read_link fails in for_each_handler_for_path
Maciej
2022-12-14
LibJS: Convert Array::create{,_from}() to NonnullGCPtr
Linus Groh
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-11
WindowServer: Remove unused bools in Menu::draw()
thankyouverycool
2022-12-11
WindowServer: Include missing visibility argument when making MenuItem
thankyouverycool
2022-12-11
SQLServer: Re-use already opened SQL::Database objects
Timothy Flynn
2022-12-10
LibWeb: Use HashMap::try_ensure_capacity in StyleComputer
Thomas Queiroz
2022-12-10
LibGUI+WindowServer: Add "visible" state to GUI actions
Andreas Kling
2022-12-10
WindowServer: Update checked state of m_window_menu_always_on_top_item
thankyouverycool
2022-12-10
LibWeb+WebContent+headless-browser: Remove PaintContext::scroll_offset()
Sam Atkins
2022-12-10
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
Sam Atkins
2022-12-10
LibWeb+WebContent+headless-browser: Make Page aware of the display scale
Sam Atkins
2022-12-10
LibCore: Use `Core::Stream` for `ProcessStatisticsReader`
Tim Schumacher
2022-12-09
SQLServer: Add a hook to inform owners of disconnected SQL clients
Timothy Flynn
[next]