about summary refs log tree commit diff stats
path: root/src/render
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement blink tagbptato2022-02-121-0/+2
| | | | with text-decoration: blink.
* Avoid stack overflow in renderBlockContextbptato2022-01-301-8/+13
|
* Implement list-style-positionbptato2022-01-301-1/+1
|
* Implement formsbptato2022-01-291-0/+5
| | | | | | Note: for now, only input tags are supported. Also the implementation is extremely hacky and needs refactoring... But it works, I think.
* Implement line-height, vertical-alignbptato2022-01-281-6/+7
|
* Implement paddingbptato2022-01-262-23/+27
|
* Fix whitespace stylingbptato2022-01-261-0/+50
|
* Fix node to cell mappingbptato2022-01-241-1/+1
|
* Fix incorrect canvas width and whitespace bugsbptato2022-01-231-2/+2
|
* Use pixels as the base unit for the layoutbptato2022-01-231-67/+11
|
* Fix page navigationbptato2022-01-221-7/+4
|
* Re-implement marginsbptato2022-01-221-1/+1
|
* Re-implement inline blocksbptato2022-01-191-1/+4
|
* Implement basics of new layout enginebptato2022-01-181-17/+9
|
* Cascade optimizations, start layout engine rewritebptato2021-12-291-13/+95
|
* Basic content type implementationbptato2021-12-261-3/+8
|
* Proper URL handlingbptato2021-12-261-16/+42
|
* Refactor formatting, improve buffer cursor movementbptato2021-12-251-5/+5
|
* Refactor buffer rendering proceduresbptato2021-12-232-0/+127