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
2023-05-24
Kernel: Use UnixDateTime wherever applicable
kleines Filmröllchen
2023-05-24
AK: Introduce UnixDateTime
kleines Filmröllchen
2023-05-24
AK: Make Duration arithmetic constexpr
kleines Filmröllchen
2023-05-24
AK: Rename Time to Duration
kleines Filmröllchen
2023-05-24
LibWeb: Stop aggressively quantizing font-weight values
Andreas Kling
2023-05-24
LibWeb: Include weight and slope in CSSFontFaceRule debug dumps
Andreas Kling
2023-05-24
LibWeb: Include weight and style in CSSFontFaceRule serialization
Andreas Kling
2023-05-24
Meta: Only run devcontainer build for the main repository
Jelle Raaijmakers
2023-05-24
Meta: Hardcode lowercase repository name for devcontainer
Jelle Raaijmakers
2023-05-24
Meta: Prebuild repo dev container
Josh Spicer
2023-05-24
LibWeb: Sum horizontal margins to calculate space used by floats
Aliaksandr Kalenik
2023-05-24
LibWeb: Remove `Gfx::Rect<float>` workarounds from BFC
Jelle Raaijmakers
2023-05-24
LibWeb: Honor font-weight and font-style when using downloaded fonts
Andreas Kling
2023-05-24
LibWeb: Parse font-weight and font-style inside @font-face rules
Andreas Kling
2023-05-24
LibWeb: Move resolution of font weights and slopes to StyleValue
Andreas Kling
2023-05-24
LibWeb: Implement scroll_{width, height}
stelar7
2023-05-24
LibThreading: Do not crash when detaching from an already-exited thread
Timothy Flynn
2023-05-24
Fuzzers: Unbreak FuzzHttpRequest
implicitfield
2023-05-24
WebP/Lossy: Validate show_frame and version when reading header
Nico Weber
2023-05-24
image: Add --no-output flag to omit output writing
Nico Weber
2023-05-24
image: Remove no-longer-needed comment
Nico Weber
2023-05-24
Utilities: Use elapsed_milliseconds() instead of elapsed()
Nico Weber
2023-05-24
LibCore: Add ElapsedTimer::elapsed_milliseconds()
Nico Weber
2023-05-24
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
Andreas Kling
2023-05-24
LibWeb: Rebaseline a layout test after 10ceacf5fb6ef8cea7c90958470515d5b386c50b
Andreas Kling
2023-05-24
LibVideo: Rename local variable from "max_bits" to "bits_left"
Nico Weber
2023-05-24
LibVideo: Rename BooleanDecoder::initialize param
Nico Weber
2023-05-24
LibVideo: Remove unused BooleanDecoder::bits_remaining()
Nico Weber
2023-05-24
Documentation: Configure cache dir in CMake settings for CLion
Jelle Raaijmakers
2023-05-24
LibWeb: Honor the font-size even if the font-family is not found
Andreas Kling
2023-05-24
Meta: Add GCC 13 and Clang 16 to compiler autodetection
Daniel Bertalan
2023-05-24
Meta+Documentation: Require Xcode 14.3 or Clang 14 for the host compiler
Daniel Bertalan
2023-05-24
LibWeb: Avoid full tree traversal in Node::compare_document_position()
Aliaksandr Kalenik
2023-05-24
LibGfx: Prevent out of bounds access when scaling small Bitmaps
Darius Arnold
2023-05-24
LibWeb: Resolve CSS variables if present in SVG presentation attributes
Andreas Kling
2023-05-24
LibWeb: Add fast way to check if a DOM node is an SVG element
Andreas Kling
2023-05-24
Ladybird: Use cursor position for context menu
Karthik Karanth
2023-05-24
Base: Add man page for `w`
Tim Ledbetter
2023-05-24
Utilities/w: Add `-h` option to optionally hide the header
Tim Ledbetter
2023-05-24
Utilities/w: Add the ability to filter by username
Tim Ledbetter
2023-05-24
Utilities/w: Display the TTY pseudo name in the "TTY" column
Tim Ledbetter
2023-05-24
Utilities/w: Convert TTY string from `/var/run/utmp` to TTY pseudo name
Tim Ledbetter
2023-05-24
Utilities/w: Port to String
Tim Ledbetter
2023-05-24
Utilities/w: Replace LibC function calls with modern equivalents
Tim Ledbetter
2023-05-24
LibThreading: Improve resiliancy of timed threading tests
Timothy Flynn
2023-05-23
AK: Define `NAKED` more resiliently for AArch64
Daniel Bertalan
2023-05-23
SpiceAgent: Don't send ClipboardGrab if the shared clipboard is disabled
Caoimhe
2023-05-23
LibWeb: Reject invalid tokens in `calc()` expressions
Sam Atkins
2023-05-23
LibWeb: Make LiveNodeList faster when it only cares about children
Andreas Kling
2023-05-23
LibWeb: Don't draw text fragments that would be clipped by the painter
Andreas Kling
[next]