index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-09-24
LibWeb: Rename CSS::StyleResolver => StyleComputer
Andreas Kling
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
Base: Convert BitmapFonts to new 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
LibWeb: Return undefined from generated setters, not an empty value
Linus Groh
2021-09-24
Ports: Remove unnecessary patch from the neofetch port
Liav A
2021-09-24
Ports: Add Ruby 3.0.2
Eric Seifert
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
Base: Fix typo in boot_parameters(7) manual page
Liav A
2021-09-24
Base: Remove mentioned pci_ecam per-device option from boot_paramters(7)
Liav A
2021-09-24
Spreadsheet: Add missing examples
Monroe Clinton
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
Meta: Upgrade sonar scanner to latest 4.6.2.2475 release
Brian Gianforcaro
2021-09-23
Ports: Build PHP-FPM instead of CGI
Jelle Raaijmakers
2021-09-23
Kernel: Define PT_READ_I and PT_READ_D
Jelle Raaijmakers
2021-09-23
LibC: Add getpriority() and setpriority() stubs
Jelle Raaijmakers
2021-09-23
LibC: Add chroot() stub
Jelle Raaijmakers
[next]