Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix console display bugs, add container.location | bptato | 2022-12-15 | 3 | -4/+15 |
| | |||||
* | htmltokenizer: implement a small todo | bptato | 2022-12-15 | 2 | -16/+21 |
| | |||||
* | htmltokenizer: fix newline handling with insufficient buffer length | bptato | 2022-12-15 | 1 | -2/+6 |
| | |||||
* | Add discardTree, update docs | bptato | 2022-12-15 | 4 | -89/+367 |
| | |||||
* | term: improve screen/line clearing | bptato | 2022-12-15 | 1 | -4/+12 |
| | |||||
* | Fix error handling on buffer close | bptato | 2022-12-15 | 1 | -14/+18 |
| | |||||
* | Make load() slightly less dumb | bptato | 2022-12-15 | 4 | -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 chunk | bptato | 2022-12-14 | 2 | -3/+6 |
| | | | | To-do: use decoderstream... | ||||
* | rendertext, color: fix escape codes | bptato | 2022-12-14 | 2 | -1/+2 |
| | |||||
* | Fix search | bptato | 2022-12-14 | 2 | -2/+7 |
| | |||||
* | doc: fix headers; url: fix a shorten_path bug | bptato | 2022-12-13 | 2 | -11/+11 |
| | |||||
* | Add referer support, re-render on windowChange | bptato | 2022-12-13 | 14 | -92/+274 |
| | |||||
* | Fix stream error handling confusion, title display | bptato | 2022-12-13 | 14 | -43/+93 |
| | | | | Also probably other fixes. | ||||
* | Add more cookie options | bptato | 2022-12-13 | 9 | -44/+94 |
| | |||||
* | cookie: check for domain | bptato | 2022-12-13 | 1 | -1/+1 |
| | |||||
* | Fix path mime type detection | bptato | 2022-12-13 | 1 | -2/+2 |
| | |||||
* | Add network.max-redirect, prepend-https options | bptato | 2022-12-13 | 5 | -21/+63 |
| | |||||
* | Update config and config docs | bptato | 2022-12-13 | 8 | -120/+238 |
| | |||||
* | Add all sorts of config options and cookies | bptato | 2022-12-13 | 13 | -102/+296 |
| | |||||
* | cssparser: fix a parseAnB bug | bptato | 2022-12-12 | 1 | -1/+1 |
| | | | | Just a typo... | ||||
* | Fix color contrast correction | bptato | 2022-12-12 | 4 | -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 CSSComputedValues | bptato | 2022-12-12 | 2 | -24/+19 |
| | |||||
* | renderdocument: fix another formatting bug | bptato | 2022-12-12 | 1 | -3/+5 |
| | |||||
* | Add support for q, fix list-item counter behavior | bptato | 2022-12-12 | 5 | -74/+263 |
| | |||||
* | renderdocument: fix overwriting formatcells | bptato | 2022-12-12 | 1 | -3/+10 |
| | | | | Gets rid of weird underline effects. Also fixes nx calculation, I think. | ||||
* | Add urlfilter | bptato | 2022-12-12 | 5 | -12/+45 |
| | |||||
* | Remove compile.bat | bptato | 2022-12-11 | 1 | -10/+0 |
| | |||||
* | Add wikipedia substitution, bookmark file keybinding | bptato | 2022-12-11 | 2 | -4/+11 |
| | |||||
* | Update readme todo list | bptato | 2022-12-11 | 1 | -6/+2 |
| | |||||
* | Remove libregexp headers | bptato | 2022-12-11 | 3 | -222/+4 |
| | | | | we should be fine..... | ||||
* | Add visual-home, rename undocumented config values | bptato | 2022-12-11 | 3 | -5/+16 |
| | |||||
* | layout/engine: fix wrap on pre-wrap (instead of pre-line) | bptato | 2022-12-11 | 1 | -1/+1 |
| | |||||
* | Fix container replacement bugs | bptato | 2022-12-11 | 2 | -1/+8 |
| | |||||
* | Add border-collapse, border-spacing; fix fd sending hack | bptato | 2022-12-11 | 5 | -19/+93 |
| | | | | | | 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 align | bptato | 2022-12-11 | 3 | -10/+29 |
| | |||||
* | Support vertical-align on td | bptato | 2022-12-11 | 5 | -23/+60 |
| | |||||
* | Add caption-side | bptato | 2022-12-11 | 3 | -104/+167 |
| | |||||
* | Implement a proper table layout | bptato | 2022-12-11 | 2 | -30/+109 |
| | |||||
* | Fix typo in docs | bptato | 2022-12-11 | 1 | -2/+2 |
| | |||||
* | Table layout improvements | bptato | 2022-12-11 | 2 | -7/+29 |
| | |||||
* | Fixes & QOL improvements | bptato | 2022-12-11 | 5 | -31/+75 |
| | | | | | | | | * 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: auto | bptato | 2022-12-11 | 2 | -17/+87 |
| | |||||
* | Fix -d | bptato | 2022-12-10 | 4 | -38/+88 |
| | |||||
* | Fix blocking socketstream recv/send, clean up ips/serialize & types/color | bptato | 2022-12-10 | 8 | -209/+289 |
| | | | | Write always blocks for now, as it's too big of a footgun not to | ||||
* | Fix decoder bugs, move decoder to encoding/ | bptato | 2022-12-10 | 4 | -11/+11 |
| | |||||
* | regex.nim: remove unused functions | bptato | 2022-12-10 | 1 | -42/+1 |
| | | | | Including replace. | ||||
* | Add support for the encoding standard, fix parseLegacyColor | bptato | 2022-12-10 | 49 | -264/+78943 |
| | | | | Also, fix a bug in the | ||||
* | css/values: better shorthand handling | bptato | 2022-12-08 | 1 | -102/+122 |
| | |||||
* | types/color: fix integer type confusion | bptato | 2022-12-08 | 1 | -13/+13 |
| | |||||
* | Fix overline emulation in middle of line | bptato | 2022-12-07 | 1 | -0/+11 |
| |