about summary refs log tree commit diff stats
path: root/src/io/buffer.nim
Commit message (Collapse)AuthorAgeFilesLines
...
* Try to output as little as possible with reshapebptato2021-11-151-13/+2
|
* Fix some whitespace bugsbptato2021-11-151-15/+16
|
* Store pixels per character/rowbptato2021-11-141-19/+19
|
* Initial implementation of CSS :hoverbptato2021-11-141-82/+147
|
* Parse ansi escape codes when displaying plain textbptato2021-11-131-9/+18
|
* Refactor output formatting code, drop non-ansi supportbptato2021-11-131-176/+53
|
* Optimized generateFullOutputbptato2021-11-131-146/+153
|
* Implement text-decorationbptato2021-11-131-2/+13
|
* Colors, italic, bold, read from pipebptato2021-11-121-4/+44
|
* Layout engine improvements, use author style sheetbptato2021-11-101-69/+54
|
* It's broken but it could be worsebptato2021-11-091-7/+17
|
* Actual layout engine progress plus some bug fixesbptato2021-11-081-17/+47
|
* Another failed attempt at the layout enginebptato2021-11-071-11/+7
|
* Add RowBox structurebptato2021-10-031-1/+27
|
* Rewrite renderer (still non-functional)bptato2021-08-281-6/+33
|
* Minor changesbptato2021-08-161-0/+1
|
* Get rid of some old code, work on css property handlingbptato2021-08-111-32/+2
|
* Some refactoringbptato2021-08-101-39/+16
|
* Clear buffer before rendering a documentbptato2021-08-081-0/+1
|
* Implement CSS display none in box renderer etc.bptato2021-08-081-0/+9
| | | | | Other changes being bugfixes and a temporary implementation of "view source"
* Reorganize importsbptato2021-08-071-14/+9
|
* HTML display with highly broken box modelbptato2021-08-061-2/+13
|
* More efficient display algorithmsbptato2021-08-061-8/+156
| | | | | | | displayBuffer now only kills lines after a replacement has been outputted. An expermiental procedure displayBufferSwapOutput was also added, it isn't currently used as it's best for small changes like link highlighting.
* Refactoring in buffer.nimbptato2021-08-061-55/+62
|
* Refactor display.nim and twtio.nimbptato2021-08-061-8/+139
|
* Config refactoring, width aware cursor movementbptato2021-08-061-25/+42
|
* Implement new buffer model which supports X coordsbptato2021-08-051-259/+252
| | | | ...also, one can kinda use this as a file viewer now I guess
* more stuffbptato2021-08-051-4/+53
|
* More css stuffbptato2021-08-041-0/+463