about summary refs log tree commit diff stats
path: root/src/render
Commit message (Expand)AuthorAgeFilesLines
* Move HTML parsing into Chamebptato2023-08-151-1/+2
* Move charsets into chakasubptato2023-08-141-2/+3
* htmlparser: decouple from DOMbptato2023-07-091-0/+1
* Add popup menu for select elementbptato2023-07-051-1/+1
* calculateErrorY: fix regression by using intbptato2023-07-041-2/+2
* Use LayoutUnit in layoutbptato2023-07-041-18/+36
* rendertext: do not rewind if no other charsets are availablebptato2023-06-251-1/+1
* Revert "renderdocument: bgcolor blending"bptato2023-06-151-13/+16
* renderdocument: bgcolor blendingbptato2023-06-131-16/+13
* Fix various layout bugs, prepare for image supportbptato2023-06-121-9/+17
* Add support for visibilitybptato2023-06-071-21/+23
* Add display/output encodingbptato2023-05-191-0/+2
* Refactor config, add charset optsbptato2023-05-161-3/+30
* Working position: absolute, some other fixesbptato2023-05-131-8/+17
* renderdocument: fix img positionbptato2023-04-121-5/+5
* renderdocument: fix failing assertionbptato2023-01-071-0/+8
* css/values, parser, ...: fix background-imagebptato2023-01-061-24/+24
* layout/engine: fix non-inheritable values for inline boxbptato2023-01-061-4/+14
* renderdocument: add StyledNodes to backgroundsbptato2023-01-031-10/+17
* renderdocument: fix crash for image textbptato2023-01-031-1/+2
* rendertext: fix format position for non-asciibptato2023-01-011-1/+5
* layout/engine: table layout improvements, fix pre-wrap whitespacebptato2022-12-281-1/+1
* rendertext: fix ansi escape regressionbptato2022-12-281-0/+1
* layout/engine: get rid of dom dependencybptato2022-12-271-1/+1
* Proper support for tabsbptato2022-12-272-19/+5
* rendertext: fix tab widthbptato2022-12-271-8/+7
* rendertext: fix tab weirdnessbptato2022-12-251-10/+8
* Add unicode normalization, etcbptato2022-12-191-3/+0
* Display text for img tag, background-imagebptato2022-12-161-0/+12
* Remove obsolete renderPlainText procbptato2022-12-151-42/+0
* Fix console display bugs, add container.locationbptato2022-12-151-1/+6
* rendertext, color: fix escape codesbptato2022-12-141-0/+1
* 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