index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-09-24
LibWeb: Absolutize internal lengths in all StyleValues
Andreas Kling
2021-09-24
LibWeb: Remove on-demand font resolution
Andreas Kling
2021-09-24
LibWeb: Give DOM::Document some default style properties
Andreas Kling
2021-09-24
LibWeb: Make ListItemMarkerBox inherit style from ListItemBox
Andreas Kling
2021-09-24
LibWeb: Add tightly-typed DOM node accessors for Layout::ListItemBox
Andreas Kling
2021-09-24
LibWeb: Let <br> elements have style
Andreas Kling
2021-09-24
LibWeb: Make HTML::EventLoop::process() a no-op if there are no tasks
Andreas Kling
2021-09-24
LibWeb: Start absolutizing lengths after performing the CSS cascade
Andreas Kling
2021-09-24
LibGfx: Remove debug spam about not having some font installed
Andreas Kling
2021-09-24
LibGfx: Add a simple Gfx::FontMetrics and Gfx::Font::metrics(code_point)
Andreas Kling
2021-09-24
LibWeb: Rename "Computed" CSSStyleDeclaration => "Resolved"
Andreas Kling
2021-09-24
LibWeb: Replace last couple of StyleValue casts with `as_foo()`
Sam Atkins
2021-09-24
LibWeb: Use new StyleValue API in StyleResolver
Sam Atkins
2021-09-24
LibWeb: Use new StyleValue API in StyleProperties.cpp
Sam Atkins
2021-09-24
LibWeb: Use new StyleValue API in ComputedCSSStyleDeclaration
Sam Atkins
2021-09-24
LibWeb: Clarify StyleValue API with new naming scheme
Sam Atkins
2021-09-24
LibWeb: Alphabetically sort StyleValues
Sam Atkins
2021-09-24
LibGUI: Categorize font families by variant instead of weight
thankyouverycool
2021-09-24
LibGfx: Make BitmapFont::variant() report a complete typeface
thankyouverycool
2021-09-24
LibGfx: Get weight from tables for TrueTypeFonts
thankyouverycool
2021-09-24
FontEditor: Allow editing new font header
thankyouverycool
2021-09-24
LibGfx: Support italic BitmapFonts
thankyouverycool
2021-09-24
diff: Only color output when stdout is a tty
Mustafa Quraish
2021-09-24
LibDiff: Coalesce adjacent changes into the same Hunk
Mustafa Quraish
2021-09-24
LibDiff: Perform diffing-algorithm in reverse order
Mustafa Quraish
2021-09-24
diff: Show start/end of line ranges in source/target files
Mustafa Quraish
2021-09-24
LibWeb: Return undefined from event handler setters, not an empty value
Linus Groh
2021-09-24
LibJS: Rename {Abstract,Typed => Loosely,Strictly}{Equals,Inequals}
Linus Groh
2021-09-24
LibJS: Rename abstract_relation() to is_less_than()
Linus Groh
2021-09-24
LibJS: Rename abstract_eq() to is_loosely_equal()
Linus Groh
2021-09-24
LibJS: Rename strict_eq() to is_strictly_equal()
Linus Groh
2021-09-24
LibJS: Close iterator on throw completion in Array.from
Idan Horowitz
2021-09-24
LibJS: Add missing exception checks to {Array, TypedArray}.from()
Idan Horowitz
2021-09-23
LibJS: Convert get_method to ThrowCompletionOr
Idan Horowitz
2021-09-23
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
Idan Horowitz
2021-09-23
LibJS: Convert is_regexp to ThrowCompletionOr
Idan Horowitz
2021-09-23
LibJS: Switch is_array to ThrowCompletionOr
Idan Horowitz
2021-09-23
LibC: Add getpriority() and setpriority() stubs
Jelle Raaijmakers
2021-09-23
LibC: Add chroot() stub
Jelle Raaijmakers
2021-09-23
LibWeb: Don't assume the parent is BFC in the IFC
Tobias Christiansen
2021-09-23
LibWeb: Flexbox: Use InlineFormattingContext when needed
Tobias Christiansen
2021-09-23
LibWeb: Proritize FlexFormattingContext when display: flex is specified
Tobias Christiansen
2021-09-23
LibWeb: Remove type checking from set_property_expanding_shorthands()
Sam Atkins
2021-09-23
LibWeb: Use property_accepts_value() for parsing text-decoration
Sam Atkins
2021-09-23
LibWeb: Use property_accepts_value() for overflow parsing
Sam Atkins
2021-09-23
LibWeb: Fix `auto` conversion to identifier
Sam Atkins
2021-09-23
LibWeb: Use property_accepts_value() for list style parsing
Sam Atkins
2021-09-23
LibWeb: Use property_accepts_value() for font parsing
Sam Atkins
2021-09-23
LibWeb: Add range-checking to property_accepts_value()
Sam Atkins
2021-09-23
LibWeb: Use property_accepts_value() for parsing flexbox properties
Sam Atkins
[next]