about summary refs log tree commit diff stats
path: root/src/io
Commit message (Collapse)AuthorAgeFilesLines
...
* Actual layout engine progress plus some bug fixesbptato2021-11-081-17/+47
|
* Another failed attempt at the layout enginebptato2021-11-071-11/+7
|
* Remove composebptato2021-10-031-92/+49
|
* Add RowBox structurebptato2021-10-031-1/+27
|
* Rewrite renderer (still non-functional)bptato2021-08-282-7/+43
|
* Minor changesbptato2021-08-161-0/+1
|
* Get rid of some old code, work on css property handlingbptato2021-08-111-32/+2
|
* Some refactoringbptato2021-08-102-39/+50
|
* 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-072-21/+12
|
* 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-062-56/+62
|
* Refactor display.nim and twtio.nimbptato2021-08-063-405/+141
|
* Config refactoring, width aware cursor movementbptato2021-08-063-35/+52
|
* Implement new buffer model which supports X coordsbptato2021-08-054-343/+308
| | | | ...also, one can kinda use this as a file viewer now I guess
* more stuffbptato2021-08-052-7/+62
|
* More css stuffbptato2021-08-043-8/+470
|
* CSS selectors and re-organizationbptato2021-07-302-0/+722