Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ugly hack to make inline blocks work | bptato | 2021-12-18 | 1 | -6/+2 |
| | |||||
* | Rework cascading algorithm | bptato | 2021-12-18 | 1 | -1/+1 |
| | |||||
* | Move... things | bptato | 2021-12-17 | 1 | -5/+6 |
| | |||||
* | More deduplication | bptato | 2021-12-17 | 1 | -0/+6 |
| | |||||
* | Simplify layout engine code | bptato | 2021-12-17 | 1 | -3/+0 |
| | |||||
* | Initial (and defective) inline-block implementation | bptato | 2021-12-15 | 1 | -5/+4 |
| | |||||
* | Refactor enums | bptato | 2021-12-15 | 1 | -1/+0 |
| | |||||
* | Support all css length units | bptato | 2021-12-14 | 1 | -2/+7 |
| | |||||
* | Support ::before, ::after pseudo elements | bptato | 2021-12-13 | 1 | -0/+1 |
| | |||||
* | Implement anonymous block boxes | bptato | 2021-11-26 | 1 | -0/+2 |
| | | | | Without inline box splitting, for now. | ||||
* | Refactor some parts of the layout engine | bptato | 2021-11-25 | 1 | -15/+8 |
| | |||||
* | Support CSS word break | bptato | 2021-11-23 | 1 | -0/+3 |
| | |||||
* | Refactor cascading logic and css values | bptato | 2021-11-19 | 1 | -1/+1 |
| | | | | | applyStylesheets is now in style.nim and computed values etc in values.nim | ||||
* | Various performance optimizations (...part two) | bptato | 2021-11-19 | 1 | -3/+1 |
| | |||||
* | Fix some whitespace bugs | bptato | 2021-11-15 | 1 | -0/+1 |
| | |||||
* | Initial implementation of CSS :hover | bptato | 2021-11-14 | 1 | -0/+3 |
| | |||||
* | Implement text-decoration | bptato | 2021-11-13 | 1 | -0/+1 |
| | |||||
* | Implement css property inheritance | bptato | 2021-11-12 | 1 | -2/+5 |
| | |||||
* | Clean up unused imports | bptato | 2021-11-12 | 1 | -11/+0 |
| | |||||
* | Colors, italic, bold, read from pipe | bptato | 2021-11-12 | 1 | -1/+4 |
| | |||||
* | Layout engine improvements, use author style sheet | bptato | 2021-11-10 | 1 | -4/+11 |
| | |||||
* | It's broken but it could be worse | bptato | 2021-11-09 | 1 | -1/+13 |
| | |||||
* | Actual layout engine progress plus some bug fixes | bptato | 2021-11-08 | 1 | -0/+1 |
| | |||||
* | Another failed attempt at the layout engine | bptato | 2021-11-07 | 1 | -0/+42 |