summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-10-02LibJS: Add Visitor::visit(GCPtr<T>) and Visitor::visit(NonnullGCPtr<T>)Linus Groh
2022-10-02LibJS: Add Value(GCPtr<T>) and Value(NonnullGCPtr<T>) constructorsLinus Groh
2022-10-02LibJS: Move PromiseCapability into its own cpp/h fileLinus Groh
2022-10-02LibJS: Update outdated PROMISE_DEBUG loggingLinus Groh
2022-10-02LibJS: Remove two outdated forward declarationsLinus Groh
2022-10-02LibWeb: Fix string whitespace splitting mistakeMacDue
2022-10-02mount: Report error instead of crashing on failureLucas CHOLLET
2022-10-02test: Support more optionsimplicitfield
2022-10-02test: Print the correct operator on errorimplicitfield
2022-10-02LibWeb: Move strip_and_collapse_whitespace() to Infra/Linus Groh
2022-10-02LibWeb: Replace incorrect uses of split_view() for whitespace splittingLinus Groh
2022-10-02LibWeb: Replace incorrect uses of String::trim_whitespace()Linus Groh
2022-10-02LibWeb: Replace incorrect uses of AK::is_ascii_space()Linus Groh
2022-10-02LibWeb: Add is_ascii_whitespace() functionLinus Groh
2022-10-02Snake: Show message box on game overmatcool
2022-10-02Games: Wrong parent window passed to GUI::MessageBoxMonroe Clinton
2022-10-02LibWeb: Support painting the hue-rotate() filter effectMacDue
2022-10-02LibGfx: Implement HueRotateFilterMacDue
2022-10-02LibGfx: Add `[[nodiscard]]` to Matrix operatorsMacDue
2022-10-02LibGfx: Add Matrix::operator*(T scalar)MacDue
2022-10-02LibGfx: Add Matrix::operator+(Matrix const & other)MacDue
2022-10-02LibWeb: Report the current OS instead of always saying SerenityOSAndreas Kling
2022-10-02LibWeb: Improve placement of abspos boxes with dual-auto insetsAndreas Kling
2022-10-02LibWeb: Reset painter translation when painting fixed-position elementsAndreas Kling
2022-10-02LibGfx: Add a way to get the Painter's current 2D translationAndreas Kling
2022-10-02LibWeb: Add helpful locals in layout_absolutely_positioned_element()Andreas Kling
2022-10-02LibWeb: Vertical % margins are relative to containing block widthAndreas Kling
2022-10-02LibWeb: Reorganize layout algorithms around available spaceAndreas Kling
2022-10-02LibWeb: Don't try to format inline-block boxes in BFCAndreas Kling
2022-10-02LibWeb: Fix crash when loading a HTML string that contains an iframeMacDue
2022-10-02LibJS: Show class name in the dump from the NewClass instructionHendiadyoin1
2022-10-02LibJS: Set class' source text in NewClass instructionHendiadyoin1
2022-10-02Calendar: Fix crash when changing event dateMonroe Clinton
2022-10-01LibWeb: Don't scale by x, x when a scale x, y is provided as a transformHendiadyoin1
2022-10-01LibWeb: Remove the internal window object from WebEngineCustomDataAndrew Kaster
2022-10-01LibWeb: Cleanup unecessary uses and includes of HTML::WindowAndrew Kaster
2022-10-01LibWeb: Remove unused DOM::Node::window helper methodAndrew Kaster
2022-10-01LibWeb: Ensure that replaced documents keep the Window of their siblingAndrew Kaster
2022-10-01LibWeb: Remove prototype and constructor helpers from WindowAndrew Kaster
2022-10-01LibWeb: Use prototype and constructor methods from new IntrinsicsAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from WebGL and WebSocketAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from assorted classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPIAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from UIEvents classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from WebAssembly classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from SVG classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from Geometry classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from HTML classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from CSS classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from DOM and WebIDLAndrew Kaster