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-07
Ladybird: Don't ask Qt to decode any images for us
MacDue
2023-05-07
LibGUI: Always paint vertical lines for Frames in unmaximized windows
thankyouverycool
2023-05-07
LibWeb: Don't force relayout on scheduled layout update
Andreas Kling
2023-05-07
Toolchain: Replace inline nproc with get_number_of_processing_units()
Kenneth Myhra
2023-05-07
Meta: Add get_number_of_processing_units() to shell_include.sh
Kenneth Myhra
2023-05-07
Chess: Slightly improve error propagation during startup
Ben Wiederhake
2023-05-07
Chess: Avoid IODevice and DeprecatedFile
Ben Wiederhake
2023-05-07
LibSQL: Remove unused IODevice include
Ben Wiederhake
2023-05-07
LibJS: Revert to original text in spec
Ben Wiederhake
2023-05-07
netstat: Fix fallback value for pid field
Fabian Dellwing
2023-05-07
netstat: Add -e argument
Fabian Dellwing
2023-05-07
netstat: Fix in/out bytes not showing
Fabian Dellwing
2023-05-07
netstat: Fix port numbers not showing
Fabian Dellwing
2023-05-07
LibWeb: Add fast_is<T>() helper for HTMLScriptElement
Andreas Kling
2023-05-07
LibGfx/OpenType: Cache kerning values for faster text layout
Andreas Kling
2023-05-07
LibGfx/JPEG: Use a lookup table to retrieve huffman symbols
Lucas CHOLLET
2023-05-07
LibGfx/JPEG: Make `generate_huffman_codes` be a method of `HuffmanTable`
Lucas CHOLLET
2023-05-07
LibGfx/JPEG: Rename `HuffmanTableSpec` => `HuffmanTable`
Lucas CHOLLET
2023-05-07
LibGfx/JPEG: Ensure capacity of vector instead of blindly appending
Lucas CHOLLET
2023-05-07
LibGfx/JPEG: Use `peek_bits` in `next_symbol`
Lucas CHOLLET
2023-05-07
LibGfx/JPEG: Introduce `peek_bits` and use it in `read_bits`
Lucas CHOLLET
2023-05-07
LibGfx/JPEG: Encapsulate operations on `HuffmanStream`
Lucas CHOLLET
2023-05-07
LibGfx/JPEG: Store previous DC values in `i16`
Lucas CHOLLET
2023-05-07
LibGfx/JPEG: Rename `HuffmanStreamState` => `HuffmanStream`
Lucas CHOLLET
2023-05-07
Ladybird: Don't ask Qt to decode SVG images for us
Andreas Kling
2023-05-07
Base: Add web server tip to Tips-and-Tricks(7)
Cubic Love
2023-05-07
LibGfx/WebP: Implement compressed ALPH chunk reading
Nico Weber
2023-05-07
LibGfx/WebP: Implement uncompressed ALPH chunk reading
Nico Weber
2023-05-07
Tests/LibGfx: More preparation for lossy and alpha handling
Nico Weber
2023-05-07
LibGfx/WebP: Extract a decode_webp_image_data() function
Nico Weber
2023-05-07
Tests/LibGfx: Add some test coverage for animated webp decoding
Nico Weber
2023-05-07
Base: Improve Assistant App Icon (16px)
Cubic Love
2023-05-07
LibWeb: Rename function to find table box width inside table wrapper
Aliaksandr Kalenik
2023-05-07
LibWeb: Set width in `compute_width_for_table_wrapper()`
Aliaksandr Kalenik
2023-05-07
LibWeb: Implement IDL overload resolution steps to clamp argument counts
Timothy Flynn
2023-05-07
LibWeb: Enforce min/max height constraints on abspos replaced boxes
Andreas Kling
2023-05-07
Everywhere: Change spelling of 'behaviour' to 'behavior'
Ben Wiederhake
2023-05-07
dungeonrush: Fix typo in patches
Ben Wiederhake
2023-05-07
Everywhere: Run spellcheck on all documentation
Ben Wiederhake
2023-05-06
Base+Snake: Capitalize snake skin names
Cubic Love
2023-05-06
LibGfx+WindowServer: Ensure constrain-to-rect ends up inside the rect
Ben Wiederhake
2023-05-06
Toolchain: Use ninja to bootstrap CMake
MacDue
2023-05-06
LibGfx/WebP: Use context.error() in animation frame decoding function
Nico Weber
2023-05-06
image: Add a --frame-index option
Nico Weber
2023-05-06
LibGfx/WebP: Implement decoding of animation frame bitmaps
Nico Weber
2023-05-06
LibGfx/WebP: Check that animation frame dimensions are in bounds
Nico Weber
2023-05-06
LibGfx/WebP: Make decode_webp_chunk_VP8L() return a Bitmap
Nico Weber
2023-05-06
LibGfx/WebP: Extract an ImageData struct
Nico Weber
2023-05-06
LibGfx/WebP: Check ICCP chunk precedes alpha and animation frame chunks
Nico Weber
2023-05-06
LibWeb: Remove weird CSS::Length::resolved() API
Andreas Kling
[next]