about summary refs log tree commit diff stats
path: root/src/layout/engine.nim
Commit message (Expand)AuthorAgeFilesLines
...
* layout: add LineBoxStatebptato2023-10-141-62/+82
* layout: get rid of baseline, firstBaseline functionsbptato2023-10-141-25/+12
* layout: refactor InlineContextbptato2023-10-131-154/+186
* layout: fix table cell sizing with specified widthsbptato2023-09-201-18/+59
* move around more modulesbptato2023-09-141-1/+1
* layout: make table rowspan occupy several rowsbptato2023-09-111-20/+46
* layout: fix table row group regressionbptato2023-09-101-9/+29
* layout: simplify preBuildTableRowsbptato2023-09-091-36/+13
* layout: remove commented out hackbptato2023-09-091-10/+0
* layout: add table rowspanbptato2023-09-091-10/+57
* layout: count spacing before inline padding toobptato2023-07-281-2/+10
* layout: remove incorrect commentbptato2023-07-271-2/+0
* layout: distinguish padding from spacingbptato2023-07-271-5/+20
* layout: fix incorrect parenthesesbptato2023-07-271-1/+1
* layout: do not treat inline padding as spacingbptato2023-07-271-5/+6
* layout: remove unused variablesbptato2023-07-271-3/+0
* layout: refactor absolute positioning width calcbptato2023-07-271-13/+84
* layout: fix superfluous inline whitespacebptato2023-07-251-1/+3
* layout: use nowrap functionbptato2023-07-251-1/+1
* layout: fix position: relative sizesbptato2023-07-251-2/+2
* layout: refactor sizingbptato2023-07-251-270/+376
* make it compilebptato2023-07-081-8/+7
* layout: width-related fixesbptato2023-07-081-34/+38
* layout: refactor table layoutbptato2023-07-071-92/+108
* layout: show [img] instead of image urlbptato2023-07-071-1/+1
* Fix table cellspacing not being counted in row widthbptato2023-07-041-0/+7
* Use LayoutUnit in layoutbptato2023-07-041-51/+85
* Fix various layout bugs, prepare for image supportbptato2023-06-121-76/+92
* Fix -cha-center moving by negative xbptato2023-06-101-4/+2
* Add support for visibilitybptato2023-06-071-0/+2
* layout: fix min-height/max-height handlingbptato2023-06-071-20/+20
* min-height, max-height fixesbptato2023-05-141-4/+4
* remove stray eprint, remove unused make*bptato2023-05-131-1/+0
* layout: disregard negative underflowbptato2023-05-131-1/+2
* Working position: absolute, some other fixesbptato2023-05-131-142/+125
* layout/engine: fix min-width doing the wrong thingbptato2023-03-101-4/+4
* layout/engine: fix double positioning absolute boxesbptato2023-02-191-0/+8
* layout/engine: fix some tab alignment issuesbptato2023-02-141-2/+4
* layout: fix position:absolute, remove position:fixedbptato2023-01-201-30/+44
* layout/engine: fix tab displaybptato2023-01-191-1/+4
* css/cascade, layout/engine: add table alignbptato2023-01-081-34/+32
* layout/engine: fix marker box computed valuesbptato2023-01-061-1/+1
* layout/engine: fix non-inheritable values for inline boxbptato2023-01-061-36/+55
* layout/engine: fix pre-line wrap on newlinebptato2023-01-051-1/+6
* layout/engine: fix inline-table crashbptato2023-01-031-16/+19
* layout/engine: fix text-align: cha-* for boxes with shrinkbptato2023-01-011-15/+22
* layout/engine: fix crash on padding-rightbptato2022-12-311-1/+1
* layout/engine: add hanging spaces, markersbptato2022-12-281-10/+25
* layout/engine: table layout improvements, fix pre-wrap whitespacebptato2022-12-281-123/+186
* layout/engine: get rid of dom dependencybptato2022-12-271-31/+22