summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-03-02LibC: Add IN_MULTICAST to in.hPeter Ross
2022-03-02LibWeb: Support (and validate) prefixes in Document.createElementNS()Andreas Kling
2022-03-02LibWeb: Fix logic error in Document::validate_qualified_name()Andreas Kling
2022-03-02LibWeb: Fix bogus result from "validate and extract" DOM operationAndreas Kling
2022-03-02LibWeb: Support DOMImplementation.createDocument() doctype parameterAndreas Kling
2022-03-02LibJS: Fix rounding issues in Number.toFixedBen Abraham
2022-03-01LibWeb: Handle height:auto separately for BFC root vs other block boxesAndreas Kling
2022-03-01LibWeb: Implement <button>'s activation behaviourLuke Wilde
2022-03-01LibWeb: Associate form elements with a form in parsing and dynamicallyLuke Wilde
2022-03-01LibWeb: Implement HTMLButtonElement.typeLuke Wilde
2022-03-01LibWeb: Add form associated element categoriesLuke Wilde
2022-03-01LibWeb: Move enabled() to FormAssociatedElement and follow the specLuke Wilde
2022-03-01LibWeb: Fix incorrect check in BrowsingContext::is_top_levelLuke Wilde
2022-03-01LibWeb: Always include floats when computing height:auto for blocksAndreas Kling
2022-03-01LibWeb: Fix wrong height:auto computation for block with floating childAndreas Kling
2022-03-01LibWeb: Add origin property to window objectAlex M
2022-02-28LibC: Define offsetof in stddef.h instead of sys/cdefs.hAndrew Kaster
2022-02-28LibC: Don't export ALWAYS_INLINE from sys/cdefs.hAndrew Kaster
2022-02-28LibJS: Spin the event loop until await has completeddavidot
2022-02-28LibWeb: Also apply default button styles to <button>, not just <input>Linus Groh
2022-02-28LibC: Add a wrapper for the getrusage syscallLucas CHOLLET
2022-02-28LibWeb: Add support for 'view-box' attribute to SVGsTobias Christiansen
2022-02-28LibWeb: Make SVGSVGElement's view_box() constTobias Christiansen
2022-02-28LibWeb: Allow <input type="button/submit/reset"> to be styledVrins
2022-02-28LibWeb: Remove unused variable in required_box_type_transformation()Andreas Kling
2022-02-28LibWeb: Store box's containing line box fragment in FormattingStateAndreas Kling
2022-02-28LibWeb: Use copy-on-write to make cloning a FormattingState much cheaperAndreas Kling
2022-02-28LibWeb: Don't crash on content with SVG elements outside of <svg>Andreas Kling
2022-02-28LibWeb: Move some of PaintContext out of lineAndreas Kling
2022-02-28LibWeb: Don't blockify or inlinify boxes with already-correct typeAndreas Kling
2022-02-28LibWeb: Blockify children of parents with display:grid or display:flexAndreas Kling
2022-02-28LibWeb: Split CSS box type transformations into a helper functionAndreas Kling
2022-02-28LibWeb: Improve Layout::Box has-definite-size? computationAndreas Kling
2022-02-28LibWeb: Store bottom edge location with each LineBoxAndreas Kling
2022-02-28LibWeb: For height:auto blocks, measure from top of *top* line boxAndreas Kling
2022-02-28LibWeb: Add FormattingState::clone()Andreas Kling
2022-02-28LibWeb: Store Layout::Box overflow data in Optional instead of OwnPtrAndreas Kling
2022-02-28LibWeb: Use Vector<LineBoxFragment> instead of NonnullOwnPtrVectorAndreas Kling
2022-02-28LibWeb: Use coordinate instead of WeakPtr for box->fragment connectionAndreas Kling
2022-02-28LibWeb: Pass state to create_independent_formatting_context_if_needed()Andreas Kling
2022-02-28TextEditor: Support multiline highlighting for trailing spaceLucas CHOLLET
2022-02-28TextEditor: Fix highlighting bug in wrapping modeLucas CHOLLET
2022-02-28LibDSP: Allow ProcessorRangeParameter to specify if it's a log valuekleines Filmröllchen
2022-02-28LibCore: Add rmdir system call wrapperLenny Maiorani
2022-02-28LibVT: Fix crash from integer overflow in text wrappingMacDue
2022-02-27LanguageServers/Cpp: Make find declaration of enums workItamar
2022-02-27LibCpp: Set end position for the return type node of FunctionType nodesItamar
2022-02-27Everywhere: Make JSON serialization fallibleIdan Horowitz
2022-02-26LibGUI: Set Editors to wrap at words when MultiLinethankyouverycool
2022-02-27LibLine: Update inline search cursor after kill_line (^U) commandNícolas F. R. A. Prado