about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Unicode unordered list markersbptato2021-12-141-3/+3
* Remove anonymous block box generationbptato2021-12-141-74/+9
* Add lists, function selector fixesbptato2021-12-148-72/+321
* Limit display values to those we can actually displaybptato2021-12-131-10/+10
* Support height, fix marginbptato2021-12-134-14/+43
* Support width propertybptato2021-12-134-5/+21
* Support ::before, ::after pseudo elementsbptato2021-12-136-29/+156
* Support more colors, config.nim refactoringbptato2021-12-106-63/+238
* Support inline style attributesbptato2021-12-103-37/+35
* Avoid negative fromxbptato2021-12-051-1/+1
* Change configuration format to tomlbptato2021-12-056-131/+527
* Fix last line not being updated by SwapOutputbptato2021-11-271-0/+5
* Implement anonymous block boxesbptato2021-11-262-3/+44
* Refactor some parts of the layout enginebptato2021-11-253-126/+131
* Fix displayBufferSwapOutputbptato2021-11-241-37/+55
* Fix some cursor movement bugsbptato2021-11-232-19/+37
* Support CSS word breakbptato2021-11-235-98/+218
* Add margin to p, fix inline wrappingbptato2021-11-231-1/+1
* Allow matching root element, write last buffer display line instantlybptato2021-11-233-6/+9
* Fix a refreshDisplay bugbptato2021-11-231-1/+1
* Support CSS next- and subsequent sibling combinatorsbptato2021-11-234-27/+81
* Support CSS child combinatorsbptato2021-11-232-26/+56
* Support CSS descendant combinatorsbptato2021-11-233-38/+110
* Bugfixes & documentationbptato2021-11-203-27/+25
* Fix delete characterbptato2021-11-201-2/+20
* Refactor cascading logic and css valuesbptato2021-11-196-720/+724
* User stylesheets and applyStylesheets optimizationsbptato2021-11-195-111/+216
* Ignore final newline in source viewbptato2021-11-191-5/+6
* Various performance optimizations (...part two)bptato2021-11-194-75/+112
* Operation "get rid of FlexibleCell" part onebptato2021-11-193-30/+56
* Abstract away FlexibleCell, fix pageUp/pageDownbptato2021-11-153-47/+47
* Profiling and more CSS compatibilitybptato2021-11-153-10/+21
* Try to output as little as possible with reshapebptato2021-11-151-13/+2
* Fix some whitespace bugsbptato2021-11-154-50/+53
* Store pixels per character/rowbptato2021-11-143-41/+44
* Initial implementation of CSS :hoverbptato2021-11-146-115/+183
* Parse ansi escape codes when displaying plain textbptato2021-11-133-67/+150
* Refactor output formatting code, drop non-ansi supportbptato2021-11-135-182/+164
* Optimized generateFullOutputbptato2021-11-135-158/+169
* Implement text-decorationbptato2021-11-136-10/+48
* Ignore invalid css valuesbptato2021-11-134-103/+120
* Implement css property inheritancebptato2021-11-125-109/+146
* Rename layout.nimbptato2021-11-122-1/+1
* Clean up unused importsbptato2021-11-125-16/+0
* Colors, italic, bold, read from pipebptato2021-11-1210-74/+197
* Layout engine improvements, use author style sheetbptato2021-11-1010-148/+273
* It's broken but it could be worsebptato2021-11-098-317/+231
* Display & when escape cmd parsing failsbptato2021-11-081-4/+4
* Actual layout engine progress plus some bug fixesbptato2021-11-083-212/+238
* Another failed attempt at the layout enginebptato2021-11-073-89/+220