about summary refs log tree commit diff stats
path: root/src/types
Commit message (Expand)AuthorAgeFilesLines
* Consistent naming of parseURL, non-public newURLParamsbptato2022-12-261-6/+6
* Fix broken css color function parsingbptato2022-12-251-1/+7
* Add JS support to documentsbptato2022-12-182-4/+27
* rendertext, color: fix escape codesbptato2022-12-141-1/+1
* doc: fix headers; url: fix a shorten_path bugbptato2022-12-131-1/+1
* Add referer support, re-render on windowChangebptato2022-12-133-14/+104
* Fix stream error handling confusion, title displaybptato2022-12-131-1/+9
* Add more cookie optionsbptato2022-12-131-5/+13
* cookie: check for domainbptato2022-12-131-1/+1
* Add all sorts of config options and cookiesbptato2022-12-131-12/+36
* Fix color contrast correctionbptato2022-12-121-35/+54
* 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