about summary refs log tree commit diff stats
path: root/src/layout
Commit message (Expand)AuthorAgeFilesLines
...
* layout: move Strut from box -> enginebptato2023-10-142-13/+14
* layout: remove unused InlineAtom membersbptato2023-10-141-2/+0
* layout: add LineBoxStatebptato2023-10-142-64/+82
* layout: get rid of baseline, firstBaseline functionsbptato2023-10-142-25/+22
* fix commentbptato2023-10-131-1/+1
* layout: refactor InlineContextbptato2023-10-132-162/+187
* layout: fix table cell sizing with specified widthsbptato2023-09-202-19/+59
* move around more modulesbptato2023-09-142-2/+2
* layout: make table rowspan occupy several rowsbptato2023-09-112-20/+51
* 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-092-11/+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-272-5/+23
* 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-252-281/+425
* make it compilebptato2023-07-081-8/+7
* layout: width-related fixesbptato2023-07-081-34/+38
* layout: refactor table layoutbptato2023-07-072-92/+109
* layout: show [img] instead of image urlbptato2023-07-071-1/+1
* Fix bug in media-query parsingbptato2023-07-041-20/+25
* Fix table cellspacing not being counted in row widthbptato2023-07-041-0/+7
* Use LayoutUnit in layoutbptato2023-07-043-110/+178
* Fix various layout bugs, prepare for image supportbptato2023-06-122-86/+95
* 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-072-20/+22
* 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-132-145/+131
* layout/engine: fix min-width doing the wrong thingbptato2023-03-101-4/+4
* layout/engine: fix double positioning absolute boxesbptato2023-02-192-0/+11
* layout/engine: fix some tab alignment issuesbptato2023-02-141-2/+4
* layout: fix position:absolute, remove position:fixedbptato2023-01-202-31/+45
* 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-062-36/+61
* 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