about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Ugly hack to make inline blocks workbptato2021-12-182-65/+56
* Refactor selector code, optimize style tagsbptato2021-12-188-179/+207
* Rework cascading algorithmbptato2021-12-185-210/+166
* Macro for easier css value accessbptato2021-12-182-36/+32
* Move... thingsbptato2021-12-173-29/+34
* More code formatting consistencybptato2021-12-1711-22/+21
* More deduplicationbptato2021-12-172-36/+65
* List CSS stuffbptato2021-12-171-2/+10
* Simplify layout engine codebptato2021-12-172-111/+92
* Length unit fixesbptato2021-12-152-1/+7
* Better inline block supportbptato2021-12-153-37/+63
* Initial (and defective) inline-block implementationbptato2021-12-153-39/+79
* Simplify codebptato2021-12-152-83/+78
* Do not render text outside of bufferbptato2021-12-152-5/+11
* Some parser fixesbptato2021-12-155-101/+90
* Add roman list style typebptato2021-12-152-18/+37
* Use bit fields in cell formattingbptato2021-12-152-17/+52
* Refactor enumsbptato2021-12-1512-164/+161
* DL support and BR fixesbptato2021-12-143-18/+31
* Support all css length unitsbptato2021-12-147-81/+130
* Fix ":is" functionbptato2021-12-141-3/+3
* Unicode unordered list markersbptato2021-12-142-5/+5
* Remove anonymous block box generationbptato2021-12-141-74/+9
* Add lists, function selector fixesbptato2021-12-149-72/+341
* 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-137-31/+166
* 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-0512-213/+613
* 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-254-135/+144
* Fix displayBufferSwapOutputbptato2021-11-241-37/+55
* Fix some cursor movement bugsbptato2021-11-232-19/+37
* Support CSS word breakbptato2021-11-236-111/+254
* Add margin to p, fix inline wrappingbptato2021-11-232-1/+6
* 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-206-49/+139
* Fix delete characterbptato2021-11-201-2/+20
* Refactor cascading logic and css valuesbptato2021-11-196-720/+724
* User stylesheets and applyStylesheets optimizationsbptato2021-11-198-119/+224
* Ignore final newline in source viewbptato2021-11-191-5/+6
* Various performance optimizations (...part two)bptato2021-11-194-75/+112