summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-01LibWeb: Measure the overflow for all scroll containersAndreas Kling
2023-06-01LibWeb: Clip overflow in descendant boxes for non-visible CSS overflowAndreas Kling
2023-06-01LibWeb: Let's say that layout viewports are always scroll containersAndreas Kling
2023-06-01LibWeb: Include scrollable overflow in paint tree dumpsAndreas Kling
2023-06-01LibGfx: Optimize `Painter::blit_filtered()`Jelle Raaijmakers
2023-06-01LibWebView: Unbreak content-scales-to-viewport mode for PresenterAndreas Kling
2023-06-01LibGfx: Multiply alpha channels for vector fonts, when necessaryAndi Gallo
2023-06-01LibWeb: Support `line-height: calc(...)` values that resolve to numberAndreas Kling
2023-06-01LibWeb: Add support for parsing place-content shorthand CSS propertyFalseHonesty
2023-06-01LibELF: Ignore `$x`/`$d` special symbols when symbolicating AArch64 ELFDaniel Bertalan
2023-06-01LibC: Set up a dummy first stack frame in `_start`Daniel Bertalan
2023-06-01run-tests: Unlink coredumps in self-test modeDaniel Bertalan
2023-06-01Tests/LibWeb: Import my test rebaselining scriptAndreas Kling
2023-06-01LibWeb: Put debug spam about indefinitely sized SVGs behind a flagAndreas Kling
2023-06-01LibWeb: Put debug spam about negative content sizes behind a flagAndreas Kling
2023-06-01LibWeb: Invalidate layout tree in textContent setterAndi Gallo
2023-06-01LibGUI: Add support for jumping to a line and column in TextEditorCaoimhe
2023-06-01AK: Remove conditional `noexcept` from `Complex`Jelle Raaijmakers
2023-06-01LibGfx: Fix winding order of segments on elliptical arcsMacDue
2023-06-01LibGfx: Implement new antialiased filled path rasterizerMacDue
2023-06-01LibGfx: Make PaintStyle::paint() a public functionMacDue
2023-06-01AK: Mark generic shorthand functions as constexprMacDue
2023-06-01LibGfx: Improve glyph rendering speed for vector fontsJelle Raaijmakers
2023-05-31WebP/Lossy: Use 8-bit buffers for prediction and YUV dataNico Weber
2023-05-31WebP/Lossy: Clamp right after summing IDCT output, instead of laterNico Weber
2023-05-31Kernel/aarch64: Make sure stack pointer is always 16 byte alignedTimon Kruiper
2023-05-31Documentation: Add qt6-qtsvg-devel to Ladybird dependencies for FedoraSam Atkins
2023-05-31Base: Extend the Finnish keymap and make capital Å type what it shouldOskar Skog
2023-05-31WebP/Lossy: Move two enums closer to the struct that uses themNico Weber
2023-05-31KeyboardMapper: Do not drop the `unix` pledgeJelle Raaijmakers
2023-05-31LibAudio: Load WAV metadatakleines Filmröllchen
2023-05-31LibAudio: Modernize WAV loaderkleines Filmröllchen
2023-05-31WebP/Lossy: Add a missing clamp() in `TM_PRED` predictionNico Weber
2023-05-31WebP/Lossy: Remove an unnecessary branchNico Weber
2023-05-31NotificationServer: Stop notifications showing in the top left at firstRummskartoffel
2023-05-31WebP/Lossy: Add support for images with more than one partitionNico Weber
2023-05-31Ladybird: Look for helper processes at `{app_dir}/{helper}/{helper}`Sigmund Lahn
2023-05-31LibVideo/PlaybackManager: Return duration zero when an error occursZaggy1024
2023-05-31LibWeb: Make solve_replaced_size_constraint() into FormattingContextAndreas Kling
2023-05-31LibWeb: Move layout box rect helpers into FormattingContextAndreas Kling
2023-05-31LibWeb: Remove unnecessary static formatting context functionsAndreas Kling
2023-05-31LibWeb: Change calc node representation from float to doublestelar7
2023-05-31pgrep: Add `-x` option to only select exact matchesTim Ledbetter
2023-05-31pgrep: Add `-U` option to filter matches by UID or login nameTim Ledbetter
2023-05-31pgrep: Add `-l` option to list the process name as well as its pidTim Ledbetter
2023-05-31pgrep: Add `-c` option to show the number of matchesTim Ledbetter
2023-05-31pgrep: Add `--ignore-case` as an alias for the `-i` optionTim Ledbetter
2023-05-31pgrep: Return 1 rather than 0 if there are no matchesTim Ledbetter
2023-05-31killall: Continue killing processes if `kill()` call failsTim Ledbetter
2023-05-31killall: Don't parse SIGINVAL as signal 0Tim Ledbetter