about summary refs log tree commit diff stats
path: root/src/layout
Commit message (Expand)AuthorAgeFilesLines
...
* layout: table cell resizing fixesbptato2024-05-051-24/+29
* layout: fix float size in table cells; remove redundant positioningbptato2024-04-271-7/+14
* color: RGBAColor -> ARGBColorbptato2024-04-261-2/+2
* layout: fix image baselinebptato2024-04-261-2/+3
* Initial image supportbptato2024-04-253-18/+52
* layout: do not use parent computed values in root fragmentbptato2024-04-211-19/+11
* layout: slightly refactor layoutInlinebptato2024-04-211-40/+42
* layout: flex item margin fixesbptato2024-04-201-25/+34
* layout: fix double padding in flexbptato2024-04-201-2/+4
* layout: fix a list style positioning bugbptato2024-04-201-2/+2
* layout: float sizing fixesbptato2024-04-191-8/+21
* layout: accept inline-flex in iflushbptato2024-04-171-1/+1
* Update code stylebptato2024-04-172-288/+310
* layout: fix list-item positioningbptato2024-04-162-3/+12
* layout: remove ListItemBox, handle inline-flex correctlybptato2024-04-153-91/+65
* layout: height fixesbptato2024-04-121-41/+22
* renderdocument: do not layout with styledRoot == nilbptato2024-04-111-1/+4
* layout: slightly hacky flex-basis implementationbptato2024-04-091-2/+21
* css, layout: flexbox fixesbptato2024-04-061-6/+2
* layout: clean up resolveSizesbptato2024-04-051-80/+74
* Initial flexbox supportbptato2024-04-051-125/+379
* layout: add missing min/max heights to absolute sizesbptato2024-03-301-1/+3
* layout: fix various table cell sizing bugsbptato2024-03-301-47/+35
* layout: fix float positioning with marginsbptato2024-03-301-1/+1
* layout: fix another infinite loopbptato2024-03-261-2/+2
* layout: avoid infinite loop in line wrappingbptato2024-03-261-11/+10
* layout: also round line height for painting backgroundsbptato2024-03-261-3/+2
* layout: ensure lines are not higher than they must bebptato2024-03-262-11/+17
* layout: optimize inline background areasbptato2024-03-261-18/+51
* layout: rework inline box area modelbptato2024-03-253-154/+180
* cell: update FormatFlag naming, remove useless templatesbptato2024-03-211-6/+6
* layout: table column size fixesbptato2024-03-161-33/+20
* Move around some modulesbptato2024-03-142-2/+2
* layout: remove word-spacingbptato2024-03-131-4/+1
* rudimentary support for <video>, <audio>bptato2024-03-131-0/+4
* strwidth, renderdocument: small refactoringbptato2024-03-032-78/+69
* layout: add whitespace width to end offset's x positionbptato2024-03-021-0/+4
* layout: fix float exclusion of other floatsbptato2024-03-021-2/+2
* css: remove caption-side: left, right, fix caption-side: bottombptato2024-03-011-16/+1
* layout: reduce useless empty lines in inline boxesbptato2024-02-291-10/+17
* layout: round atom offsets toobptato2024-02-282-10/+13
* layout: improve/simplify line box error correctionbptato2024-02-282-36/+17
* Fix tab size bug on double tabsbptato2024-02-271-4/+4
* term: improve pixels-per-column/line detectionbptato2024-02-252-3/+60
* Separate ANSI text decoding from main binarybptato2024-02-251-0/+437
* layout: make it compile attempt 2bptato2024-02-241-2/+2
* layout: make it compilebptato2024-02-241-2/+2
* layout: make position: fixed, sticky act like staticbptato2024-02-241-7/+8
* layout: remove justifybptato2024-02-221-20/+1
* layout: do not apply error correction to first linebptato2024-02-221-5/+4
='alt'>
72655f0 ^
3af6434 ^

3e06ede ^
3af6434 ^
72655f0 ^

3e06ede ^
72655f0 ^

3e06ede ^

72655f0 ^

7b5638f ^




dbcf87c ^
1549faf ^


3af6434 ^

3e06ede ^
1549faf ^
45aea23 ^



1549faf ^

dbcf87c ^
1549faf ^


3e06ede ^
1549faf ^
ba59bc8 ^
3e06ede ^


4bb89e2 ^

3e06ede ^
3af6434 ^
3e06ede ^

2b35fae ^
0c3544d ^
0e5c819 ^
4bd0d33 ^
0e5c819 ^
dbcf87c ^
0e5c819 ^
4bd0d33 ^






0e5c819 ^
4bd0d33 ^
0e5c819 ^
dbcf87c ^
0c3544d ^

dc5c070 ^

4bb89e2 ^

3e06ede ^
4bb89e2 ^




3e06ede ^
5ef6ef1 ^

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