index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-12-14
LibWeb: Convert gradient painting to new pixel units
Sam Atkins
2022-12-14
LibWeb: Convert backdrop-filter painting to new pixel units
Sam Atkins
2022-12-14
LibWeb: Convert border painting to new pixel units
Sam Atkins
2022-12-14
LibWeb: Convert background painting 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
LibWeb: Only allow DevicePixels operators to work with integers
Sam Atkins
2022-12-14
Meta: Rename `E2FSCK` => `E2FSCK_PATH`
Lucas CHOLLET
2022-12-14
Meta: Factorize path resolution
Lucas CHOLLET
2022-12-14
FileManager: Display message box if stat()'ing a file to activate fails
Maciej
2022-12-14
LaunchServer: Return if read_link fails in for_each_handler_for_path
Maciej
2022-12-14
LibJS: Don't update names of resulting functions in object expression
davidot
2022-12-14
LibJS: Set DateTimeFormat's time zone when the CLDR download is disabled
Timothy Flynn
2022-12-14
LibUnicode: Fix compilation when the UCD download is disabled
Timothy Flynn
2022-12-14
PixelPaint: Add background color options to "new image" dialog
MacDue
2022-12-14
LibArchive: Do some error propagation while packing tar files
Tim Schumacher
2022-12-14
LibArchive: Port `TarOutputStream` to `Core::Stream`
Tim Schumacher
2022-12-14
ConfigureComponents: Use `Core::Stream` to read output from `whiptail`
Tim Schumacher
2022-12-14
LibIDL: Use `Core::Stream` to read imports
Tim Schumacher
2022-12-14
Kernel: Start implementing `kmalloc_aligned` more efficiently
Tim Schumacher
2022-12-14
Kernel: Check against TCP packet size overflows in checksum calculation
Tim Schumacher
2022-12-14
Kernel: Convert TCP pseudo-headers through a union
Tim Schumacher
2022-12-14
Ports: Use double quotes for a string literal in qtbase port
Clemens Wasser
2022-12-14
Ports: Add missing include and update renamed function in OpenJDK patch
Clemens Wasser
2022-12-14
AK: Create relative path even if prefix is not an ancestor of the path
Poseydon42
2022-12-14
Kernel: Add the auxiliary vector to the stack size validation
Agustin Gianni
2022-12-14
Base: Add a quote to the fortunes database
kleines Filmröllchen
2022-12-14
Help: Move-capture help page path
Maciej
2022-12-14
Minesweeper: Make a factory function for Field and propagate errors
Andreas Kling
2022-12-14
CatDog: Make a factory function for CatDog and propagate errors
Andreas Kling
2022-12-14
Snake: Make a factory function for SnakeGame and propagate errors
Andreas Kling
2022-12-14
LibSQL: Convert string values to a double in a locale-independent manner
Timothy Flynn
2022-12-14
Meta: Don't depend on sudo for privileged operations
Baitinq
2022-12-14
Base: Add two HTML test pages for DOM cloneNode() functionality
Andreas Kling
2022-12-14
LibWeb: Implement Node.isEqualNode() for ProcessingInstruction nodes
Andreas Kling
2022-12-14
LibWeb: Add Document.createProcessingInstruction()
Andreas Kling
2022-12-14
LibWeb: Make sure ProcessingInstruction objects have the right prototype
Andreas Kling
2022-12-14
LibWeb: Implement Node.isEqualNode() for Attr nodes
Andreas Kling
2022-12-14
LibWeb: Implement Node.cloneNode for Attr nodes
Andreas Kling
2022-12-14
Browser: Inject cookies timestamps as integers rather than doubles
Timothy Flynn
2022-12-14
LibSQL: Support 64-bit integer values and handle overflow errors
Timothy Flynn
2022-12-14
LibSQL: Sort the list of SQL error codes alphabetically
Timothy Flynn
2022-12-14
LibSQL: Remove unnecessary values from the ENUMERATE_SQL_TYPES macro
Timothy Flynn
2022-12-14
LibSQL: Ungracefully handle database version incompatibilities
Timothy Flynn
2022-12-14
LibJS+LibWeb: Remove NonnullGCPtr<T>::operator=(GCPtr<T>) footgun
Andreas Kling
2022-12-14
LibJS: Remove Object(Object& prototype) footgun
Andreas Kling
2022-12-14
LibJS: Don't "copy construct" temporary value in ThrowCompletionOr ctor
Andreas Kling
2022-12-14
Presenter: Provide default text styles to text objects
Arda Cinar
2022-12-14
Presenter: Fix a crash in loading untitled presentations
Arda Cinar
2022-12-14
LibCore: Protect Core::Group against null group::gr_mem members
Timothy Flynn
[next]