about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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-152-21/+36
|
* 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
| | | | | This gets rid of the inefficient timeout thing. Still, the ideal solution would be to move the timeout into the container; TODO.
* cssparser: check for EOF in first read chunkbptato2022-12-142-3/+6
| | | | To-do: use decoderstream...
* 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-131-1/+1
|
* Add referer support, re-render on windowChangebptato2022-12-1313-92/+262
|
* Fix stream error handling confusion, title displaybptato2022-12-1313-42/+92
| | | | Also probably other fixes.
* Add more cookie optionsbptato2022-12-138-31/+69
|
* 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-133-14/+22
|
* Update config and config docsbptato2022-12-134-17/+81
|
* Add all sorts of config options and cookiesbptato2022-12-1312-102/+281
|
* cssparser: fix a parseAnB bugbptato2022-12-121-1/+1
| | | | Just a typo...
* Fix color contrast correctionbptato2022-12-124-68/+88
| | | | | Instead of just inverting the color and hoping for the best, convert it to YUV and increase/decrease luminance based on results.
* 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-124-74/+254
|
* renderdocument: fix overwriting formatcellsbptato2022-12-121-3/+10
| | | | Gets rid of weird underline effects. Also fixes nx calculation, I think.
* Add urlfilterbptato2022-12-125-12/+45
|
* Add wikipedia substitution, bookmark file keybindingbptato2022-12-111-4/+6
|
* Remove libregexp headersbptato2022-12-113-222/+4
| | | | we should be fine.....
* Add visual-home, rename undocumented config valuesbptato2022-12-112-5/+11
|
* layout/engine: fix wrap on pre-wrap (instead of pre-line)bptato2022-12-111-1/+1
|
* Fix container replacement bugsbptato2022-12-111-0/+7
|
* Add border-collapse, border-spacing; fix fd sending hackbptato2022-12-114-19/+90
| | | | | | Note that they don't actually work correctly because of rounding errors. The fd sending hack now emits C directly. Let's hope this actually works.
* Add div alignbptato2022-12-113-10/+29
|
* Support vertical-align on tdbptato2022-12-114-23/+58
|
* Add caption-sidebptato2022-12-112-104/+151
|
* Implement a proper table layoutbptato2022-12-112-30/+109
|
* Table layout improvementsbptato2022-12-112-7/+29
|
* Fixes & QOL improvementsbptato2022-12-114-30/+70
| | | | | | | | * fix infinite loop after closing buffer * fix setx not triggering hover updates * fix D not going back to PREV but to parent * add M-d, M-,, M-., M-/ for old D behavior, cycle through siblings, back to parent
* 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
| | | | Write always blocks for now, as it's too big of a footgun not to
* Fix decoder bugs, move decoder to encoding/bptato2022-12-104-11/+11
|
* regex.nim: remove unused functionsbptato2022-12-101-42/+1
| | | | Including replace.
* Add support for the encoding standard, fix parseLegacyColorbptato2022-12-1014-264/+1758
| | | | Also, fix a bug in the
* css/values: better shorthand handlingbptato2022-12-081-102/+122
|