about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Update chakasubptato2023-08-151-0/+0
* readme: wordingbptato2023-08-141-1/+1
* Move charsets into chakasubptato2023-08-1425-1878/+85
* mediaquery: fix logic errorbptato2023-08-141-1/+1
* mimetypes: small optimizationbptato2023-08-131-2/+1
* Simplify mailcap entry matchingbptato2023-08-131-25/+14
* Do not replace existing mime typesbptato2023-08-131-1/+2
* mailcap: fix typobptato2023-08-131-1/+1
* Link to todo filebptato2023-08-131-1/+1
* Update todo filebptato2023-08-131-5/+3
* Update docsbptato2023-08-134-6/+41
* makefile: fix qjsobj not being createdbptato2023-08-131-1/+2
* Revert "Makefile: add ./ to rm -rf"bptato2023-08-131-1/+1
* Add mailcap, mime.types & misc refactoringsbptato2023-08-1330-378/+1431
* ua.css: add parens to rt before and afterbptato2023-08-101-0/+8
* Makefile: add ./ to rm -rfbptato2023-08-101-1/+1
* css: implement case insensitivitybptato2023-08-103-135/+142
* Makefile: fix conflicts with directoriesbptato2023-08-101-8/+8
* serialize: add missing prepareMutationbptato2023-08-011-0/+1
* Update version information in READMEbptato2023-08-011-2/+2
* Fixes & workarounds to compile on Nim 2.0.0bptato2023-08-0113-36/+257
* Fix double line bug in dump modebptato2023-07-292-3/+4
* Add default background/foreground color overridebptato2023-07-296-39/+82
* css: very minor optimizationsbptato2023-07-282-19/+15
* Update makefilebptato2023-07-281-4/+8
* mediaquery: fix some missing has checks in parserbptato2023-07-281-0/+2
* layout: count spacing before inline padding toobptato2023-07-281-2/+10
* Fix twtstr.cmpbptato2023-07-281-2/+2
* htmlparser: replace stray insert callbptato2023-07-271-1/+1
* dom: fix hasChildbptato2023-07-271-1/+1
* layout: remove incorrect commentbptato2023-07-271-2/+0
* htmlparser: fix <th> not closing table cellsbptato2023-07-271-1/+1
* layout: distinguish padding from spacingbptato2023-07-272-5/+23
* layout: fix incorrect parenthesesbptato2023-07-271-1/+1
* layout: do not treat inline padding as spacingbptato2023-07-271-5/+6
* htmlparser: remove stray nil comparisonbptato2023-07-271-4/+3
* layout: remove unused variablesbptato2023-07-271-3/+0
* htmlparser: remove nil comparisons for Handlebptato2023-07-272-41/+52
* layout: refactor absolute positioning width calcbptato2023-07-271-13/+84
* doc: add missing end tagbptato2023-07-261-1/+1
* Add suspend() function (bound to C-z)bptato2023-07-263-2/+26
* layout: fix superfluous inline whitespacebptato2023-07-251-1/+3
* layout: use nowrap functionbptato2023-07-251-1/+1
* css: handle unknown tag names correctlybptato2023-07-253-5/+16
* html: include SEARCH tag in parserbptato2023-07-252-5/+7
* html: add SEARCH tagbptato2023-07-251-17/+17
* layout: fix position: relative sizesbptato2023-07-251-2/+2
* Add compileMatchRegexbptato2023-07-253-12/+73
* ua.css: add more block elementsbptato2023-07-251-2/+4
* layout: refactor sizingbptato2023-07-252-281/+425