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
2022-03-13
LibWeb: Add FFC helpers for resolving definite main/cross sizes
Andreas Kling
2022-03-13
LibWeb: Remove ad-hoc setup step from FFC layout algorithm
Andreas Kling
2022-03-13
LibWeb: Improve how layout nodes decide whether they have definite sizes
Andreas Kling
2022-03-13
LibWeb: Apply non-CSS presentational hints before author styles
Andreas Kling
2022-03-13
LibWeb: Only collapse vertical margin between BlockContainer siblings
Andreas Kling
2022-03-13
LibWeb: Support indefinite flex container cross sizes
Andreas Kling
2022-03-13
LibWeb: Fix flex line alignment in single-line flex containers
Andreas Kling
2022-03-13
LibWeb: Remove FFC::cross_size_is_absolute_or_resolved_nicely()
Andreas Kling
2022-03-13
LibWeb: Improve FFC step 7 (hypothetical cross size)
Andreas Kling
2022-03-13
LibWeb: Put available space information in an FFC member
Andreas Kling
2022-03-13
LibWeb: Layout inside of flex items at the end of FFC layout
Andreas Kling
2022-03-13
LibWeb: Move unrelated things out of FFC step 1
Andreas Kling
2022-03-13
LibWeb: Avoid unnecessary layout_inside() in FFC step 1
Andreas Kling
2022-03-12
LibWeb: Implement HTMLTableSectionElement::deleteRow()
Idan Horowitz
2022-03-12
LibWeb: Implement HTMLTableSectionElement::insertRow()
Idan Horowitz
2022-03-12
LibWeb: Correct invalid index check in HTMLTableElement::insertRow()
Idan Horowitz
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2022-03-12
LibWeb: Apply the current text-justify value when justifying
sin-ack
2022-03-12
LibWeb: Add support for the text-justify property
sin-ack
2022-03-12
LibWeb: Refactor text justification code + only justify below threshold
sin-ack
2022-03-12
LibWeb: Keep SVG elliptical arc shape when applying viewbox
Simon Danner
2022-03-12
LibWeb: Let paintables cache their containing block and absolute rect
Andreas Kling
2022-03-11
LibJS: Apply source's byte offset in TA#set when both TAs have same type
Luke Wilde
2022-03-11
LibWeb: Stub getting the initial font instead of the root one
Sam Atkins
2022-03-11
LibGfx+LibSoftGPU: Allow indexed reads into `Gfx::Vector`
Jelle Raaijmakers
2022-03-11
LibSoftGPU: Remove unused vector types from `Device`
Jelle Raaijmakers
2022-03-11
LibGfx: Abort draw_circle_arc_intersecting with 0 radius
Joe Petrus
2022-03-10
LibCore: Verify that EventLoop is initialized in its static API
javabird25
2022-03-10
Libraries: Use default constructors/destructors in LibGL
Lenny Maiorani
2022-03-10
Libraries: Use default constructors/destructors in LibELF
Lenny Maiorani
2022-03-10
Libraries: Use default constructors/destructors in LibDl
Lenny Maiorani
2022-03-10
Libraries: Use default constructors/destructors in LibDesktop
Lenny Maiorani
2022-03-10
Libraries: Use default constructors/destructors in LibDebug
Lenny Maiorani
2022-03-10
Libraries: Use default constructors/destructors in LibCrypto
Lenny Maiorani
2022-03-10
Libraries: Use default constructors/destructors in LibCpp
Lenny Maiorani
2022-03-10
Libraries: Use default constructors/destructors in LibCoredump
Lenny Maiorani
2022-03-10
Libraries: Use default constructors/destructors in LibCore
Lenny Maiorani
2022-03-10
Libraries: Use default constructors/destructors in LibCompress
Lenny Maiorani
2022-03-10
Libraries: Use default constructors/destructors in LibChess
Lenny Maiorani
2022-03-10
Libraries: Use default constructors/destructors in LibCards
Lenny Maiorani
2022-03-10
Libraries: Use default constructors/destructors in LibAudio
Lenny Maiorani
2022-03-11
Revert "LibPthread: Partially implement pthread_cleanup_(push pop)"
Ali Mohammad Pur
2022-03-11
LibWeb: Remove a bunch of no-longer needed #includes
Andreas Kling
2022-03-11
LibWeb: Move hit testing to the painting tree
Andreas Kling
2022-03-11
LibWeb: Move PaintingBox to its own .cpp and .h files
Andreas Kling
2022-03-11
LibWeb: Make hit testing return a { paintable, offset }
Andreas Kling
2022-03-11
LibWeb: Move mouse event and label logic from layout to painting tree
Andreas Kling
2022-03-11
LibWeb: Make Paintable ref-counted
Andreas Kling
2022-03-11
LibWeb: Make Layout::SVGBox inherit from Layout::Box
Andreas Kling
2022-03-11
LibWeb: Generate a TextPaintable for every Layout::TextNode
Andreas Kling
[next]