summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-09-24LibWeb: Absolutize internal lengths in all StyleValuesAndreas Kling
2021-09-24LibWeb: Remove on-demand font resolutionAndreas Kling
2021-09-24LibWeb: Give DOM::Document some default style propertiesAndreas Kling
2021-09-24LibWeb: Make ListItemMarkerBox inherit style from ListItemBoxAndreas Kling
2021-09-24LibWeb: Add tightly-typed DOM node accessors for Layout::ListItemBoxAndreas Kling
2021-09-24LibWeb: Let <br> elements have styleAndreas Kling
2021-09-24LibWeb: Make HTML::EventLoop::process() a no-op if there are no tasksAndreas Kling
2021-09-24LibWeb: Start absolutizing lengths after performing the CSS cascadeAndreas Kling
2021-09-24LibGfx: Remove debug spam about not having some font installedAndreas Kling
2021-09-24LibGfx: Add a simple Gfx::FontMetrics and Gfx::Font::metrics(code_point)Andreas Kling
2021-09-24LibWeb: Rename "Computed" CSSStyleDeclaration => "Resolved"Andreas Kling
2021-09-24LibWeb: Replace last couple of StyleValue casts with `as_foo()`Sam Atkins
2021-09-24LibWeb: Use new StyleValue API in StyleResolverSam Atkins
2021-09-24LibWeb: Use new StyleValue API in StyleProperties.cppSam Atkins
2021-09-24LibWeb: Use new StyleValue API in ComputedCSSStyleDeclarationSam Atkins
2021-09-24LibWeb: Clarify StyleValue API with new naming schemeSam Atkins
2021-09-24LibWeb: Alphabetically sort StyleValuesSam Atkins
2021-09-24LibGUI: Categorize font families by variant instead of weightthankyouverycool
2021-09-24LibGfx: Make BitmapFont::variant() report a complete typefacethankyouverycool
2021-09-24LibGfx: Get weight from tables for TrueTypeFontsthankyouverycool
2021-09-24FontEditor: Allow editing new font headerthankyouverycool
2021-09-24LibGfx: Support italic BitmapFontsthankyouverycool
2021-09-24diff: Only color output when stdout is a ttyMustafa Quraish
2021-09-24LibDiff: Coalesce adjacent changes into the same HunkMustafa Quraish
2021-09-24LibDiff: Perform diffing-algorithm in reverse orderMustafa Quraish
2021-09-24diff: Show start/end of line ranges in source/target filesMustafa Quraish
2021-09-24LibWeb: Return undefined from event handler setters, not an empty valueLinus Groh
2021-09-24LibJS: Rename {Abstract,Typed => Loosely,Strictly}{Equals,Inequals}Linus Groh
2021-09-24LibJS: Rename abstract_relation() to is_less_than()Linus Groh
2021-09-24LibJS: Rename abstract_eq() to is_loosely_equal()Linus Groh
2021-09-24LibJS: Rename strict_eq() to is_strictly_equal()Linus Groh
2021-09-24LibJS: Close iterator on throw completion in Array.fromIdan Horowitz
2021-09-24LibJS: Add missing exception checks to {Array, TypedArray}.from()Idan Horowitz
2021-09-23LibJS: Convert get_method to ThrowCompletionOrIdan Horowitz
2021-09-23LibJS: Convert Value::invoke and VM::call to ThrowCompletionOrIdan Horowitz
2021-09-23LibJS: Convert is_regexp to ThrowCompletionOrIdan Horowitz
2021-09-23LibJS: Switch is_array to ThrowCompletionOrIdan Horowitz
2021-09-23LibC: Add getpriority() and setpriority() stubsJelle Raaijmakers
2021-09-23LibC: Add chroot() stubJelle Raaijmakers
2021-09-23LibWeb: Don't assume the parent is BFC in the IFCTobias Christiansen
2021-09-23LibWeb: Flexbox: Use InlineFormattingContext when neededTobias Christiansen
2021-09-23LibWeb: Proritize FlexFormattingContext when display: flex is specifiedTobias Christiansen
2021-09-23LibWeb: Remove type checking from set_property_expanding_shorthands()Sam Atkins
2021-09-23LibWeb: Use property_accepts_value() for parsing text-decorationSam Atkins
2021-09-23LibWeb: Use property_accepts_value() for overflow parsingSam Atkins
2021-09-23LibWeb: Fix `auto` conversion to identifierSam Atkins
2021-09-23LibWeb: Use property_accepts_value() for list style parsingSam Atkins
2021-09-23LibWeb: Use property_accepts_value() for font parsingSam Atkins
2021-09-23LibWeb: Add range-checking to property_accepts_value()Sam Atkins
2021-09-23LibWeb: Use property_accepts_value() for parsing flexbox propertiesSam Atkins