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-18
LibWeb: Simplify ComputedCSSStyleDeclaration property lookup
Andreas Kling
2021-09-18
LibWebSocket: Use deferred_invoke() when discarding a connection
Andreas Kling
2021-09-18
LibWebSocket: Fix confusion about sizeof(size_t) on 64-bit platforms
Andreas Kling
2021-09-18
LibWebSocket: Fix a handful of clang-tidy warnings in WebSocket.{cpp,h}
Andreas Kling
2021-09-18
LibWeb: Use floating-point math for border-radius rendering
Andreas Kling
2021-09-18
LibGfx: Add Point<T>::to_rounded<U>()
Andreas Kling
2021-09-18
ClipboardHistory: Listen for configuration changes
Mustafa Quraish
2021-09-18
ClipboardHistory: Use config file to set number of history items
Mustafa Quraish
2021-09-18
LibC: Implement most langinfo values mentioned in POSIX
Tim Schumacher
2021-09-18
LibC: Primitively implement wcscoll
Tim Schumacher
2021-09-18
LibC: Don't format strings when asserting with an unstable heap
Jean-Baptiste Boric
2021-09-18
LibWeb: Don't attempt to run unparsed scripts
Andreas Kling
2021-09-18
LibWeb: Remove bogus offset when painting an SVG <path> box
Andreas Kling
2021-09-18
LibWeb: Implement very naive layout of <path> within <svg>
Andreas Kling
2021-09-18
LibWeb: Add a bare-bones SVG <g> element
Andreas Kling
2021-09-18
LibWeb: Add SVGFormattingContext to handle SVG box trees
Andreas Kling
2021-09-18
LibWeb: Make SVG boxes red in layout tree dumps
Andreas Kling
2021-09-17
LibC: Implement towctrans
Tim Schumacher
2021-09-17
LibC: Implement iswctype
Tim Schumacher
2021-09-17
LibC: Implement wctrans
Tim Schumacher
2021-09-17
LibC: Implement wctype
Tim Schumacher
2021-09-17
LibC: Change wctrans_t to be a long instead of int*
Tim Schumacher
2021-09-17
LibWeb: Flexbox: Take parent's width in the flex container for layouting
Tobias Christiansen
2021-09-17
LibGfx: Don't crash on request to draw impossible circle segment
Tobias Christiansen
2021-09-17
Magnifier: Add 8x magnification and pausing
Marcus Nilsson
2021-09-17
LibJS: Convert Now AOs to ThrowCompletionOr
Linus Groh
2021-09-17
LibJS: Convert PlainDateTime AOs to ThrowCompletionOr
Linus Groh
2021-09-17
LibJS: Convert PlainDate AOs to ThrowCompletionOr
Linus Groh
2021-09-18
LibGfx: Implement cubic bezier curves by splitting them to subcurves
Ali Mohammad Pur
2021-09-18
LibGfx: Switch Painter.{h,cpp} to use east-const
Ali Mohammad Pur
2021-09-18
LibWeb: Use Gfx::AntiAliasingPainter to draw SVG paths
Ali Mohammad Pur
2021-09-18
LibGfx: Start a very basic anti-aliased Painter implementation
Ali Mohammad Pur
2021-09-17
LibWeb: Replace hard-coded defaults in Node::apply_style()
Sam Atkins
2021-09-17
LibWeb: Use initial values from Properties.json inside CSS Parser
Sam Atkins
2021-09-17
LibWeb: Correct some initial values and add missing ones
Sam Atkins
2021-09-17
LibWeb: Add some more CSS identifiers
Sam Atkins
2021-09-17
LibWeb: Stop treating EOF as a valid part of an identifier
Sam Atkins
2021-09-17
LibWeb: Make "currentcolor" lowercase in Properties.json
Sam Atkins
2021-09-17
LibWeb: Persuade CSS Parser that idents like `currentcolor` are colors
Sam Atkins
2021-09-17
LibWeb: Implement `currentcolor` special value
Sam Atkins
2021-09-17
LibWeb: Make StyleValue::to_color() take a Node instead of the Document
Sam Atkins
2021-09-17
SystemMonitor: Make process memory statistics more human readable
Julian Offenhäuser
2021-09-17
Utilities: Add a basic `diff` utility
Mustafa Quraish
2021-09-17
LibDiff: Add new API to generate hunks from two pieces of text
Mustafa Quraish
2021-09-17
LibJS: Increase time between garbage collections
Andreas Kling
2021-09-17
LibWeb: Don't request WebContent repaint while we have repaints pending
Andreas Kling
2021-09-17
LibWeb: Make a SharedBitmap struct for OOPWV bitmaps
Andreas Kling
2021-09-17
LibGfx: Avoid invalidation when Path::close() is a no-op
Andreas Kling
2021-09-17
LibGfx: Make Painter::fill_path() take Path by const reference
Andreas Kling
2021-09-17
LibGfx: Make Path::bounding_box() and Path::split_lines() const
Andreas Kling
[prev]
[next]