about summary refs log tree commit diff stats
path: root/src/css/box.nim
Commit message (Expand)AuthorAgeFilesLines
* css: reduce StyledNode usebptato2025-01-161-4/+4
* layout: margin fixesbptato2025-01-051-0/+3
* LayoutUnit -> LUnitbptato2025-01-031-27/+27
* layout: drop overflow trackingbptato2025-01-031-4/+0
* layout: cache sub-layoutsbptato2025-01-021-2/+31
* box: InlineFragment -> InlineBoxbptato2024-12-201-14/+14
* layout: propagate intrinsic minimum heightbptato2024-12-171-2/+2
* css: CSSComputedValue -> CSSValuebptato2024-12-121-2/+2
* buffer: fix broken gotoAnchor behaviorbptato2024-11-121-0/+5
* layout -> cssbptato2024-11-101-0/+159
* Another failed attempt at the layout enginebptato2021-11-071-50/+0
* Add RowBox structurebptato2021-10-031-1/+6
* Rewrite renderer (still non-functional)bptato2021-08-281-2/+8
* Some refactoringbptato2021-08-101-33/+2
* Implement CSS display none in box renderer etc.bptato2021-08-081-1/+0
* Reorganize importsbptato2021-08-071-3/+2
* HTML display with highly broken box modelbptato2021-08-061-0/+72