about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* layout/engine: clean up shrink attributebptato2022-12-162-58/+69
* layout/engine: fix a <br> bug that ate inline boxes, add broken min-width/max...bptato2022-12-163-15/+87
* Fix tab width in prebptato2022-12-151-0/+2
* Update readmebptato2022-12-151-24/+4
* git wtf momentbptato2022-12-151-11/+0
* Merge branch 'master' of ssh://192.168.0.230/~/x/chabptato2022-12-151-0/+11
|\
| * htmltokenizer: implement a small todobptato2022-12-152-7/+13
* | container: do not load all lines at once in readLinesbptato2022-12-153-14/+28
* | pager: fix getRoot returning nothingbptato2022-12-151-0/+1
* | makeCRLF: move to twtstr, write last charbptato2022-12-152-16/+23
* | Remove obsolete renderPlainText procbptato2022-12-151-42/+0
* | Fix console display bugs, add container.locationbptato2022-12-153-4/+15
* | htmltokenizer: implement a small todobptato2022-12-152-16/+21
|/
* htmltokenizer: fix newline handling with insufficient buffer lengthbptato2022-12-151-2/+6
* Add discardTree, update docsbptato2022-12-154-89/+367
* term: improve screen/line clearingbptato2022-12-151-4/+12
* Fix error handling on buffer closebptato2022-12-151-14/+18
* Make load() slightly less dumbbptato2022-12-154-57/+109
* cssparser: check for EOF in first read chunkbptato2022-12-142-3/+6
* rendertext, color: fix escape codesbptato2022-12-142-1/+2
* Fix searchbptato2022-12-142-2/+7
* doc: fix headers; url: fix a shorten_path bugbptato2022-12-132-11/+11
* Add referer support, re-render on windowChangebptato2022-12-1314-92/+274
* Fix stream error handling confusion, title displaybptato2022-12-1314-43/+93
* Add more cookie optionsbptato2022-12-139-44/+94
* cookie: check for domainbptato2022-12-131-1/+1
* Fix path mime type detectionbptato2022-12-131-2/+2
* Add network.max-redirect, prepend-https optionsbptato2022-12-135-21/+63
* Update config and config docsbptato2022-12-138-120/+238
* Add all sorts of config options and cookiesbptato2022-12-1313-102/+296
* cssparser: fix a parseAnB bugbptato2022-12-121-1/+1
* Fix color contrast correctionbptato2022-12-124-68/+88
* Make background-color non-inherited; fix {}= for CSSComputedValuesbptato2022-12-122-24/+19
* renderdocument: fix another formatting bugbptato2022-12-121-3/+5
* Add support for q, fix list-item counter behaviorbptato2022-12-125-74/+263
* renderdocument: fix overwriting formatcellsbptato2022-12-121-3/+10
* Add urlfilterbptato2022-12-125-12/+45
* Remove compile.batbptato2022-12-111-10/+0
* Add wikipedia substitution, bookmark file keybindingbptato2022-12-112-4/+11
* Update readme todo listbptato2022-12-111-6/+2
* Remove libregexp headersbptato2022-12-113-222/+4
* Add visual-home, rename undocumented config valuesbptato2022-12-113-5/+16
* layout/engine: fix wrap on pre-wrap (instead of pre-line)bptato2022-12-111-1/+1
* Fix container replacement bugsbptato2022-12-112-1/+8
* Add border-collapse, border-spacing; fix fd sending hackbptato2022-12-115-19/+93
* Add div alignbptato2022-12-113-10/+29
* Support vertical-align on tdbptato2022-12-115-23/+60
* Add caption-sidebptato2022-12-113-104/+167
* Implement a proper table layoutbptato2022-12-112-30/+109
* Fix typo in docsbptato2022-12-111-2/+2