Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add all sorts of config options and cookies | bptato | 2022-12-13 | 12 | -102/+281 | |
| | ||||||
* | 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 | 4 | -74/+254 | |
| | ||||||
* | 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 | |
| | ||||||
* | Add wikipedia substitution, bookmark file keybinding | bptato | 2022-12-11 | 1 | -4/+6 | |
| | ||||||
* | 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 | 2 | -5/+11 | |
| | ||||||
* | 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 | 1 | -0/+7 | |
| | ||||||
* | Add border-collapse, border-spacing; fix fd sending hack | bptato | 2022-12-11 | 4 | -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 align | bptato | 2022-12-11 | 3 | -10/+29 | |
| | ||||||
* | Support vertical-align on td | bptato | 2022-12-11 | 4 | -23/+58 | |
| | ||||||
* | Add caption-side | bptato | 2022-12-11 | 2 | -104/+151 | |
| | ||||||
* | Implement a proper table layout | bptato | 2022-12-11 | 2 | -30/+109 | |
| | ||||||
* | Table layout improvements | bptato | 2022-12-11 | 2 | -7/+29 | |
| | ||||||
* | Fixes & QOL improvements | bptato | 2022-12-11 | 4 | -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: 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 | 14 | -264/+1758 | |
| | | | | 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 | |
| | ||||||
* | htmlparser: fix bug where tokens wouldn't be reprocessed after close_cell | bptato | 2022-12-07 | 1 | -0/+1 | |
| | ||||||
* | Add multiple text-decoration, overline emulation | bptato | 2022-12-07 | 5 | -30/+56 | |
| | ||||||
* | Add force-clear | bptato | 2022-12-07 | 2 | -1/+3 | |
| | ||||||
* | Remove unused BlockBox attribute | bptato | 2022-12-07 | 1 | -1/+0 | |
| | ||||||
* | Note on table layout + accept inline-table in iflush | bptato | 2022-12-07 | 1 | -1/+3 | |
| | ||||||
* | Catch EOFError in console.readChar | bptato | 2022-12-07 | 1 | -1/+4 | |
| | ||||||
* | Fix table cell reflow | bptato | 2022-12-07 | 2 | -54/+37 | |
| | | | | (still not perfect...) | |||||
* | Do not set client.console.tty twice | bptato | 2022-12-06 | 1 | -3/+2 | |
| | ||||||
* | Fix stupid cmsg_len hack | bptato | 2022-12-06 | 1 | -3/+3 | |
| | | | | | It's still stupid, but now it also does what it should've in the first place... | |||||
* | Table changes | bptato | 2022-12-06 | 2 | -16/+25 | |
| | | | | mostly failed attempts to improve the table layout | |||||
* | Optimize sendCursorPosition/updateHover, close streams after loadResource | bptato | 2022-12-06 | 3 | -19/+23 | |
| | ||||||
* | Trigger status event when number of lines changed | bptato | 2022-12-05 | 1 | -5/+7 | |
| | | | | (So that line information is updated automatically) | |||||
* | Fix a punycode decoding bug | bptato | 2022-12-05 | 1 | -1/+1 | |
| | ||||||
* | Hacky inline-table implementation | bptato | 2022-12-05 | 1 | -2/+45 | |
| | ||||||
* | Fix parsing of empty combinator selectors | bptato | 2022-12-05 | 1 | -1/+6 | |
| | ||||||
* | Remove unused twtstr functions | bptato | 2022-12-05 | 3 | -31/+4 | |
| | ||||||
* | Add title tag support, peek, peekCursor | bptato | 2022-12-05 | 3 | -2/+39 | |
| | ||||||
* | Add -M, -V | bptato | 2022-12-05 | 3 | -4/+40 | |
| | ||||||
* | Proper fix for url hash setter | bptato | 2022-12-05 | 1 | -2/+1 | |
| | ||||||
* | Handle events after input too | bptato | 2022-12-05 | 1 | -0/+3 | |
| | ||||||
* | Fix hack of previous commit | bptato | 2022-12-05 | 1 | -1/+2 | |
| |