summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-07Ladybird: Don't ask Qt to decode any images for usMacDue
2023-05-07LibGUI: Always paint vertical lines for Frames in unmaximized windowsthankyouverycool
2023-05-07LibWeb: Don't force relayout on scheduled layout updateAndreas Kling
2023-05-07Toolchain: Replace inline nproc with get_number_of_processing_units()Kenneth Myhra
2023-05-07Meta: Add get_number_of_processing_units() to shell_include.shKenneth Myhra
2023-05-07Chess: Slightly improve error propagation during startupBen Wiederhake
2023-05-07Chess: Avoid IODevice and DeprecatedFileBen Wiederhake
2023-05-07LibSQL: Remove unused IODevice includeBen Wiederhake
2023-05-07LibJS: Revert to original text in specBen Wiederhake
2023-05-07netstat: Fix fallback value for pid fieldFabian Dellwing
2023-05-07netstat: Add -e argumentFabian Dellwing
2023-05-07netstat: Fix in/out bytes not showingFabian Dellwing
2023-05-07netstat: Fix port numbers not showingFabian Dellwing
2023-05-07LibWeb: Add fast_is<T>() helper for HTMLScriptElementAndreas Kling
2023-05-07LibGfx/OpenType: Cache kerning values for faster text layoutAndreas Kling
2023-05-07LibGfx/JPEG: Use a lookup table to retrieve huffman symbolsLucas CHOLLET
2023-05-07LibGfx/JPEG: Make `generate_huffman_codes` be a method of `HuffmanTable`Lucas CHOLLET
2023-05-07LibGfx/JPEG: Rename `HuffmanTableSpec` => `HuffmanTable`Lucas CHOLLET
2023-05-07LibGfx/JPEG: Ensure capacity of vector instead of blindly appendingLucas CHOLLET
2023-05-07LibGfx/JPEG: Use `peek_bits` in `next_symbol`Lucas CHOLLET
2023-05-07LibGfx/JPEG: Introduce `peek_bits` and use it in `read_bits`Lucas CHOLLET
2023-05-07LibGfx/JPEG: Encapsulate operations on `HuffmanStream`Lucas CHOLLET
2023-05-07LibGfx/JPEG: Store previous DC values in `i16`Lucas CHOLLET
2023-05-07LibGfx/JPEG: Rename `HuffmanStreamState` => `HuffmanStream`Lucas CHOLLET
2023-05-07Ladybird: Don't ask Qt to decode SVG images for usAndreas Kling
2023-05-07Base: Add web server tip to Tips-and-Tricks(7)Cubic Love
2023-05-07LibGfx/WebP: Implement compressed ALPH chunk readingNico Weber
2023-05-07LibGfx/WebP: Implement uncompressed ALPH chunk readingNico Weber
2023-05-07Tests/LibGfx: More preparation for lossy and alpha handlingNico Weber
2023-05-07LibGfx/WebP: Extract a decode_webp_image_data() functionNico Weber
2023-05-07Tests/LibGfx: Add some test coverage for animated webp decodingNico Weber
2023-05-07Base: Improve Assistant App Icon (16px)Cubic Love
2023-05-07LibWeb: Rename function to find table box width inside table wrapperAliaksandr Kalenik
2023-05-07LibWeb: Set width in `compute_width_for_table_wrapper()`Aliaksandr Kalenik
2023-05-07LibWeb: Implement IDL overload resolution steps to clamp argument countsTimothy Flynn
2023-05-07LibWeb: Enforce min/max height constraints on abspos replaced boxesAndreas Kling
2023-05-07Everywhere: Change spelling of 'behaviour' to 'behavior'Ben Wiederhake
2023-05-07dungeonrush: Fix typo in patchesBen Wiederhake
2023-05-07Everywhere: Run spellcheck on all documentationBen Wiederhake
2023-05-06Base+Snake: Capitalize snake skin namesCubic Love
2023-05-06LibGfx+WindowServer: Ensure constrain-to-rect ends up inside the rectBen Wiederhake
2023-05-06Toolchain: Use ninja to bootstrap CMakeMacDue
2023-05-06LibGfx/WebP: Use context.error() in animation frame decoding functionNico Weber
2023-05-06image: Add a --frame-index optionNico Weber
2023-05-06LibGfx/WebP: Implement decoding of animation frame bitmapsNico Weber
2023-05-06LibGfx/WebP: Check that animation frame dimensions are in boundsNico Weber
2023-05-06LibGfx/WebP: Make decode_webp_chunk_VP8L() return a BitmapNico Weber
2023-05-06LibGfx/WebP: Extract an ImageData structNico Weber
2023-05-06LibGfx/WebP: Check ICCP chunk precedes alpha and animation frame chunksNico Weber
2023-05-06LibWeb: Remove weird CSS::Length::resolved() APIAndreas Kling