about summary refs log tree commit diff stats
path: root/src/css
Commit message (Expand)AuthorAgeFilesLines
* 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
* layout: fix crash on overlapping rowspan/colspanbptato2024-11-171-2/+3
* js: reorganize modules, update docsbptato2024-11-152-2/+2
* cssvalues: reduce CSSComputedValue sizebptato2024-11-145-91/+102
* layout: fix another flex sizing bugbptato2024-11-141-1/+8
* layout: remove inline paddingbptato2024-11-131-24/+5
* buffer: fix broken gotoAnchor behaviorbptato2024-11-122-5/+11
* cascade: adjust prefers-color-scheme based on terminal backgroundbptato2024-11-101-1/+1
* layout -> cssbptato2024-11-106-2/+4080
* renderdocument: basic stacking context supportbptato2024-11-091-1/+9