about summary refs log tree commit diff stats
path: root/src/render
Commit message (Expand)AuthorAgeFilesLines
* renderdocument: fix another formatting bugbptato2022-12-121-3/+5
* renderdocument: fix overwriting formatcellsbptato2022-12-121-3/+10
* Fix decoder bugs, move decoder to encoding/bptato2022-12-101-1/+1
* Add support for the encoding standard, fix parseLegacyColorbptato2022-12-101-32/+43
* Add multiple text-decoration, overline emulationbptato2022-12-071-5/+4
* Remove unused twtstr functionsbptato2022-12-051-2/+2
* Do not center error-corrected linesbptato2022-11-301-1/+1
* renderdocument: fix bug negative padwidth bugbptato2022-11-291-1/+8
* Add missing iflush call, add experimental line height error correctionbptato2022-11-291-1/+14
* Add position css property, inline block fixesbptato2022-11-281-2/+3
* Fix some regressions, add loading progress barbptato2022-11-271-21/+31
* Fix some table layout issuesbptato2022-11-251-1/+1
* Add some quirks mode rules + presentational hintsbptato2022-11-251-1/+6
* Buffer improvementsbptato2022-11-251-11/+13
* Table fixes wipbptato2022-11-221-11/+0
* Fix tab renderingbptato2022-11-221-2/+20
* Terminal refactoringsbptato2022-11-201-28/+28
* Rewrite buffer/pager for multi-processingbptato2022-11-192-2/+2
* Very much WIP table implementationbptato2022-11-151-0/+11
* Fix renderdocument setText etc.bptato2022-08-021-81/+117
* Refactor some layout engine types, fix list-itembptato2022-07-201-8/+9
* Clean up vertical line box alignment codebptato2022-07-201-4/+4
* Use StyledNodes instead of passing the entire DOM to the layout enginebptato2022-07-161-7/+9
* Refactor layout enginebptato2022-07-151-2/+2
* specified -> computedbptato2022-06-181-2/+2
* Re-implement list itemsbptato2022-06-171-0/+4
* Re-implement inline-blockbptato2022-06-171-9/+7
* Simplify offset, fix a text node bugbptato2022-06-081-4/+4
* Layout: insignificant changes regarding offsetbptato2022-05-291-2/+2
* Reduce formatting complexitybptato2022-02-192-109/+50
* Background color improvementsbptato2022-02-151-3/+13
* Fix format background unicode problemsbptato2022-02-151-19/+54
* Incomplete background-color implementationbptato2022-02-141-42/+140
* Implement blink tagbptato2022-02-121-0/+2
* Avoid stack overflow in renderBlockContextbptato2022-01-301-8/+13
* Implement list-style-positionbptato2022-01-301-1/+1
* Implement formsbptato2022-01-291-0/+5
* 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