about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* mediaquery: better debugging functionsbptato2023-07-231-3/+35
* css: fix percentage min/max-width valuesbptato2023-07-231-1/+1
* Fix compilation on nim 1.6.10bptato2023-07-171-2/+3
* htmlparser: fix regressionbptato2023-07-171-2/+2
* Include libunicode header in bindingbptato2023-07-151-0/+5
* htmlparser: make getTemplateContent optionalbptato2023-07-151-3/+4
* htmlparser: check required callbacksbptato2023-07-151-0/+13
* htmlparser: add parse error handlingbptato2023-07-154-281/+437
* htmlparser: correct outdated commentbptato2023-07-141-9/+3
* decoderstream: refactoring + iso2022jp fixesbptato2023-07-121-115/+138
* Improve encoding supportbptato2023-07-127-161/+259
* decoderstream: remove unused functionbptato2023-07-111-9/+0
* Buffer search fixes & improvementsbptato2023-07-113-53/+82
* buffer: fix textarea regressionbptato2023-07-101-2/+6
* htmlparser: fix form association regressionbptato2023-07-102-8/+13
* term: fix cursorGoto without termcapbptato2023-07-101-1/+1
* htmlparser: remove more references to dombptato2023-07-092-13/+34
* htmlparser: more Option wrapping, remove dom referencebptato2023-07-091-18/+21
* htmlparser: fix fragment case, fix head bugbptato2023-07-091-8/+13
* htmltokenizer: only yield oncebptato2023-07-091-12/+22
* htmlparser: decouple from DOMbptato2023-07-098-544/+1113
* make it compilebptato2023-07-081-8/+7
* layout: width-related fixesbptato2023-07-081-34/+38
* Add StyledNode stringifier for debuggingbptato2023-07-081-0/+14
* Fix toHex weirdnessbptato2023-07-072-11/+11