index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
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
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
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
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
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
2023-05-06
LibWeb: Stop using weird resolved() in FilterValueListStyleValue
Andreas Kling
2023-05-06
LibWeb: Stop using weird Length::resolved() in {Block,}FormattingContext
Andreas Kling
2023-05-06
LibWeb: Don't use weird resolved() when calculating abspos box height
Andreas Kling
2023-05-06
LibWeb: Remove unused variable in FormattingContext
Andreas Kling
2023-05-06
LibWeb: Stop using weird resolved() in calculate_inner_{width,height}()
Andreas Kling
2023-05-06
LibWeb: Don't use weird resolved() for insets in FormattingContext
Andreas Kling
2023-05-06
LibWeb: Don't use weird Length::resolved() for padding in BFC
Andreas Kling
2023-05-06
LibWeb: Get rid of weird Length::resolved() usage in LayoutState
Andreas Kling
2023-05-06
LibWeb: Use the new to_px() helpers in CSS, SVG and layout code
Andreas Kling
2023-05-06
LibWeb: Add to_px() helpers to CSS::Size and CSS::PercentageOr<T>
Andreas Kling
2023-05-06
LibWeb: Put debug spam about unimplemented calc() expansion behind flag
Andreas Kling
2023-05-06
LibWeb: Remove debug spam when creating a dummy formatting context
Andreas Kling
2023-05-06
LibWeb: Re-lookup the intrinsic sizing cache slot after doing the layout
Andreas Kling
2023-05-06
LibWeb: VERIFY that nobody tries to hash a non-finite CSSPixels value
Andreas Kling
2023-05-06
ThemeEditor: Remove one usage of DeprecatedString
Karol Kosek
2023-05-06
LibJS: Guard against stack overflow in ProxyObject set_property()
Maciej
2023-05-06
LibJS: Guard against stack overflow in ProxyObject has_property()
Maciej
2023-05-06
WindowServer: Fix window content scaling when switching from fullscreen
Patryk Pilipczuk
2023-05-06
LibWeb: Invalidate style *and* layout when removing a DOM node
Andreas Kling
[next]