about summary refs log tree commit diff stats
path: root/src/css/values.nim
Commit message (Expand)AuthorAgeFilesLines
* css: add box-sizingbptato2023-11-211-4/+21
* layout: add floatsbptato2023-11-171-2/+5
* layout: refactor flow margin propagation, sizingbptato2023-11-121-0/+13
* dom: add some CSSStyleDeclaration functionsbptato2023-10-251-0/+3
* WindowAttributes: refactorbptato2023-10-191-1/+1
* css: support more list types, fix <ul/ol type=...bptato2023-10-141-4/+24
* css: support alphabetic list types, support <LI TYPE=...bptato2023-10-141-2/+50
* css: change type of rvalue to char (from Rune)bptato2023-10-011-4/+4
* Get rid of unicode.toLowerbptato2023-10-011-3/+4
* px: convert to float first for percentage valuesbptato2023-09-201-1/+1
* move around more modulesbptato2023-09-141-2/+2
* css: implement case insensitivitybptato2023-08-101-125/+140
* css: fix percentage min/max-width valuesbptato2023-07-231-1/+1
* Fix bug in media-query parsingbptato2023-07-041-4/+4
* Use LayoutUnit in layoutbptato2023-07-041-20/+23
* css/values: remove stray eprintbptato2023-06-251-2/+0
* css/values: use Result instead of exceptionsbptato2023-06-251-305/+338
* Fix various layout bugs, prepare for image supportbptato2023-06-121-5/+7
* Add support for visibilitybptato2023-06-071-5/+25
* Add support for width, height media querybptato2023-06-071-1/+2
* Add support for canvas and multipartbptato2023-06-051-15/+10
* css/values: add some stringifiersbptato2023-03-101-4/+13
* css/values: remove equalsbptato2023-01-081-32/+0
* css/values: add floatbptato2023-01-081-4/+23
* css/cascade, layout/engine: add table alignbptato2023-01-081-5/+7
* css/values, parser, ...: fix background-imagebptato2023-01-061-6/+39
* ua.css: fix color, css/values: fix globalsbptato2023-01-041-1/+8
* css/values: consistently use exceptionsbptato2023-01-031-56/+41
* css/values: remove todobptato2023-01-031-1/+0
* selectorparser: support :link, :visitedbptato2023-01-011-2/+9
* css/values: apply presentational hints after UA stylebptato2023-01-011-4/+5
* css: fix some bugs and improve cascading a bitbptato2022-12-291-3/+21
* css/values: fix length shorthand handlingbptato2022-12-281-10/+15
* layout/engine: get rid of dom dependencybptato2022-12-271-4/+33
* Fix broken css color function parsingbptato2022-12-251-31/+49
* css/values: fix some incorrectly accepted valuesbptato2022-12-211-18/+29
* Display text for img tag, background-imagebptato2022-12-161-12/+36
* layout/engine: fix a <br> bug that ate inline boxes, add broken min-width/max...bptato2022-12-161-4/+32
* Make background-color non-inherited; fix {}= for CSSComputedValuesbptato2022-12-121-7/+8
* Add support for q, fix list-item counter behaviorbptato2022-12-121-20/+132
* Add border-collapse, border-spacing; fix fd sending hackbptato2022-12-111-9/+59
* Add div alignbptato2022-12-111-1/+2
* Support vertical-align on tdbptato2022-12-111-3/+3
* Add caption-sidebptato2022-12-111-95/+119
* Add support for margin-left/right: autobptato2022-12-111-16/+70
* Fix blocking socketstream recv/send, clean up ips/serialize & types/colorbptato2022-12-101-3/+0
* css/values: better shorthand handlingbptato2022-12-081-102/+122
* Add multiple text-decoration, overline emulationbptato2022-12-071-12/+12
* Fix index error in parseDimensionValuesbptato2022-12-031-1/+1
* Fix initial values for left, right, top, bottombptato2022-11-291-1/+6
id=333525360b22f3d3ea31db46a4d2f1b4edbfebdb'>33352536 ^
79328f9a ^


33352536 ^
79328f9a ^


33352536 ^
2a2a5b1e ^
79328f9a ^
33352536 ^
79328f9a ^


33352536 ^
79328f9a ^


33352536 ^
79328f9a ^



7a583220 ^
33352536 ^

79328f9a ^


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