Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| |