| Commit message (Expand) | Author | Age | Files | Lines |
* | layout: fix min-height/max-height handling | bptato | 2023-06-07 | 1 | -0/+2 |
* | Working position: absolute, some other fixes | bptato | 2023-05-13 | 1 | -3/+6 |
* | layout/engine: fix double positioning absolute boxes | bptato | 2023-02-19 | 1 | -0/+3 |
* | layout: fix position:absolute, remove position:fixed | bptato | 2023-01-20 | 1 | -1/+1 |
* | layout/engine: fix non-inheritable values for inline box | bptato | 2023-01-06 | 1 | -0/+6 |
* | layout/engine: fix crash on padding-right | bptato | 2022-12-31 | 1 | -1/+0 |
* | layout/engine: table layout improvements, fix pre-wrap whitespace | bptato | 2022-12-28 | 1 | -3/+20 |
* | layout/engine: get rid of dom dependency | bptato | 2022-12-27 | 1 | -1/+0 |
* | Proper support for tabs | bptato | 2022-12-27 | 1 | -0/+1 |
* | layout/engine: clean up & fix width computation | bptato | 2022-12-25 | 1 | -7/+10 |
* | layout/engine: simplify a bit | bptato | 2022-12-21 | 1 | -3/+3 |
* | Display text for img tag, background-image | bptato | 2022-12-16 | 1 | -2/+1 |
* | layout/engine: clean up shrink attribute | bptato | 2022-12-16 | 1 | -4/+0 |
* | layout/engine: fix a <br> bug that ate inline boxes, add broken min-width/max... | bptato | 2022-12-16 | 1 | -1/+5 |
* | Add border-collapse, border-spacing; fix fd sending hack | bptato | 2022-12-11 | 1 | -0/+3 |
* | Support vertical-align on td | bptato | 2022-12-11 | 1 | -1/+1 |
* | Implement a proper table layout | bptato | 2022-12-11 | 1 | -3/+10 |
* | Table layout improvements | bptato | 2022-12-11 | 1 | -1/+1 |
* | Add multiple text-decoration, overline emulation | bptato | 2022-12-07 | 1 | -1/+1 |
* | Remove unused BlockBox attribute | bptato | 2022-12-07 | 1 | -1/+0 |
* | Fix table cell reflow | bptato | 2022-12-07 | 1 | -2/+4 |
* | Table changes | bptato | 2022-12-06 | 1 | -1/+0 |
* | Add position css property, inline block fixes | bptato | 2022-11-28 | 1 | -2/+3 |
* | Fix some table layout issues | bptato | 2022-11-25 | 1 | -1/+6 |
* | Table improvements | bptato | 2022-11-22 | 1 | -3/+4 |
* | Table fixes wip | bptato | 2022-11-22 | 1 | -3/+10 |
* | Terminal refactorings | bptato | 2022-11-20 | 1 | -2/+2 |
* | Fix table cell size calculation | bptato | 2022-11-19 | 1 | -2/+1 |
* | Very much WIP table implementation | bptato | 2022-11-15 | 1 | -0/+2 |
* | Work on tables | bptato | 2022-08-18 | 1 | -0/+7 |
* | More table work | bptato | 2022-07-30 | 1 | -1/+3 |
* | Fix StyledNode invalidation & others | bptato | 2022-07-27 | 1 | -5/+8 |
* | Fix & simplify blockgroup | bptato | 2022-07-25 | 1 | -0/+6 |
* | MarkerBoxBuilder: get rid of ordinalvalue | bptato | 2022-07-25 | 1 | -1/+0 |
* | Refactor some layout engine types, fix list-item | bptato | 2022-07-20 | 1 | -16/+6 |
* | Clean up vertical line box alignment code | bptato | 2022-07-20 | 1 | -3/+9 |
* | Fix basic list display | bptato | 2022-07-15 | 1 | -0/+1 |
* | Refactor layout engine | bptato | 2022-07-15 | 1 | -7/+48 |
* | specified -> computed | bptato | 2022-06-18 | 1 | -2/+2 |
* | Re-implement list items | bptato | 2022-06-17 | 1 | -7/+13 |
* | Re-implement inline-block | bptato | 2022-06-17 | 1 | -5/+2 |
* | Simplify offset, fix a text node bug | bptato | 2022-06-08 | 1 | -23/+2 |
* | Layout: insignificant changes regarding offset | bptato | 2022-05-29 | 1 | -2/+25 |
* | SpecifiedValue -> ComputedValue | bptato | 2022-05-13 | 1 | -2/+2 |
* | Some refactoring for layout engine rewrite | bptato | 2022-05-10 | 1 | -21/+18 |
* | Background color improvements | bptato | 2022-02-15 | 1 | -1/+9 |
* | Implement list-style-position | bptato | 2022-01-30 | 1 | -0/+3 |
* | Implement forms | bptato | 2022-01-29 | 1 | -1/+2 |
* | Implement text-align and <center> | bptato | 2022-01-29 | 1 | -1/+4 |
* | Implement line-height, vertical-align | bptato | 2022-01-28 | 1 | -1/+3 |