Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce formatting complexity | bptato | 2022-02-19 | 1 | -107/+48 |
| | | | | | | Formatting based on cells instead of bytes. No clue why I'd ever thought the latter would be a good idea. This fixes background colors too. I think. | ||||
* | Background color improvements | bptato | 2022-02-15 | 1 | -3/+13 |
| | |||||
* | Fix format background unicode problems | bptato | 2022-02-15 | 1 | -19/+54 |
| | |||||
* | Incomplete background-color implementation | bptato | 2022-02-14 | 1 | -42/+140 |
| | | | | Has numerous flaws which will have to be corrected later. | ||||
* | Implement blink tag | bptato | 2022-02-12 | 1 | -0/+2 |
| | | | | with text-decoration: blink. | ||||
* | Avoid stack overflow in renderBlockContext | bptato | 2022-01-30 | 1 | -8/+13 |
| | |||||
* | Implement list-style-position | bptato | 2022-01-30 | 1 | -1/+1 |
| | |||||
* | Implement forms | bptato | 2022-01-29 | 1 | -0/+5 |
| | | | | | | Note: for now, only input tags are supported. Also the implementation is extremely hacky and needs refactoring... But it works, I think. | ||||
* | Implement line-height, vertical-align | bptato | 2022-01-28 | 1 | -6/+7 |
| | |||||
* | Implement padding | bptato | 2022-01-26 | 1 | -21/+25 |
| | |||||
* | Fix whitespace styling | bptato | 2022-01-26 | 1 | -0/+50 |
| | |||||
* | Fix node to cell mapping | bptato | 2022-01-24 | 1 | -1/+1 |
| | |||||
* | Fix incorrect canvas width and whitespace bugs | bptato | 2022-01-23 | 1 | -2/+2 |
| | |||||
* | Use pixels as the base unit for the layout | bptato | 2022-01-23 | 1 | -67/+11 |
| | |||||
* | Fix page navigation | bptato | 2022-01-22 | 1 | -7/+4 |
| | |||||
* | Re-implement margins | bptato | 2022-01-22 | 1 | -1/+1 |
| | |||||
* | Re-implement inline blocks | bptato | 2022-01-19 | 1 | -1/+4 |
| | |||||
* | Implement basics of new layout engine | bptato | 2022-01-18 | 1 | -17/+9 |
| | |||||
* | Cascade optimizations, start layout engine rewrite | bptato | 2021-12-29 | 1 | -13/+95 |
| | |||||
* | Refactor formatting, improve buffer cursor movement | bptato | 2021-12-25 | 1 | -5/+5 |
| | |||||
* | Refactor buffer rendering procedures | bptato | 2021-12-23 | 1 | -0/+87 |