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
/
Libraries
Age
Commit message (
Expand
)
Author
2022-03-24
LibWeb: Rename "specified_style" to "computed_style" in Layout::Node
Andreas Kling
2022-03-24
LibWeb: Add margin box helpers to Layout::FormattingState
Andreas Kling
2022-03-24
LibWeb: Add Layout::Node::line_height()
Andreas Kling
2022-03-24
LibWeb+Base: Fix `An+B of foo` parsing
Sam Atkins
2022-03-24
LibWeb: Implement text-shadow painting
Sam Atkins
2022-03-24
LibWeb: Parse and compute text-shadow property
Sam Atkins
2022-03-24
LibWeb: Implement disallowing `inset` when parsing shadows
Sam Atkins
2022-03-24
LbWeb: Rename BoxShadowFoo => ShadowFoo
Sam Atkins
2022-03-24
LibWeb: Ignore application objects until we can support them
Timothy Flynn
2022-03-24
LibWeb: Discard an object's nested browsing contexts when falling back
Timothy Flynn
2022-03-24
LibWeb: Implement falling back early to an object's child representation
Timothy Flynn
2022-03-24
LibWeb: Conditionally update an object's children when its state changes
Timothy Flynn
2022-03-24
LibWeb: Correctly handle unknown MIME types in HTMLObjectElement
Timothy Flynn
2022-03-24
LibGfx: TrueTypeFont cleanup
Jelle Raaijmakers
2022-03-24
LibGfx: Implement TTF kerning tables
Jelle Raaijmakers
2022-03-24
LibWeb: Emit signposts for resource loads
Simon Wanner
2022-03-24
LibWeb: Add missing spec comment in focusing logic
Nukiloco
2022-03-24
Userland+Tests: Convert File::read_link() from String to ErrorOr<String>
Kenneth Myhra
2022-03-24
LibWeb: Begin supporting non-image HTMLObjectElement data representation
Timothy Flynn
2022-03-24
LibWeb: Move automatic browsing context creation to HTMLIFrameElement
Timothy Flynn
2022-03-24
LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement
Timothy Flynn
2022-03-24
LibMain: Statically link LibMain
Lenny Maiorani
2022-03-23
LibWeb: Update HTMLObjectElement's children on fallback state changes
Timothy Flynn
2022-03-23
LibWeb: Move HTMLObjectElement spec link to correct method
Timothy Flynn
2022-03-23
LibWeb: Evict replaced Resource objects from cache
Timothy Flynn
2022-03-23
LibWeb: Restore `:is()` and `:where()` selector parsing
Sam Atkins
2022-03-23
LibWeb: Fill the whole viewport with the correct background color
Andreas Kling
2022-03-23
LibWeb: Resolve numeric line-heights against element's own font size
Andreas Kling
2022-03-23
LibWeb: Parse CSS "font-variant" as part of "font"
Andreas Kling
2022-03-23
LibWeb: Pass font sizes in pt rather than px to Gfx::FontDatabase
Andreas Kling
2022-03-23
LibWeb: Implement HTMLObjectElement's data URL according to the spec
Timothy Flynn
2022-03-23
LibWeb: Allow HTMLObjectElement to convert a Resource to ImageResource
Timothy Flynn
2022-03-23
LibWeb: Make margins in the main dimension work for flex items
Johannes Laudenberg
2022-03-23
LibGUI: Simplify AbstractZoomPanWidget code
Jelle Raaijmakers
2022-03-23
LibGfx: Implement `Rect::to_rounded<U>()`
Jelle Raaijmakers
2022-03-23
LibGfx: Calculate source rect once in `do_draw_scaled_bitmap`
Jelle Raaijmakers
2022-03-23
LibGfx: Draw last row and column of scaled bitmaps in Painter
Jelle Raaijmakers
2022-03-23
LibWeb: Make NodeIterator behave like other browser engines
Andreas Kling
2022-03-23
LibWeb: Minor cleanups in NodeIterator and TreeWalker
Andreas Kling
2022-03-22
LibWeb: Expose SVGEllipseElement attributes to JS
Sam Atkins
2022-03-22
LibWeb: Expose SVGCircleElement attributes to JS
Sam Atkins
2022-03-22
LibWeb: Expose SVGLineElement attributes to JS
Sam Atkins
2022-03-22
LibC: Don't rely on ptsname and ttyname syscalls
Liav A
2022-03-22
Kernel/TTY: Implement TIOCGPTN ioctl for MasterPTY
Liav A
2022-03-22
LibWeb: Implement Range.deleteContents()
Andreas Kling
2022-03-22
LibWeb: Implement Range.cloneContents()
Andreas Kling
2022-03-22
LibWeb: Support CSS floats in inline flow
Andreas Kling
2022-03-22
LibWeb: Relax "all children must be either inline or block" invariant
Andreas Kling
2022-03-22
LibWeb: Move Layout::Box::is_out_of_flow() to Layout::Node
Andreas Kling
2022-03-22
LibWeb: Convert URL to use TRY for error propagation
Linus Groh
[next]