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
/
Libraries
Age
Commit message (
Expand
)
Author
2023-05-13
LibGfx: Convert FontStyleMappings to Arrays
thankyouverycool
2023-05-13
LibGUI: Add fallible factories to ItemListModel
thankyouverycool
2023-05-13
LibGUI: Ignore Alt+{Left,Right} key events in GlyphMapWidget
thankyouverycool
2023-05-13
LibWeb: Return grid container width from automatic_content_width in GFC
Aliaksandr Kalenik
2023-05-13
LibWeb: Implement grid container intrinsic sizes calculation
Aliaksandr Kalenik
2023-05-13
LibWeb: Fix condition to determine auto tracks while sizing in GFC
Aliaksandr Kalenik
2023-05-13
LibWeb: Let HTMLImageElement delay the document load event again
Andreas Kling
2023-05-13
LibWeb: Don't force HTMLImageElement to have a legacy ImageLoader
Andreas Kling
2023-05-13
LibWeb: Implement enough of "update the image data" to load images
Andreas Kling
2023-05-13
LibWeb: Add a class to represent the "source set" concept from HTML
Andreas Kling
2023-05-13
LibWeb: Add class to represent "list of available images" from HTML spec
Andreas Kling
2023-05-13
LibWeb: Start fleshing out HTML "image requests" and "image data"
Andreas Kling
2023-05-13
LibDebug: Propagate errors around LineProgram
Ben Wiederhake
2023-05-13
LibCore: Remove unused API from DeprecatedFile
Ben Wiederhake
2023-05-13
Userland: Merge DEFAULT_PATH into LibFileSystem/FileSystem.h
Ben Wiederhake
2023-05-13
LibWeb: Make PercentageOr<T> equality comparison work for calc() values
Andreas Kling
2023-05-13
LibWeb: Fix typo in containing_block_size_for_item in GFC
Aliaksandr Kalenik
2023-05-13
LibWeb: Align calculate_min/max_content_contribution with the spec
Aliaksandr Kalenik
2023-05-12
LibKeyboard: Read keymap through File, not DeprecatedFile
Ben Wiederhake
2023-05-12
LibGfx+Fuzz: Convert ImageDecoder::initialize to ErrorOr
Ben Wiederhake
2023-05-12
LibWeb: Implement fetching classic scripts using Fetch infrastructure
Timothy Flynn
2023-05-12
LibWeb: Implement the fetch a classic script AO
Timothy Flynn
2023-05-12
LibTextCodec: Change UTF-8's decoder to replace invalid code points
Timothy Flynn
2023-05-12
LibWeb: Add an alias for FetchAlgorithm's consume-body callback argument
Timothy Flynn
2023-05-12
LibWeb: Change the script fetch completion callback to accept any script
Timothy Flynn
2023-05-12
LibWeb: Implement the fetch response's unsafe response AO
Timothy Flynn
2023-05-12
LibWeb: Implement the fetch response is CORS-cross-origin AO
Timothy Flynn
2023-05-12
LibWeb: Implement the legacy extracting an encoding AO
Timothy Flynn
2023-05-12
LibWeb: Implement the CORS settings attribute credentials mode AO
Timothy Flynn
2023-05-12
LibGfx: VERIFY() error is finite when splitting bezier curves
MacDue
2023-05-12
LibWeb: Use .to_px_or_zero() in tentative_height_for_replaced_element()
MacDue
2023-05-11
LibWeb: Resolve grid items preferred width in GFC
Aliaksandr Kalenik
2023-05-11
LibWeb: Parse calc() function in grid sizes
Aliaksandr Kalenik
2023-05-11
LibWeb: Use LengthPercentage in CSS::GridSize
Aliaksandr Kalenik
2023-05-10
LibWeb: Fix percentage min/max sizes on flex items with intrinsic ratio
Andreas Kling
2023-05-10
LibWeb: Don't resolve CSS property values for unconnected elements
Andreas Kling
2023-05-10
LibWeb: Handle CSS "color: currentcolor"
Andreas Kling
2023-05-10
LibWeb: Adjust flex item main size through aspect ratio if needed
Andreas Kling
2023-05-10
LibWeb: Implement more of "Resolve Intrinsic Track Sizes" in GFC
Aliaksandr Kalenik
2023-05-10
LibWeb: Split run_track_sizing into smaller method in GFC
Aliaksandr Kalenik
2023-05-09
LibWeb: Use size_t instead of int when appropriate in GFC
Aliaksandr Kalenik
2023-05-09
LibWeb: Refactor tracks initialization in GFC to reduce code duplication
Aliaksandr Kalenik
2023-05-09
LibWeb: Move gap tracks initialization into separate method in GFC
Aliaksandr Kalenik
2023-05-09
LibWeb: Move grid items placement algorithm into separate method in GFC
Aliaksandr Kalenik
2023-05-09
LibGfx/WebP: Do not add alpha channel for animated images without alpha
Nico Weber
2023-05-09
LibWeb: Improve handling of min/max constraint violations on images
Andreas Kling
2023-05-09
LibWeb: Remove dead code in compute_width_for_replaced_element()
Andreas Kling
2023-05-09
LibGfx/PortableFormat: Use `FixedArray::unchecked_at`
Lucas CHOLLET
2023-05-09
LibGfx/PortableFormat: Write to the output stream row by row
Lucas CHOLLET
2023-05-09
LibGfx/PortableFormat+image: Make `encode` take a Stream
Lucas CHOLLET
[next]