about summary refs log tree commit diff stats
path: root/src/css
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
sion' href='/akspecs/ranger/blame/Makefile?id=b5a89812e78bcb2b106d962ed3bfc79f6cdde094'>^
b0a216f5 ^
e9e4b4ff ^





612b8b8b ^
e9e4b4ff ^
52403c53 ^
ad51cca4 ^
08e43b29 ^


ad51cca4 ^






b3d031a9 ^
c5f776ed ^
b3d031a9 ^

bc2c5619 ^
c5f776ed ^

b3d031a9 ^

c5f776ed ^

c216901a ^
9d82571b ^

5fca2a0b ^
9cf43c17 ^
5fca2a0b ^
c5f776ed ^

a052151f ^
c5f776ed ^

e91ae587 ^



f2c8a7ff ^



e91ae587 ^
185c022e ^
5fca2a0b ^
c7720fff ^


a6836d5d ^

c7720fff ^
8d21b83c ^


e9e4b4ff ^
ececd03e ^
e9e4b4ff ^
0c2c782d ^
636d9393 ^
b0a216f5 ^
c6afc196 ^

c0d63e78 ^


ececd03e ^
f2c8a7ff ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144