about summary refs log tree commit diff stats
path: root/src/css
Commit message (Expand)AuthorAgeFilesLines
...
* css: slightly optimize cascadebptato2024-06-024-136/+145
* stylednode: remove `text' fieldbptato2024-05-282-10/+12
* stylednode: move invalidation data to DOMbptato2024-05-272-25/+16
* layout: add wrapper box for table caption + misc stuffbptato2024-05-241-15/+35
* layout, layoutunit: remove some automatic convertersbptato2024-05-221-5/+5
* css: stub overflowbptato2024-05-181-1/+15
* css/values -> css/cssvaluesbptato2024-05-164-3/+3
* cssvalues: fix casingbptato2024-05-161-61/+61
* luwrap: use separate context (+ various cleanups)bptato2024-05-101-0/+90
* cascade: avoid empty ::before/::afterbptato2024-05-051-3/+2
* color: separate out JS convertersbptato2024-05-051-0/+1
* Use isSome instead of isOkbptato2024-05-052-6/+6
* cssparser: refactorbptato2024-05-015-139/+84
* css, dom: simplify ident parsing, canvas fixesbptato2024-05-013-371/+287
* css/values: refactorbptato2024-04-281-283/+222
* color: RGBAColor -> ARGBColorbptato2024-04-261-3/+3
* Initial image supportbptato2024-04-251-1/+5
* Update code stylebptato2024-04-178-972/+956
* css, layout: flexbox fixesbptato2024-04-061-2/+29
* Initial flexbox supportbptato2024-04-051-38/+158
* catom: at -> satbptato2024-03-212-19/+19
* stylednode: clean up code stylebptato2024-03-181-30/+39
* Move around some modulesbptato2024-03-141-1/+1
* rudimentary support for <video>, <audio>bptato2024-03-133-2/+17
* css: fix {} macros on older Nim versionsbptato2024-03-111-6/+9
* css: simplify property & value definitionsbptato2024-03-041-266/+272
* catom: merge TagType with AttrTypebptato2024-03-042-1/+1
* cssparser: fix another anb parsing bugbptato2024-03-021-2/+2
* cssparser: fix anb parser whitespace handling bugsbptato2024-03-021-4/+7
* css: remove caption-side: left, right, fix caption-side: bottombptato2024-03-011-7/+2
* css/values: assign to the correct variablebptato2024-03-011-6/+6
* css: fix shorthands not overriding all valuesbptato2024-02-291-29/+32
* misc refactoringsbptato2024-02-271-2/+2
* term: improve pixels-per-column/line detectionbptato2024-02-251-1/+1
* css: always use defaultColor as the initial colorbptato2024-02-251-7/+4
* Allow non-RGB colors in CSSbptato2024-02-242-51/+99
* css: reduce CSSComputedValue sizebptato2024-02-172-118/+96
* layout: use html/body bgcolor as canvas bgcolorbptato2024-02-172-4/+15
* css: hide noscript tags when scripting is enabledbptato2024-02-132-3/+25
* twtstr: misc refactoringsbptato2024-02-091-1/+1
* buffer: load external resources when they are attachedbptato2024-02-081-0/+2
* dom: enumize attribute namesbptato2024-02-083-23/+30
* dom: atomize id, name, DOMTokenListbptato2024-02-082-67/+90
* Update chamebptato2024-02-074-61/+74
* Use errDOMException template everywherebptato2024-01-111-7/+7
* Fix windowChange not refreshing valid media queriesbptato2024-01-101-1/+2
* Use std/* imports everywherebptato2024-01-077-23/+23
* css/sheet: skip media queries without blocksbptato2024-01-041-0/+3
* Compile with styleCheck:usagesbptato2023-12-282-8/+8
* Move http out of main binarybptato2023-12-131-1/+1
href='#n55'>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