about summary refs log tree commit diff stats
path: root/src/css/stylednode.nim
Commit message (Expand)AuthorAgeFilesLines
* Update code stylebptato2024-04-171-28/+29
* stylednode: clean up code stylebptato2024-03-181-30/+39
* Move HTML parsing into Chamebptato2023-08-151-1/+2
* Add StyledNode stringifier for debuggingbptato2023-07-081-0/+14
* WIP selector rewritebptato2023-01-271-0/+4
* css/cascade: remove scoped sheetsbptato2023-01-071-2/+0
* css: fix some bugs and improve cascading a bitbptato2022-12-291-1/+17
* More DOM workbptato2022-12-191-1/+5
* Display text for img tag, background-imagebptato2022-12-161-1/+3
* Add support for q, fix list-item counter behaviorbptato2022-12-121-1/+10
* Fix nth-child bugs, rename select to matchbptato2022-08-231-0/+3
* Add interactive <select>bptato2022-07-311-1/+7
* Implement revert valuebptato2022-07-301-5/+8
* StyledNode: avoid duplicate dependenciesbptato2022-07-291-0/+4
* Fix cascading bugs & performance issuesbptato2022-07-281-1/+5
* Fix StyledNode invalidation & othersbptato2022-07-271-5/+110
* Use StyledNodes instead of passing the entire DOM to the layout enginebptato2022-07-161-0/+18
feb4a4e'>15d5ad45 ^
df40fcdd ^














































16f7b097 ^


3c156384 ^


df40fcdd ^


3c156384 ^















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