| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 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 |
* | 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 |
* | Add support for the encoding standard, fix parseLegacyColor | bptato | 2022-12-10 | 14 | -264/+1758 |
* | 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 |
* | 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 |
* | Table changes | bptato | 2022-12-06 | 2 | -16/+25 |
* | 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 |
* | 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 |
* | sigh | bptato | 2022-12-05 | 1 | -1/+2 |
* | Add event loop to headless mode | bptato | 2022-12-03 | 1 | -0/+24 |
* | Fix index error in parseDimensionValues | bptato | 2022-12-03 | 1 | -1/+1 |
* | Make redraw() actually clear the screen | bptato | 2022-12-01 | 3 | -1/+8 |
* | Fix some screen update issues, remove redraw timer | bptato | 2022-12-01 | 4 | -35/+36 |
* | Do not center error-corrected lines | bptato | 2022-11-30 | 1 | -1/+1 |
* | *_HOME should be disabled when stdin *is* a tty | bptato | 2022-11-30 | 1 | -1/+1 |
* | layout: clean up previously rendered root boxes | bptato | 2022-11-30 | 1 | -0/+1 |
* | Clean up ips/serialize generics | bptato | 2022-11-30 | 1 | -86/+53 |
* | Remove useless sread/swrite procs | bptato | 2022-11-30 | 1 | -51/+16 |
* | Disable *_HOME when stdin is a tty | bptato | 2022-11-30 | 1 | -1/+1 |
* | Load fork-server config after parsing arguments | bptato | 2022-11-30 | 1 | -1/+1 |
* | Support WWW_HOME, HTTP_HOME | bptato | 2022-11-30 | 1 | -0/+7 |
* | term: fix cursorForward, cursorBackward | bptato | 2022-11-30 | 1 | -2/+2 |