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
2022-03-24
LibWeb: Add fast-path for absolute lengths in Length::to_px()
Andreas Kling
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
Profiler: Render signposts behind histograms
Simon Wanner
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
sql: Re-prompt user for input after unrecognized command
Nicholas Cellino
2022-03-24
readlink: Use StringView instead of const char*
Kenneth Myhra
2022-03-24
readlink: Port to LibMain
Kenneth Myhra
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-24
PixelPaint: Call set_modified on window
GeekFiftyFive
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
sql: Do not indent next line when current one is blank
Nicholas Cellino
2022-03-23
LibWeb: Fill the whole viewport with the correct background color
Andreas Kling
2022-03-23
WebContent: Fill OOPWV with palette base color when there's no content
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
Applications: Round layer rect before drawing outline in PixelPaint
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
[next]