about summary refs log tree commit diff stats
path: root/src/types
Commit message (Expand)AuthorAgeFilesLines
* Fix blocking socketstream recv/send, clean up ips/serialize & types/colorbptato2022-12-101-44/+44
* Add support for the encoding standard, fix parseLegacyColorbptato2022-12-101-3/+8
* types/color: fix integer type confusionbptato2022-12-081-13/+13
* Remove unused twtstr functionsbptato2022-12-051-1/+1
* Proper fix for url hash setterbptato2022-12-051-2/+1
* Rework broken non-blocking iobptato2022-11-271-1/+3
* Fix some table layout issuesbptato2022-11-251-13/+3
* Add some quirks mode rules + presentational hintsbptato2022-11-251-0/+45
* Fix user style regression, add minimum-contrastbptato2022-11-251-1/+0
* Buffer improvementsbptato2022-11-251-1/+1
* Avoid forking child processes from the main processbptato2022-11-242-0/+34
* Color & term improvementsbptato2022-11-211-6/+45
* Color stuffbptato2022-11-211-0/+23
* Rewrite buffer/pager for multi-processingbptato2022-11-191-0/+8
* Implement tree buffers, fix a js bug, refactorbptato2022-10-191-0/+137
* Rename jsget/jsset to jsfget/jsfset for functionsbptato2022-09-161-15/+15
* More JS bindingsbptato2022-09-131-7/+42
* Add JS binding generationbptato2022-09-121-8/+196
* Do not display password on status linebptato2022-08-031-2/+2
* Fix non-special url scheme parsingbptato2022-08-021-1/+2
* Fix renderdocument setText etc.bptato2022-08-021-0/+6
* Implement HTTP Authbptato2022-07-301-2/+2
* Implement revert valuebptato2022-07-301-0/+156
* Fix StyledNode invalidation & othersbptato2022-07-271-12/+10
* Implement standard-compliant HTML tokenizerbptato2022-06-271-1/+1
* Fix compilation on 32-bit architecturesbptato2022-05-211-5/+4
* Fix not being able to load local files with ?, #, etcbptato2022-02-191-3/+3
* Incomplete background-color implementationbptato2022-02-141-0/+4
* Implement formsbptato2022-01-291-1/+1
* Fix some path bugs and misc. warningsbptato2022-01-251-1/+16
* Support external stylesheetsbptato2022-01-232-1/+5
* Avoid unnecessary rendering on hover change etcbptato2022-01-221-0/+3
* Fix url parsing bugbptato2022-01-221-1/+1
* Fix page navigationbptato2022-01-221-2/+4
* Fix percent encoding function and local percent encoded pathsbptato2022-01-191-0/+7
* Add punycode supportbptato2021-12-291-0/+34
* Basic content type implementationbptato2021-12-261-0/+25
* Proper URL handlingbptato2021-12-261-87/+632
* Honestly I'm not sure what I added here...bptato2021-12-211-0/+245
* More code formatting consistencybptato2021-12-171-1/+1
* Refactor enumsbptato2021-12-152-153/+0
* Support all css length unitsbptato2021-12-141-2/+2
* Add lists, function selector fixesbptato2021-12-141-2/+7
* Support height, fix marginbptato2021-12-131-1/+2
* Support width propertybptato2021-12-131-1/+1
* Support more colors, config.nim refactoringbptato2021-12-101-2/+35
* Support CSS word breakbptato2021-11-231-22/+26
* Refactor output formatting code, drop non-ansi supportbptato2021-11-131-3/+0
* Implement text-decorationbptato2021-11-131-5/+10
* Ignore invalid css valuesbptato2021-11-131-4/+5
21:55:04 +0100 committer hut <hut@lavabit.com> 2009-12-25 21:55:04 +0100 updated pydoc pages' href='/akspecs/ranger/commit/doc/ranger.gui.defaultui.html?h=v1.7.0-emacs&id=f07bb12fc5c59430e995a64956b36331ce3629b9'>f07bb12f ^
4c13e1f2 ^
f07bb12f ^
4c13e1f2 ^

f07bb12f ^



f07bb12f ^















4c13e1f2 ^




34a60763 ^
4c13e1f2 ^
34a60763 ^
4c13e1f2 ^



f07bb12f ^
62cd83ba ^
f07bb12f ^









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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194