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
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
2022-03-22
LibWeb: Expose SVGLineElement attributes to JS
Sam Atkins
2022-03-22
Kernel: Don't assume paths of TTYs and pseudo terminals anymore
Liav A
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
SystemServer: Create /dev/tty as a character device instead of a symlink
Liav A
2022-03-22
Kernel: Create SelfTTYDevice class to help replace /dev/tty symlink
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
Kernel: Add and use bitwise operators to CPUFeature
Hendiadyoin1
2022-03-22
LibWeb: Convert URL to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert Text to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert ShadowRoot to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert ParentNode to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert NodeOperations to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert Node to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert InnerHTML to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert Element to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert DOMTokenList to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert DOMImplementation to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert Document to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert ChildNode to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Convert CRC2D to use TRY for error propagation
Linus Groh
2022-03-22
Kernel: Use the pre-image kernel memory range introduced by KASLR
Idan Horowitz
2022-03-22
Kernel: Keep kernel base load address 2 MiB aligned
Idan Horowitz
2022-03-22
Base: Add Slovakian and Ukrainian flags
Lady Gegga
2022-03-22
LibWeb: Handle input element value setting & getting closer to the spec
Timothy Flynn
2022-03-22
LibWeb: Remove now-unused null values from Selector enums
Sam Atkins
2022-03-22
LibWeb: Tidy up CSS::Token::to_debug_string()
Sam Atkins
2022-03-22
LibWeb: Remove separate Token::m_unit field
Sam Atkins
2022-03-22
LibWeb: Use CSS::Number for CalculatedStyleValue numbers
Sam Atkins
2022-03-22
LibWeb: Use CSS::Number for Token numeric values
Sam Atkins
2022-03-22
LibWeb: Implement a CSS::Number class
Sam Atkins
[next]