Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Update documentation | bptato | 2022-12-07 | 1 | -17/+128 | |
| | ||||||
* | Add multiple text-decoration, overline emulation | bptato | 2022-12-07 | 6 | -30/+58 | |
| | ||||||
* | Add force-clear | bptato | 2022-12-07 | 3 | -1/+4 | |
| | ||||||
* | 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 | |
| | ||||||
* | Add 1G as cursorFirstLine shortcut | bptato | 2022-12-05 | 1 | -0/+1 | |
| | ||||||
* | 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 | 4 | -2/+41 | |
| | ||||||
* | Add -M, -V | bptato | 2022-12-05 | 4 | -4/+43 | |
| | ||||||
* | 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 | |
| | | | | It's more useful this way. | |||||
* | Fix some screen update issues, remove redraw timer | bptato | 2022-12-01 | 4 | -35/+36 | |
| | | | | | For now it's unnecessary; may be re-added later to support some dynamic document features. | |||||
* | Do not center error-corrected lines | bptato | 2022-11-30 | 1 | -1/+1 | |
| | | | | It sounds like a good idea, but in fact looks terrible in lists. | |||||
* | *_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 | |
| | ||||||
* | Fix typo | bptato | 2022-11-30 | 1 | -1/+1 | |
| | ||||||
* | Add siteconf, fix lineedit bugs | bptato | 2022-11-29 | 8 | -18/+165 | |
| | | | | | | This enables rule-based dynamic url rewriting. Also, lineedit is a bit less broken now (though it's still less than ideal.) | |||||
* | renderdocument: fix bug negative padwidth bug | bptato | 2022-11-29 | 1 | -1/+8 | |
| | | | | padwidth could be negative because we didn't ensure cx <= x. | |||||
* | Restore cursor position on reload | bptato | 2022-11-29 | 3 | -34/+49 | |
| | ||||||
* | Add line editing history, other lineedit fixes | bptato | 2022-11-29 | 4 | -96/+137 | |
| | | | | It's still kind of broken... | |||||
* | Fix initial values for left, right, top, bottom | bptato | 2022-11-29 | 1 | -1/+6 | |
| | ||||||
* | Add missing iflush call, add experimental line height error correction | bptato | 2022-11-29 | 2 | -1/+15 | |
| | | | | It kind of works, I guess? | |||||
* | Fix container insertion | bptato | 2022-11-28 | 1 | -1/+1 | |
| | ||||||
* | Add position css property, inline block fixes | bptato | 2022-11-28 | 4 | -111/+221 | |
| | | | | | More specifically, inline block white-space is no longer incorrectly determined by its computed values, but rather by its parent's values. | |||||
* | Add textarea | bptato | 2022-11-28 | 21 | -190/+411 | |
| | | | | Editing is implemented using an external editor (like vi). | |||||
* | Add support for <button> | bptato | 2022-11-27 | 4 | -15/+45 | |
| |