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-04-11
Ports/brogue: Update brogue to version 1.10.1
EWouters
2022-04-11
Ports/bc: Update bc to version 5.2.3
EWouters
2022-04-11
LibSoftGPU: Optimize clipping code
Jelle Raaijmakers
2022-04-11
LibSoftGPU: Remove superfluous braces in `Clipper`
Jelle Raaijmakers
2022-04-12
Kernel: Skip setting region name if none is given to mmap
Tim Schumacher
2022-04-12
LibJS: Pass this value to fallback func in Array.prototype.toString()
Linus Groh
2022-04-12
Base: Add new dark theme alternative
djwisdom
2022-04-11
LibJS: Update ZonedDateTime AO spec comments for structured headers
Luke Wilde
2022-04-12
LibWeb: Make Layout::Box::set_needs_display() work for all boxes
Andreas Kling
2022-04-11
LibJS: Remove unused include from AbstractOperations.cpp
Linus Groh
2022-04-11
LibJS: Move additional notes to spec comments onto their own line
Linus Groh
2022-04-11
LibJS: Call HostEnsureCanCompileStrings in CreateDynamicFunction
Luke Wilde
2022-04-11
LibJS: Add tests for the new steps added to PerformEval
Luke Wilde
2022-04-11
LibJS: Add missing steps and spec comments to PerformEval
Luke Wilde
2022-04-11
LibWeb: Support CSSRule.type
Andreas Kling
2022-04-11
LibWeb: Support CSSStyleDeclaration.getPropertyPriority()
Andreas Kling
2022-04-11
LibWeb: Implement CSS declaration block's "updating flag"
Andreas Kling
2022-04-11
LibWeb: Implement CSSStyleDeclaration.{set,remove}Property close to spec
Andreas Kling
2022-04-11
LibGfx: Draw complex emojis correctly
Simon Danner
2022-04-11
env: Use Core::System::exec()
Sam Atkins
2022-04-11
Utilities: Read positional arguments as Strings not char*s
Sam Atkins
2022-04-11
Shell: Read script arguments as Strings instead of char*s
Sam Atkins
2022-04-11
strace: Use Core::System::exec()
Sam Atkins
2022-04-11
LibCore: Add `ArgsParser::add_positional_argument(Vector<String>&, ...)`
Sam Atkins
2022-04-11
profile: Use Core::System::exec()
Sam Atkins
2022-04-11
HackStudio: Use Core::System::exec()
Sam Atkins
2022-04-11
FileManager: Use Core::System::exec()
Sam Atkins
2022-04-11
pls: Use Core::System::exec()
Sam Atkins
2022-04-11
Terminal: Use Core::System::exec()
Sam Atkins
2022-04-11
paste: Use Core::System::{exec,setenv}
Sam Atkins
2022-04-11
LibCore: Add a wrapper for execvpe() and friends
Sam Atkins
2022-04-11
LibJS: Use single page spec link for BoundFunctionCreate
Linus Groh
2022-04-11
LibJS: Fix two bogus spec links
Linus Groh
2022-04-11
LibWeb: Add SVGDefsElement
Simon Danner
2022-04-11
HackStudio: Fix inverted condition when trying to create directories
stelar7
2022-04-11
BrowserSettings: Validate homepage URL
Julen Ruiz Aizpuru
2022-04-11
LibGFX: Transform vertices when drawing antialiased lines
Florian Stellbrink
2022-04-11
LibWeb: Reset canvas elements when their width/height attribute are set
Andreas Kling
2022-04-11
LibWeb: Add fast path for CRC2D.drawImage() with simple transform
Andreas Kling
2022-04-11
LibWeb: Add missing null check of independent formatting context in FFC
Andreas Kling
2022-04-11
LibWeb: Let BFC compute width for block-level replaced elements
Andreas Kling
2022-04-11
LibWeb: Create a no-op formatting context for childless replaced boxes
Andreas Kling
2022-04-11
LibWeb: Honor "display:block" on IMG elements
Andreas Kling
2022-04-11
DHCPClient: Close outgoing sockets after use
Tim Schumacher
2022-04-11
AK: Disable the HashTable<double> test until UB issue is fixed
Andreas Kling
2022-04-11
AK: Honor box's own intrinsic size in calculate_intrinsic_sizes()
Andreas Kling
2022-04-11
LibCore+Userland: Remove File::ensure_parent_directories
kleines Filmröllchen
2022-04-11
LibCore: Automatically create config directories if necessary
kleines Filmröllchen
2022-04-11
LibCore: Introduce Directory
kleines Filmröllchen
2022-04-11
LibCore: Add openat() syscall wrapper and improve open's implementation
kleines Filmröllchen
[next]