about summary refs log tree commit diff stats
path: root/src/css
Commit message (Expand)AuthorAgeFilesLines
* cssvalues: fix font-weight parsingbptato2024-12-291-2/+2
* layout: fix various padding bugsbptato2024-12-281-32/+26
* env: do not copy attrs, fix screen on clientbptato2024-12-281-5/+5
* layout: fix a flex sizing bugbptato2024-12-271-5/+4
* dom: standard querySelector/All; type erase childrenbptato2024-12-271-15/+4
* layout: improve intrinsic minimum size calculationbptato2024-12-261-83/+104
* buffer: add "app" scripting modebptato2024-12-261-1/+2
* layout: resolve percentage width for auto table cellsbptato2024-12-211-9/+14
* cascade: actually, it should be inline-blockbptato2024-12-201-1/+1
* cascade: blockify on position: absolute or fixedbptato2024-12-201-4/+4
* box: InlineFragment -> InlineBoxbptato2024-12-203-143/+140
* cssparser: small refactoringbptato2024-12-201-37/+23
* layout, render: image sizing fixes/workaroundsbptato2024-12-202-12/+16
* dom: add inline SVG supportbptato2024-12-202-0/+10
* 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