about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Table layout improvementsbptato2022-12-112-7/+29
* Fixes & QOL improvementsbptato2022-12-115-31/+75
* Add support for margin-left/right: autobptato2022-12-112-17/+87
* Fix -dbptato2022-12-104-38/+88
* Fix blocking socketstream recv/send, clean up ips/serialize & types/colorbptato2022-12-108-209/+289
* Fix decoder bugs, move decoder to encoding/bptato2022-12-104-11/+11
* regex.nim: remove unused functionsbptato2022-12-101-42/+1
* Add support for the encoding standard, fix parseLegacyColorbptato2022-12-1049-264/+78943
* css/values: better shorthand handlingbptato2022-12-081-102/+122
* types/color: fix integer type confusionbptato2022-12-081-13/+13
* Fix overline emulation in middle of linebptato2022-12-071-0/+11
* htmlparser: fix bug where tokens wouldn't be reprocessed after close_cellbptato2022-12-071-0/+1
* Update documentationbptato2022-12-071-17/+128
* Add multiple text-decoration, overline emulationbptato2022-12-076-30/+58
* Add force-clearbptato2022-12-073-1/+4
* Remove unused BlockBox attributebptato2022-12-071-1/+0
* Note on table layout + accept inline-table in iflushbptato2022-12-071-1/+3
* Catch EOFError in console.readCharbptato2022-12-071-1/+4
* Fix table cell reflowbptato2022-12-072-54/+37
* Do not set client.console.tty twicebptato2022-12-061-3/+2
* Fix stupid cmsg_len hackbptato2022-12-061-3/+3
* Table changesbptato2022-12-062-16/+25
* Optimize sendCursorPosition/updateHover, close streams after loadResourcebptato2022-12-063-19/+23
* Add 1G as cursorFirstLine shortcutbptato2022-12-051-0/+1
* Trigger status event when number of lines changedbptato2022-12-051-5/+7
* Fix a punycode decoding bugbptato2022-12-051-1/+1
* Hacky inline-table implementationbptato2022-12-051-2/+45
* Fix parsing of empty combinator selectorsbptato2022-12-051-1/+6
* Remove unused twtstr functionsbptato2022-12-053-31/+4
* Add title tag support, peek, peekCursorbptato2022-12-054-2/+41
* Add -M, -Vbptato2022-12-054-4/+43
* Proper fix for url hash setterbptato2022-12-051-2/+1
* Handle events after input toobptato2022-12-051-0/+3
* Fix hack of previous commitbptato2022-12-051-1/+2
* sighbptato2022-12-051-1/+2
* Add event loop to headless modebptato2022-12-031-0/+24
* Fix index error in parseDimensionValuesbptato2022-12-031-1/+1
* Make redraw() actually clear the screenbptato2022-12-013-1/+8
* Fix some screen update issues, remove redraw timerbptato2022-12-014-35/+36
* Do not center error-corrected linesbptato2022-11-301-1/+1
* *_HOME should be disabled when stdin *is* a ttybptato2022-11-301-1/+1