summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-03-13LibGfx: Commonize P[BGP]M file loading contextsLenny Maiorani
2022-03-13Libraries: Use default constructors/destructors in LibX86Lenny Maiorani
2022-03-13Libraries: Use default constructors/destructors in LibWebSocketLenny Maiorani
2022-03-13Libraries: Use default constructors/destructors in LibVTLenny Maiorani
2022-03-13Libraries: Use default constructors/destructors in LibThreadingLenny Maiorani
2022-03-13Libraries: Use default constructors/destructors in LibSyntaxLenny Maiorani
2022-03-13Libraries: Use default constructors/destructors in LibSQLLenny Maiorani
2022-03-13Libraries: Use default constructors/destructors in LibMarkdownLenny Maiorani
2022-03-13Libraries: Use default constructors/destructors in LibLineLenny Maiorani
2022-03-13Libraries: Use default constructors/destructors in LibIPCLenny Maiorani
2022-03-13Libraries: Use default constructors/destructors in LibHTTPLenny Maiorani
2022-03-13Libraries: Use default constructors/destructors in LibGeminiLenny Maiorani
2022-03-13LibWeb: Add a Vector::ensure_capacity() in collect_matching_rules()Andreas Kling
2022-03-13LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^)Andreas Kling
2022-03-13LibWeb: Don't make deep copy of custom properties for every elementAndreas Kling
2022-03-13LibWeb: Cache CSS::Selector's pseudo element at construction timeAndreas Kling
2022-03-13LibWeb: Sort stacking context tree once, after fully building itAndreas Kling
2022-03-13LibCore: Use altzone for the current time zone offset during DSTTimothy Flynn
2022-03-13LibC: Use altzone for the current time zone offset during DSTTimothy Flynn
2022-03-13LibJS: Implement bytecode generation for WithStatementAli Mohammad Pur
2022-03-13LibJS: Initialize 'var' bindings to undefined on declarationAli Mohammad Pur
2022-03-13LibJS: Leave the unwind context on break/continue/return in bytecodeAli Mohammad Pur
2022-03-13LibJS: Propagate abrupt completions in Bytecode::Op::CallAli Mohammad Pur
2022-03-13LibJS: Add some tests for TypedArray.prototype.setmjz19910
2022-03-13LibWeb: Fix serialization of selectors with universal subject (*)Andreas Kling
2022-03-13LibVT: Use coarse scrolling animation in TerminalWidgetMacDue
2022-03-13LibGUI: Allow setting smooth/coarse scrolling animation on ScrollBarMacDue
2022-03-13LibGUI: Add m_ prefix to gutter_click_state in ScrollBarMacDue
2022-03-13LibWeb: Give flex containers with percentage cross size some dimensionsAndreas Kling
2022-03-13LibWeb: Add a debug helper to dump current state of an FFCAndreas Kling
2022-03-13LibWeb: Make Element::recompute_style() really compare propertiesAndreas Kling
2022-03-13LibWeb: Mark input elements for style update in set_checked()Andreas Kling
2022-03-13LibWeb: Make StyleProperties::operator==(StyleProperties) actually workAndreas Kling
2022-03-13LibWeb: Fix calculation of hypothetical cross size in column flex layoutAndreas Kling
2022-03-13LibWeb: Swap min-content and max-content intrinsic sizes if neededAndreas Kling
2022-03-13LibWeb: Support the CSS 'unset' valueAndreas Kling
2022-03-13LibWeb: Make Layout::FormattingState copies shallowAndreas Kling
2022-03-13LibWeb: Add fast_is<SVG::SVGSVGElement>()Andreas Kling
2022-03-13LibWeb: Handle many more cases with intrinsic/auto sizing in flex layoutAndreas Kling
2022-03-13LibWeb: Add functions for calculating intrinsic sizes of a Layout::BoxAndreas Kling
2022-03-13LibWeb: Make Layout::SVGBox a BlockContainer againAndreas Kling
2022-03-13LibWeb: Add FFC helpers for resolving definite main/cross sizesAndreas Kling
2022-03-13LibWeb: Remove ad-hoc setup step from FFC layout algorithmAndreas Kling
2022-03-13LibWeb: Improve how layout nodes decide whether they have definite sizesAndreas Kling
2022-03-13LibWeb: Apply non-CSS presentational hints before author stylesAndreas Kling
2022-03-13LibWeb: Only collapse vertical margin between BlockContainer siblingsAndreas Kling
2022-03-13LibWeb: Support indefinite flex container cross sizesAndreas Kling
2022-03-13LibWeb: Fix flex line alignment in single-line flex containersAndreas Kling
2022-03-13LibWeb: Remove FFC::cross_size_is_absolute_or_resolved_nicely()Andreas Kling
2022-03-13LibWeb: Improve FFC step 7 (hypothetical cross size)Andreas Kling