about summary refs log tree commit diff stats
path: root/src/layout
Commit message (Expand)AuthorAgeFilesLines
* layout -> cssbptato2024-11-104-4078/+0
* layout: improve image sizingbptato2024-11-091-24/+16
* renderdocument: basic stacking context supportbptato2024-11-091-14/+42
* layout: adjust fixed positioningbptato2024-11-091-2/+12
* layout: fix a few more flex sizing bugsbptato2024-11-091-61/+84
* layout: fix initial flex item width calculationbptato2024-11-081-13/+32
* utils, types: merge some modulesbptato2024-11-032-2/+1
* renderdocument: recurse in renderBlockBoxbptato2024-11-031-54/+47
* layout: fix a small table bugbptato2024-11-021-2/+2
* layout: remove inline roundingbptato2024-11-022-6/+2
* layout: fix yet another inline float bugbptato2024-11-011-1/+4
* layout: simplify a bit, fix some inline float bugsbptato2024-11-012-113/+77
* layout: refactor flow and fix some bugs in the processbptato2024-10-313-351/+318
* layout: fix margin resolution for absolutely positioned boxesbptato2024-10-281-6/+10
* layout: implement position: fixedbptato2024-10-282-16/+18
* layout: fix nested absolute positioning, refactor initial size resolutionbptato2024-10-252-109/+113
* layout: remove questionable use of newSeqUninitializedbptato2024-10-211-5/+2
* layout: fix inline float + position: absolute bugbptato2024-10-161-5/+6
* css: add reverse video extensionbptato2024-10-151-0/+2
* layout: fix float positioning in inline contextsbptato2024-10-151-60/+120
* layout: correct `position: absolute' (FINALLY)bptato2024-10-152-157/+229
* layout, pager: preserve tabs on display, selection & outputbptato2024-10-101-6/+13
* layout: small cleanupbptato2024-10-071-14/+11
* color: reduce CellColor size, misc color refactoringbptato2024-10-061-11/+19
* 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