about summary refs log tree commit diff stats
path: root/src/css
Commit message (Expand)AuthorAgeFilesLines
* layout: apply padding to intrinsic minimum widthbptato2024-12-191-4/+3
* layout, render: implement overflow propertybptato2024-12-184-106/+201
* match: fix nested hover selectorbptato2024-12-181-1/+2
* match: optimize dependency trackingbptato2024-12-172-39/+78
* css: add :target pseudo classbptato2024-12-172-0/+5
* match: refactor a bitbptato2024-12-172-63/+47
* dom, match: optimize :nth-child, :nth-last-childbptato2024-12-172-33/+45
* default(T) -> T.default, add some strict defsbptato2024-12-171-6/+6
* layout: propagate intrinsic minimum heightbptato2024-12-172-126/+154
* css: resolve units to px before layoutbptato2024-12-166-219/+217
* 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
* dom, css: fix case-insensitive class/id/attr matchingbptato2024-12-154-19/+18
* css: align h[1-6] behavior with w3mbptato2024-12-142-0/+6
* cascade: misc cleanupbptato2024-12-141-6/+3
* lunit: remove redundant codebptato2024-12-132-6/+2
* css: CSSComputedValue -> CSSValuebptato2024-12-126-109/+109
* layout: small cleanupbptato2024-12-101-60/+60
* render: apply visibility to inline boxesbptato2024-12-101-21/+23
* 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
* cssparser: misc cleanupbptato2024-12-072-120/+64
* layout: round inline block padding to cellsbptato2024-12-071-1/+7
* cssparser: misc cleanupbptato2024-12-051-50/+47
* pager, term: use cell offset with kitty imagesbptato2024-12-032-3/+11
* cascade: add cellspacingbptato2024-12-031-0/+7
* cssvalues: optimize CSSComputedValues sizebptato2024-12-033-271/+269
* cssvalues: fix min-width/min-height autobptato2024-12-021-19/+18
* layout: temporary hack to fix xminwidth + flexbptato2024-12-021-0/+12
* cascade, cssvalues: clean up a bit morebptato2024-12-022-68/+76
* css: misc refactoringbptato2024-12-025-137/+128
* sheet, mediaquery: misc cleanupbptato2024-12-012-64/+29
* mediaquery: fix and after bare keywordbptato2024-12-011-1/+0
* dom: add support for @importbptato2024-12-012-26/+49
* cascade: allow presentational hints with styling=falsebptato2024-11-291-2/+2
* layout: remove mystery startOffset adjustmentbptato2024-11-281-2/+0
* twtstr: add mypairsbptato2024-11-282-7/+7
* layout, term, url: misc cleanupbptato2024-11-281-1/+0
* cascade: apply buffer.styling to inline stylesbptato2024-11-271-8/+11
* layout: support br clearbptato2024-11-271-28/+34
* buffer: optimize hover switchingbptato2024-11-261-0/+6
* layout: another intrinsic min width fixbptato2024-11-241-2/+4
* layout: fix intrinsic min width for words with wrapping opportunitiesbptato2024-11-241-11/+18
* match, stylednode: remove generics, refactorbptato2024-11-193-137/+91
* layout: fix intrinsic min width with whitespace: prebptato2024-11-191-0/+1
* layout: fix indefinitely sized flex items with boundsbptato2024-11-191-1/+8