Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | warn on eprint in release mode | bptato | 2023-10-21 | 1 | -1/+9 |
| | | | | Maybe it's easier to avoid accidentally including like this | ||||
* | eprint: simplify | bptato | 2023-06-23 | 1 | -33/+23 |
| | |||||
* | Add elog | bptato | 2023-05-01 | 1 | -0/+16 |
| | | | | Like eprint, but writes to `a' | ||||
* | eprint: make it a function | bptato | 2023-02-05 | 1 | -1/+1 |
| | | | | This makes the compiler complain less. | ||||
* | Also, implement proper async | bptato | 2022-11-27 | 1 | -4/+5 |
| | | | | Well, not really proper, but better than nothing? Maybe not. | ||||
* | Fix lineedit bugs | bptato | 2022-11-26 | 1 | -13/+0 |
| | |||||
* | Add a network stream wrapper, improve eprint | bptato | 2022-09-05 | 1 | -1/+1 |
| | |||||
* | Implement HTML5 parsing | bptato | 2022-07-11 | 1 | -18/+17 |
| | | | | | | | Completely replaced the previous HTML2 (?) parser, which was a bad re-implementation of w3m's parser in the first place. Now we have a (sort of) compliant HTML5 parser. Needs tests, badly. | ||||
* | Colors, italic, bold, read from pipe | bptato | 2021-11-12 | 1 | -19/+17 |
| | |||||
* | Layout engine improvements, use author style sheet | bptato | 2021-11-10 | 1 | -17/+19 |
| | |||||
* | Implement CSS display none in box renderer etc. | bptato | 2021-08-08 | 1 | -0/+11 |
| | | | | | Other changes being bugfixes and a temporary implementation of "view source" | ||||
* | Refactor display.nim and twtio.nim | bptato | 2021-08-06 | 1 | -0/+13 |
| | |||||
* | Implement new buffer model which supports X coords | bptato | 2021-08-05 | 1 | -0/+11 |
...also, one can kinda use this as a file viewer now I guess |