| Commit message (Expand) | Author | Age | Files | Lines |
* | layout: fix inline tab expansion | bptato | 2024-05-19 | 1 | -0/+1 |
* | layout: fix BFC positioning in presence of floats | bptato | 2024-05-19 | 1 | -14/+56 |
* | css: stub overflow | bptato | 2024-05-18 | 1 | -2/+3 |
* | layout: fix maxFloatHeight check | bptato | 2024-05-18 | 1 | -5/+5 |
* | layout: reuse box.positioned in positionAbsolute | bptato | 2024-05-18 | 1 | -4/+4 |
* | layout: relative positioning fixes | bptato | 2024-05-18 | 1 | -75/+63 |
* | layout: slightly refactor table layout | bptato | 2024-05-18 | 1 | -27/+26 |
* | css/values -> css/cssvalues | bptato | 2024-05-16 | 1 | -1/+1 |
* | luwrap: replace Nim unicode maps with libunicode | bptato | 2024-05-09 | 1 | -3/+3 |
* | layout: unify some code paths | bptato | 2024-05-09 | 1 | -222/+182 |
* | layout: another table colwidth fix | bptato | 2024-05-08 | 1 | -2/+8 |
* | layout: small cleanup | bptato | 2024-05-08 | 1 | -39/+34 |
* | layout: resize over-constrained table columns | bptato | 2024-05-08 | 1 | -12/+24 |
* | layout: table cell resizing fixes | bptato | 2024-05-05 | 1 | -24/+29 |
* | layout: fix float size in table cells; remove redundant positioning | bptato | 2024-04-27 | 1 | -7/+14 |
* | layout: fix image baseline | bptato | 2024-04-26 | 1 | -2/+3 |
* | Initial image support | bptato | 2024-04-25 | 1 | -6/+20 |
* | layout: do not use parent computed values in root fragment | bptato | 2024-04-21 | 1 | -19/+11 |
* | layout: slightly refactor layoutInline | bptato | 2024-04-21 | 1 | -40/+42 |
* | layout: flex item margin fixes | bptato | 2024-04-20 | 1 | -25/+34 |
* | layout: fix double padding in flex | bptato | 2024-04-20 | 1 | -2/+4 |
* | layout: fix a list style positioning bug | bptato | 2024-04-20 | 1 | -2/+2 |
* | layout: float sizing fixes | bptato | 2024-04-19 | 1 | -8/+21 |
* | layout: accept inline-flex in iflush | bptato | 2024-04-17 | 1 | -1/+1 |
* | Update code style | bptato | 2024-04-17 | 1 | -278/+300 |
* | layout: fix list-item positioning | bptato | 2024-04-16 | 1 | -3/+5 |
* | layout: remove ListItemBox, handle inline-flex correctly | bptato | 2024-04-15 | 1 | -78/+65 |
* | layout: height fixes | bptato | 2024-04-12 | 1 | -41/+22 |
* | layout: slightly hacky flex-basis implementation | bptato | 2024-04-09 | 1 | -2/+21 |
* | css, layout: flexbox fixes | bptato | 2024-04-06 | 1 | -6/+2 |
* | layout: clean up resolveSizes | bptato | 2024-04-05 | 1 | -80/+74 |
* | Initial flexbox support | bptato | 2024-04-05 | 1 | -125/+379 |
* | layout: add missing min/max heights to absolute sizes | bptato | 2024-03-30 | 1 | -1/+3 |
* | layout: fix various table cell sizing bugs | bptato | 2024-03-30 | 1 | -47/+35 |
* | layout: fix float positioning with margins | bptato | 2024-03-30 | 1 | -1/+1 |
* | layout: fix another infinite loop | bptato | 2024-03-26 | 1 | -2/+2 |
* | layout: avoid infinite loop in line wrapping | bptato | 2024-03-26 | 1 | -11/+10 |
* | layout: also round line height for painting backgrounds | bptato | 2024-03-26 | 1 | -3/+2 |
* | layout: ensure lines are not higher than they must be | bptato | 2024-03-26 | 1 | -11/+14 |
* | layout: optimize inline background areas | bptato | 2024-03-26 | 1 | -18/+51 |
* | layout: rework inline box area model | bptato | 2024-03-25 | 1 | -105/+160 |
* | layout: table column size fixes | bptato | 2024-03-16 | 1 | -33/+20 |
* | Move around some modules | bptato | 2024-03-14 | 1 | -1/+1 |
* | layout: remove word-spacing | bptato | 2024-03-13 | 1 | -4/+1 |
* | rudimentary support for <video>, <audio> | bptato | 2024-03-13 | 1 | -0/+4 |
* | strwidth, renderdocument: small refactoring | bptato | 2024-03-03 | 1 | -5/+8 |
* | layout: add whitespace width to end offset's x position | bptato | 2024-03-02 | 1 | -0/+4 |
* | layout: fix float exclusion of other floats | bptato | 2024-03-02 | 1 | -2/+2 |
* | css: remove caption-side: left, right, fix caption-side: bottom | bptato | 2024-03-01 | 1 | -16/+1 |
* | layout: reduce useless empty lines in inline boxes | bptato | 2024-02-29 | 1 | -10/+17 |