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-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
2022-12-09
WebContent+LibWeb+LibJS: Simplify injection of JS console globals
Andreas Kling
2022-12-08
Browser+LibWebView+WebContent: Do not domain match on cookie updates
Timothy Flynn
2022-12-08
LibSQL+SQLServer+SQLStudio+sql: Give ID types a distinct name
Timothy Flynn
2022-12-08
LibSQL+SQLServer: Generate SQLServer's IPC sources with LibSQL on Lagom
Timothy Flynn
2022-12-08
SQLServer: Store LibSQL database files in the standard data directory
Timothy Flynn
2022-12-08
LibGfx+Userland: Make PNGWriter::encode() return ErrorOr<ByteBuffer>
Andreas Kling
2022-12-08
LibCore: Move `Core::Stream::File::exists()` to `Core::File`
Tim Schumacher
2022-12-08
WindowServer+MouseSettings: Improve `buttons_switched` naming
Filiph Sandström
2022-12-07
LibSQL+SQLServer+sql: Send and parse the correct number of changed rows
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Send result rows over IPC as SQL::Value
Timothy Flynn
2022-12-07
SQLServer: Do not store statement execution results at the class level
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Propagate connection errors immediately
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Allocate per-statement-execution IDs
Timothy Flynn
2022-12-07
LibSQL+SQLServer+SQLStudio+sql: Use proper types for SQL IPC and IDs
Timothy Flynn
2022-12-07
SQLServer+SQLStudio+sql: Allow sending placeholder values to SQLServer
Timothy Flynn
2022-12-07
SQLServer: Parse SQL a single time to actually "prepare" the statement
Timothy Flynn
[next]