about summary refs log tree commit diff stats
path: root/src/layout
Commit message (Expand)AuthorAgeFilesLines
* layout: fix floats overriding margin/paddingbptato2024-10-051-2/+3
* container: fix control char displaybptato2024-09-281-4/+4
* layout: fix wrong padding offsetsbptato2024-09-272-54/+44
* sixel: support transparencybptato2024-09-241-3/+1
* sixel: use inline background for blendingbptato2024-09-241-1/+3
* layout: remove line-heightbptato2024-09-211-43/+13
* Refactor img/*bptato2024-09-153-3/+3
* renderdocument: fix image background coloringbptato2024-09-131-13/+16
* utils: add twtunibptato2024-09-082-30/+25
* canvas: move to separate CGI scriptbptato2024-09-013-4/+4
* layout: fix table height constraint typebptato2024-08-301-1/+9
* layout: fix whitespace weirdnessbptato2024-08-231-1/+3
* winattrs: un-snakeifybptato2024-08-231-2/+2
* buffer, layout: small refactoringbptato2024-07-291-16/+15
* buffer, pager, config: add meta-refresh + misc fixesbptato2024-07-281-1/+1
* layout: merge neighboring wordsbptato2024-07-283-32/+28
* layout: inline table fixesbptato2024-07-271-54/+154
* layout: position: relative, absolute fixesbptato2024-07-261-34/+52
* layout: fix incorrect absolute positioningbptato2024-07-252-18/+26
* layout: min/max sizing fixesbptato2024-07-252-29/+58
* layout: fix various flex column sizing bugsbptato2024-07-221-24/+58
* renderdocument: fix clickable imagesbptato2024-07-121-0/+5
* renderdocument: clean up setTextbptato2024-07-061-100/+107
* layout: reduce copiesbptato2024-07-032-27/+35
* layout: fix positioning bugbptato2024-07-021-4/+5
* renderdocument: avoid recursionbptato2024-06-301-9/+12
* layout: flex padding/margin fixesbptato2024-06-301-2/+8
* layout: clamp image size to available spacebptato2024-06-291-5/+14
* layout: fix image baselinebptato2024-06-291-6/+5
* layout: fix text-align + padding coloringbptato2024-06-291-1/+2
* img, loader: add image resizing, misc fixesbptato2024-06-282-9/+25
* layout: inline fixes & improvementsbptato2024-06-273-240/+201
* layout: simplifybptato2024-06-241-53/+44
* layout: avoid shrink-to-fit padding/margin overflowbptato2024-06-231-7/+12
* layout: get rid of incorrect hackbptato2024-06-231-1/+1
* layout: minor cleanupbptato2024-06-041-7/+4
* layout: track overflow sizebptato2024-06-042-48/+130
* renderdocument: handle overlapping double width charsbptato2024-06-021-1/+6
* layout: misc refactoringsbptato2024-06-021-209/+180
* layout: clean up inline tree constructionbptato2024-06-013-292/+309
* layout: dimSum -> sumbptato2024-06-011-22/+21
* layout: refactor resolveSizesbptato2024-06-011-140/+126
* layout: line box sizing fixesbptato2024-05-311-15/+11
* layout: fix a width sizing bugbptato2024-05-301-4/+1
* layout: fix regressionbptato2024-05-301-0/+3
* layout: simplify percHeight handling, misc refactoringsbptato2024-05-301-67/+30
* layout: fix caption margin calculationbptato2024-05-301-19/+17
* layout: improve baseline calculationbptato2024-05-301-56/+56
* layout: fix clear on blocks establishing new BFCsbptato2024-05-301-1/+4
* layout: misc refactoringsbptato2024-05-293-193/+205