summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-24Kernel: Use UnixDateTime wherever applicablekleines Filmröllchen
2023-05-24AK: Introduce UnixDateTimekleines Filmröllchen
2023-05-24AK: Make Duration arithmetic constexprkleines Filmröllchen
2023-05-24AK: Rename Time to Durationkleines Filmröllchen
2023-05-24LibWeb: Stop aggressively quantizing font-weight valuesAndreas Kling
2023-05-24LibWeb: Include weight and slope in CSSFontFaceRule debug dumpsAndreas Kling
2023-05-24LibWeb: Include weight and style in CSSFontFaceRule serializationAndreas Kling
2023-05-24Meta: Only run devcontainer build for the main repositoryJelle Raaijmakers
2023-05-24Meta: Hardcode lowercase repository name for devcontainerJelle Raaijmakers
2023-05-24Meta: Prebuild repo dev containerJosh Spicer
2023-05-24LibWeb: Sum horizontal margins to calculate space used by floatsAliaksandr Kalenik
2023-05-24LibWeb: Remove `Gfx::Rect<float>` workarounds from BFCJelle Raaijmakers
2023-05-24LibWeb: Honor font-weight and font-style when using downloaded fontsAndreas Kling
2023-05-24LibWeb: Parse font-weight and font-style inside @font-face rulesAndreas Kling
2023-05-24LibWeb: Move resolution of font weights and slopes to StyleValueAndreas Kling
2023-05-24LibWeb: Implement scroll_{width, height}stelar7
2023-05-24LibThreading: Do not crash when detaching from an already-exited threadTimothy Flynn
2023-05-24Fuzzers: Unbreak FuzzHttpRequestimplicitfield
2023-05-24WebP/Lossy: Validate show_frame and version when reading headerNico Weber
2023-05-24image: Add --no-output flag to omit output writingNico Weber
2023-05-24image: Remove no-longer-needed commentNico Weber
2023-05-24Utilities: Use elapsed_milliseconds() instead of elapsed()Nico Weber
2023-05-24LibCore: Add ElapsedTimer::elapsed_milliseconds()Nico Weber
2023-05-24LibWeb: Make CSSPixels and Length use 64-bit (double) floating pointAndreas Kling
2023-05-24LibWeb: Rebaseline a layout test after 10ceacf5fb6ef8cea7c90958470515d5b386c50bAndreas Kling
2023-05-24LibVideo: Rename local variable from "max_bits" to "bits_left"Nico Weber
2023-05-24LibVideo: Rename BooleanDecoder::initialize paramNico Weber
2023-05-24LibVideo: Remove unused BooleanDecoder::bits_remaining()Nico Weber
2023-05-24Documentation: Configure cache dir in CMake settings for CLionJelle Raaijmakers
2023-05-24LibWeb: Honor the font-size even if the font-family is not foundAndreas Kling
2023-05-24Meta: Add GCC 13 and Clang 16 to compiler autodetectionDaniel Bertalan
2023-05-24Meta+Documentation: Require Xcode 14.3 or Clang 14 for the host compilerDaniel Bertalan
2023-05-24LibWeb: Avoid full tree traversal in Node::compare_document_position()Aliaksandr Kalenik
2023-05-24LibGfx: Prevent out of bounds access when scaling small BitmapsDarius Arnold
2023-05-24LibWeb: Resolve CSS variables if present in SVG presentation attributesAndreas Kling
2023-05-24LibWeb: Add fast way to check if a DOM node is an SVG elementAndreas Kling
2023-05-24Ladybird: Use cursor position for context menuKarthik Karanth
2023-05-24Base: Add man page for `w`Tim Ledbetter
2023-05-24Utilities/w: Add `-h` option to optionally hide the headerTim Ledbetter
2023-05-24Utilities/w: Add the ability to filter by usernameTim Ledbetter
2023-05-24Utilities/w: Display the TTY pseudo name in the "TTY" columnTim Ledbetter
2023-05-24Utilities/w: Convert TTY string from `/var/run/utmp` to TTY pseudo nameTim Ledbetter
2023-05-24Utilities/w: Port to StringTim Ledbetter
2023-05-24Utilities/w: Replace LibC function calls with modern equivalentsTim Ledbetter
2023-05-24LibThreading: Improve resiliancy of timed threading testsTimothy Flynn
2023-05-23AK: Define `NAKED` more resiliently for AArch64Daniel Bertalan
2023-05-23SpiceAgent: Don't send ClipboardGrab if the shared clipboard is disabledCaoimhe
2023-05-23LibWeb: Reject invalid tokens in `calc()` expressionsSam Atkins
2023-05-23LibWeb: Make LiveNodeList faster when it only cares about childrenAndreas Kling
2023-05-23LibWeb: Don't draw text fragments that would be clipped by the painterAndreas Kling