summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-24LibWeb: Rename CSS::StyleResolver => StyleComputerAndreas Kling
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-24Base: Convert BitmapFonts to new 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-24LibWeb: Return undefined from generated setters, not an empty valueLinus Groh
2021-09-24Ports: Remove unnecessary patch from the neofetch portLiav A
2021-09-24Ports: Add Ruby 3.0.2Eric Seifert
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-24Base: Fix typo in boot_parameters(7) manual pageLiav A
2021-09-24Base: Remove mentioned pci_ecam per-device option from boot_paramters(7)Liav A
2021-09-24Spreadsheet: Add missing examplesMonroe Clinton
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-23Meta: Upgrade sonar scanner to latest 4.6.2.2475 releaseBrian Gianforcaro
2021-09-23Ports: Build PHP-FPM instead of CGIJelle Raaijmakers
2021-09-23Kernel: Define PT_READ_I and PT_READ_DJelle Raaijmakers
2021-09-23LibC: Add getpriority() and setpriority() stubsJelle Raaijmakers
2021-09-23LibC: Add chroot() stubJelle Raaijmakers