Commit message (Collapse) | 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 |
| | | | | | | | | Fix margin-top being used instead of margin-bottom. Content width resolving makes somewhat more sense now. min-width, max-width doesn't completely break width calculation anymore. Finally, position: absolute is no longer implemented as a horribly broken hack. | ||||
* | layout/engine: fix double positioning absolute boxes | bptato | 2023-02-19 | 1 | -0/+3 |
| | | | | | by checking if the box has been positioned before. Not a very good solution, but it works... | ||||
* | layout: fix position:absolute, remove position:fixed | bptato | 2023-01-20 | 1 | -1/+1 |
| | | | | Now at least absolute should be positioned correctly. | ||||
* | layout/engine: fix non-inheritable values for inline box | bptato | 2023-01-06 | 1 | -0/+6 |
| | | | | | Also, a hack for inline box background-color. It doesn't work very well, but good enough for now. | ||||
* | 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 |
| | | | | | | | | Table layout: weight calculation is no longer broken. We use maxContentWidth for this, which the first pass of a non-specified table cell layout overrides. pre-wrap: just a minor fix - include it in whitespacepre, now that we have a distinction between pre and wrapping white-space | ||||
* | layout/engine: get rid of dom dependency | bptato | 2022-12-27 | 1 | -1/+0 |
| | | | | Layout should only depend on cascading. | ||||
* | 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 |
| | | | | | Get rid of compwidth, fix some edge cases where boxes would be computed incorrectly, etc. | ||||
* | 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 ↵ | bptato | 2022-12-16 | 1 | -1/+5 |
| | | | | | | | | | min-width/max-width min-width, max-width, min-height, max-height are mostly broken, because they aren't enforced on inline level. Though really the whole size calculation mechanism needs to be refactored, its current state is horrible. | ||||
* | Add border-collapse, border-spacing; fix fd sending hack | bptato | 2022-12-11 | 1 | -0/+3 |
| | | | | | | Note that they don't actually work correctly because of rounding errors. The fd sending hack now emits C directly. Let's hope this actually works. | ||||
* | 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 |
| | | | | (still not perfect...) | ||||
* | Table changes | bptato | 2022-12-06 | 1 | -1/+0 |
| | | | | mostly failed attempts to improve the table layout | ||||
* | Add position css property, inline block fixes | bptato | 2022-11-28 | 1 | -2/+3 |
| | | | | | More specifically, inline block white-space is no longer incorrectly determined by its computed values, but rather by its parent's values. | ||||
* | 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 |
| | | | | + start implementing table | ||||
* | 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 |
| | | | | | | This fixes the non-standard alignment of inline blocks. While we're at it, renamed "inline rows" to line boxes, as that's pretty much what they are now. | ||||
* | 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 |
| | | | | Continuing commit 7e65add | ||||
* | Re-implement list items | bptato | 2022-06-17 | 1 | -7/+13 |
| | | | | Now with proper list-style-position: outside support! | ||||
* | Re-implement inline-block | bptato | 2022-06-17 | 1 | -5/+2 |
| | | | | | Still far from standard-compliant, or even non-broken... but it's something | ||||
* | 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 |
| | | | | Actually it's neither but ComputedValue is more accurate. | ||||
* | 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 |
| | | | | | | Note: for now, only input tags are supported. Also the implementation is extremely hacky and needs refactoring... But it works, I think. | ||||
* | Implement text-align and <center> | bptato | 2022-01-29 | 1 | -1/+4 |
| | |||||
* | Implement line-height, vertical-align | bptato | 2022-01-28 | 1 | -1/+3 |
| |