summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-04-11LibSoftGPU: Optimize clipping codeJelle Raaijmakers
2022-04-11LibSoftGPU: Remove superfluous braces in `Clipper`Jelle Raaijmakers
2022-04-12LibJS: Pass this value to fallback func in Array.prototype.toString()Linus Groh
2022-04-11LibJS: Update ZonedDateTime AO spec comments for structured headersLuke Wilde
2022-04-12LibWeb: Make Layout::Box::set_needs_display() work for all boxesAndreas Kling
2022-04-11LibJS: Remove unused include from AbstractOperations.cppLinus Groh
2022-04-11LibJS: Move additional notes to spec comments onto their own lineLinus Groh
2022-04-11LibJS: Call HostEnsureCanCompileStrings in CreateDynamicFunctionLuke Wilde
2022-04-11LibJS: Add tests for the new steps added to PerformEvalLuke Wilde
2022-04-11LibJS: Add missing steps and spec comments to PerformEvalLuke Wilde
2022-04-11LibWeb: Support CSSRule.typeAndreas Kling
2022-04-11LibWeb: Support CSSStyleDeclaration.getPropertyPriority()Andreas Kling
2022-04-11LibWeb: Implement CSS declaration block's "updating flag"Andreas Kling
2022-04-11LibWeb: Implement CSSStyleDeclaration.{set,remove}Property close to specAndreas Kling
2022-04-11LibGfx: Draw complex emojis correctlySimon Danner
2022-04-11env: Use Core::System::exec()Sam Atkins
2022-04-11Utilities: Read positional arguments as Strings not char*sSam Atkins
2022-04-11Shell: Read script arguments as Strings instead of char*sSam Atkins
2022-04-11strace: Use Core::System::exec()Sam Atkins
2022-04-11LibCore: Add `ArgsParser::add_positional_argument(Vector<String>&, ...)`Sam Atkins
2022-04-11profile: Use Core::System::exec()Sam Atkins
2022-04-11HackStudio: Use Core::System::exec()Sam Atkins
2022-04-11FileManager: Use Core::System::exec()Sam Atkins
2022-04-11pls: Use Core::System::exec()Sam Atkins
2022-04-11Terminal: Use Core::System::exec()Sam Atkins
2022-04-11paste: Use Core::System::{exec,setenv}Sam Atkins
2022-04-11LibCore: Add a wrapper for execvpe() and friendsSam Atkins
2022-04-11LibJS: Use single page spec link for BoundFunctionCreateLinus Groh
2022-04-11LibJS: Fix two bogus spec linksLinus Groh
2022-04-11LibWeb: Add SVGDefsElementSimon Danner
2022-04-11HackStudio: Fix inverted condition when trying to create directoriesstelar7
2022-04-11BrowserSettings: Validate homepage URLJulen Ruiz Aizpuru
2022-04-11LibGFX: Transform vertices when drawing antialiased linesFlorian Stellbrink
2022-04-11LibWeb: Reset canvas elements when their width/height attribute are setAndreas Kling
2022-04-11LibWeb: Add fast path for CRC2D.drawImage() with simple transformAndreas Kling
2022-04-11LibWeb: Add missing null check of independent formatting context in FFCAndreas Kling
2022-04-11LibWeb: Let BFC compute width for block-level replaced elementsAndreas Kling
2022-04-11LibWeb: Create a no-op formatting context for childless replaced boxesAndreas Kling
2022-04-11LibWeb: Honor "display:block" on IMG elementsAndreas Kling
2022-04-11DHCPClient: Close outgoing sockets after useTim Schumacher
2022-04-11AK: Honor box's own intrinsic size in calculate_intrinsic_sizes()Andreas Kling
2022-04-11LibCore+Userland: Remove File::ensure_parent_directorieskleines Filmröllchen
2022-04-11LibCore: Automatically create config directories if necessarykleines Filmröllchen
2022-04-11LibCore: Introduce Directorykleines Filmröllchen
2022-04-11LibCore: Add openat() syscall wrapper and improve open's implementationkleines Filmröllchen
2022-04-11LibCore: Extract Stream::OpenMode conversion helper into static functionkleines Filmröllchen
2022-04-10LibGfx: Simplify draw_anti_aliased_line() by avoiding transform callbackAndreas Kling
2022-04-10LibWeb: Bring Element.client{Left,Top} closer to specAndreas Kling
2022-04-10LibWeb: Sketch out a very basic SVG <clipPath> elementAndreas Kling
2022-04-10LibGfx: Slap an -O3 optimization #pragma on Gfx::AntiAliasingPainterAndreas Kling