Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement padding | bptato | 2022-01-26 | 1 | -5/+15 | |
| | ||||||
* | Fix whitespace styling | bptato | 2022-01-26 | 1 | -0/+3 | |
| | ||||||
* | Fix node to cell mapping part 2 | bptato | 2022-01-24 | 1 | -1/+0 | |
| | ||||||
* | Fix node to cell mapping | bptato | 2022-01-24 | 1 | -4/+3 | |
| | ||||||
* | Fix some block box bugs | bptato | 2022-01-23 | 1 | -0/+2 | |
| | ||||||
* | Use pixels as the base unit for the layout | bptato | 2022-01-23 | 1 | -13/+0 | |
| | ||||||
* | Implement word-spacing | bptato | 2022-01-23 | 1 | -0/+1 | |
| | ||||||
* | Avoid unnecessary rendering on hover change etc | bptato | 2022-01-22 | 1 | -0/+2 | |
| | ||||||
* | Fix page navigation | bptato | 2022-01-22 | 1 | -4/+9 | |
| | ||||||
* | Re-implement margins | bptato | 2022-01-22 | 1 | -5/+2 | |
| | ||||||
* | Re-implement list items | bptato | 2022-01-19 | 1 | -1/+1 | |
| | ||||||
* | Make sure :root is always block | bptato | 2022-01-19 | 1 | -1/+0 | |
| | ||||||
* | Replace BoxType with CSSDisplay | bptato | 2022-01-19 | 1 | -4/+1 | |
| | | | | They're the same thing. | |||||
* | Rewrite whitespace handling | bptato | 2022-01-19 | 1 | -1/+0 | |
| | ||||||
* | Re-implement inline blocks | bptato | 2022-01-19 | 1 | -2/+3 | |
| | ||||||
* | Re-implement pseudo elements | bptato | 2022-01-19 | 1 | -1/+1 | |
| | ||||||
* | Fix crash on reshape | bptato | 2022-01-19 | 1 | -5/+6 | |
| | ||||||
* | Implement basics of new layout engine | bptato | 2022-01-18 | 1 | -6/+10 | |
| | ||||||
* | Cascade optimizations, start layout engine rewrite | bptato | 2021-12-29 | 1 | -50/+38 | |
| | ||||||
* | Implement basic media query support | bptato | 2021-12-27 | 1 | -10/+10 | |
| | ||||||
* | Prepare for layout engine rewrite | bptato | 2021-12-21 | 1 | -4/+37 | |
| | ||||||
* | Honestly I'm not sure what I added here... | bptato | 2021-12-21 | 1 | -1/+2 | |
| | ||||||
* | 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 | |