about summary refs log tree commit diff stats
path: root/src/utils/eprint.nim
Commit message (Collapse)AuthorAgeFilesLines
* warn on eprint in release modebptato2023-10-211-1/+9
| | | | Maybe it's easier to avoid accidentally including like this
* eprint: simplifybptato2023-06-231-33/+23
|
* Add elogbptato2023-05-011-0/+16
| | | | Like eprint, but writes to `a'
* eprint: make it a functionbptato2023-02-051-1/+1
| | | | This makes the compiler complain less.
* Also, implement proper asyncbptato2022-11-271-4/+5
| | | | Well, not really proper, but better than nothing? Maybe not.
* Fix lineedit bugsbptato2022-11-261-13/+0
|
* Add a network stream wrapper, improve eprintbptato2022-09-051-1/+1
|
* Implement HTML5 parsingbptato2022-07-111-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 pipebptato2021-11-121-19/+17
|
* Layout engine improvements, use author style sheetbptato2021-11-101-17/+19
|
* Implement CSS display none in box renderer etc.bptato2021-08-081-0/+11
| | | | | Other changes being bugfixes and a temporary implementation of "view source"
* Refactor display.nim and twtio.nimbptato2021-08-061-0/+13
|
* Implement new buffer model which supports X coordsbptato2021-08-051-0/+11
...also, one can kinda use this as a file viewer now I guess