about summary refs log tree commit diff stats
path: root/src/css/layout.nim
Commit message (Expand)AuthorAgeFilesLines
* box: InlineFragment -> InlineBoxbptato2024-12-201-105/+102
* layout, render: image sizing fixes/workaroundsbptato2024-12-201-8/+12
* layout: apply padding to intrinsic minimum widthbptato2024-12-191-4/+3
* layout, render: implement overflow propertybptato2024-12-181-4/+18
* layout: propagate intrinsic minimum heightbptato2024-12-171-124/+152
* css: resolve units to px before layoutbptato2024-12-161-87/+80
* layout: do not allow canpx for scFitContentbptato2024-12-151-2/+2
* layout: also propagate xminwidth from table captionbptato2024-12-151-0/+1
* layout: set table intrinsic min width to specified widthbptato2024-12-151-0/+3
* layout: do not trust specified table cell heightbptato2024-12-151-3/+4
* lunit: remove redundant codebptato2024-12-131-1/+1
* css: CSSComputedValue -> CSSValuebptato2024-12-121-50/+50
* layout: small cleanupbptato2024-12-101-60/+60
* layout: override table cell width if its min width is greaterbptato2024-12-101-0/+2
* layout: proper min width clampingbptato2024-12-101-73/+70
* layout: another min width clamping hackbptato2024-12-101-20/+29
* layout: another xminwidth kludgebptato2024-12-081-0/+4
* layout: round inline block padding to cellsbptato2024-12-071-1/+7
* pager, term: use cell offset with kitty imagesbptato2024-12-031-1/+1
* cssvalues: optimize CSSComputedValues sizebptato2024-12-031-3/+3
* layout: temporary hack to fix xminwidth + flexbptato2024-12-021-0/+12
* layout: remove mystery startOffset adjustmentbptato2024-11-281-2/+0
* twtstr: add mypairsbptato2024-11-281-2/+2
* layout, term, url: misc cleanupbptato2024-11-281-1/+0
* layout: support br clearbptato2024-11-271-28/+34
* layout: another intrinsic min width fixbptato2024-11-241-2/+4
* layout: fix intrinsic min width for words with wrapping opportunitiesbptato2024-11-241-11/+18
* layout: fix intrinsic min width with whitespace: prebptato2024-11-191-0/+1
* layout: fix indefinitely sized flex items with boundsbptato2024-11-191-1/+8
* layout: fix crash on overlapping rowspan/colspanbptato2024-11-171-2/+3
* cssvalues: reduce CSSComputedValue sizebptato2024-11-141-26/+33
* layout: fix another flex sizing bugbptato2024-11-141-1/+8
* layout: remove inline paddingbptato2024-11-131-24/+5
* layout -> cssbptato2024-11-101-0/+3402