Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better inline block support | bptato | 2021-12-15 | 1 | -0/+1 |
| | | | | | | Still needs a refactoring of at least the inline processing algorithm to work somewhat correctly. (how that should be done is another question...) | ||||
* | Initial (and defective) inline-block implementation | bptato | 2021-12-15 | 1 | -3/+3 |
| | |||||
* | Simplify code | bptato | 2021-12-15 | 1 | -66/+47 |
| | |||||
* | Some parser fixes | bptato | 2021-12-15 | 1 | -5/+5 |
| | |||||
* | Add roman list style type | bptato | 2021-12-15 | 1 | -1/+5 |
| | |||||
* | Refactor enums | bptato | 2021-12-15 | 1 | -1/+53 |
| | |||||
* | Support all css length units | bptato | 2021-12-14 | 1 | -30/+56 |
| | |||||
* | Unicode unordered list markers | bptato | 2021-12-14 | 1 | -3/+3 |
| | |||||
* | Add lists, function selector fixes | bptato | 2021-12-14 | 1 | -2/+40 |
| | |||||
* | Limit display values to those we can actually display | bptato | 2021-12-13 | 1 | -10/+10 |
| | |||||
* | Support height, fix margin | bptato | 2021-12-13 | 1 | -5/+5 |
| | |||||
* | Support width property | bptato | 2021-12-13 | 1 | -1/+12 |
| | |||||
* | Support ::before, ::after pseudo elements | bptato | 2021-12-13 | 1 | -5/+8 |
| | |||||
* | Support more colors, config.nim refactoring | bptato | 2021-12-10 | 1 | -33/+187 |
| | |||||
* | Refactor some parts of the layout engine | bptato | 2021-11-25 | 1 | -0/+2 |
| | |||||
* | Support CSS word break | bptato | 2021-11-23 | 1 | -11/+37 |
| | |||||
* | Refactor cascading logic and css values | bptato | 2021-11-19 | 1 | -0/+435 |
applyStylesheets is now in style.nim and computed values etc in values.nim |