Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix author style sheet assignment | bptato | 2022-01-24 | 1 | -2/+9 | |
| | ||||||
* | Selector adjustments | bptato | 2022-01-24 | 2 | -17/+21 | |
| | ||||||
* | Remove some unused declarations | bptato | 2022-01-24 | 3 | -4/+0 | |
| | ||||||
* | Optimize cascading algorithm | bptato | 2022-01-24 | 4 | -149/+186 | |
| | ||||||
* | Refactor | bptato | 2022-01-24 | 5 | -38/+16 | |
| | ||||||
* | Fix some block box bugs | bptato | 2022-01-23 | 1 | -6/+5 | |
| | ||||||
* | Use pixels as the base unit for the layout | bptato | 2022-01-23 | 1 | -0/+32 | |
| | ||||||
* | Consider cell ratio when calculating lengths | bptato | 2022-01-23 | 1 | -8/+11 | |
| | ||||||
* | Implement word-spacing | bptato | 2022-01-23 | 1 | -7/+23 | |
| | ||||||
* | Support pseudo elems as pseudo classes | bptato | 2022-01-23 | 1 | -12/+15 | |
| | ||||||
* | Fix ::before pseudo elem positioning | bptato | 2022-01-23 | 1 | -4/+7 | |
| | ||||||
* | Fix * selector | bptato | 2022-01-23 | 1 | -0/+2 | |
| | ||||||
* | Support external stylesheets | bptato | 2022-01-23 | 2 | -2/+13 | |
| | ||||||
* | Avoid unnecessary rendering on hover change etc | bptato | 2022-01-22 | 2 | -18/+51 | |
| | ||||||
* | Re-implement, height, fix pseudo on hover | bptato | 2022-01-22 | 1 | -0/+2 | |
| | ||||||
* | Fix media query bug, do not refresh page without css change (wip) | bptato | 2022-01-22 | 3 | -15/+23 | |
| | ||||||
* | Re-implement margins | bptato | 2022-01-22 | 1 | -3/+3 | |
| | ||||||
* | Make sure :root is always block | bptato | 2022-01-19 | 1 | -0/+13 | |
| | ||||||
* | Re-implement inline blocks | bptato | 2022-01-19 | 1 | -5/+1 | |
| | ||||||
* | Fix crash on reshape | bptato | 2022-01-19 | 1 | -2/+0 | |
| | ||||||
* | Implement basics of new layout engine | bptato | 2022-01-18 | 1 | -5/+19 | |
| | ||||||
* | Small cascade optimizations | bptato | 2021-12-31 | 4 | -44/+76 | |
| | ||||||
* | Refactor | bptato | 2021-12-29 | 1 | -8/+8 | |
| | ||||||
* | Cascade optimizations, start layout engine rewrite | bptato | 2021-12-29 | 3 | -64/+75 | |
| | ||||||
* | Implement basic media query support | bptato | 2021-12-27 | 5 | -114/+482 | |
| | ||||||
* | Basic content type implementation | bptato | 2021-12-26 | 1 | -0/+1 | |
| | ||||||
* | Refactor buffer rendering procedures | bptato | 2021-12-23 | 1 | -0/+3 | |
| | ||||||
* | Preparation for at rules, small inline-block fix | bptato | 2021-12-19 | 4 | -29/+67 | |
| | ||||||
* | Refactor selector code, optimize style tags | bptato | 2021-12-18 | 4 | -167/+173 | |
| | ||||||
* | Rework cascading algorithm | bptato | 2021-12-18 | 2 | -187/+144 | |
| | ||||||
* | Macro for easier css value access | bptato | 2021-12-18 | 1 | -14/+10 | |
| | ||||||
* | More code formatting consistency | bptato | 2021-12-17 | 1 | -1/+1 | |
| | ||||||
* | 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 | 2 | -83/+78 | |
| | ||||||
* | Some parser fixes | bptato | 2021-12-15 | 2 | -7/+7 | |
| | ||||||
* | Add roman list style type | bptato | 2021-12-15 | 1 | -1/+5 | |
| | ||||||
* | Refactor enums | bptato | 2021-12-15 | 4 | -5/+64 | |
| | ||||||
* | DL support and BR fixes | bptato | 2021-12-14 | 1 | -0/+1 | |
| | ||||||
* | Support all css length units | bptato | 2021-12-14 | 2 | -31/+62 | |
| | ||||||
* | Fix ":is" function | bptato | 2021-12-14 | 1 | -3/+3 | |
| | ||||||
* | Unicode unordered list markers | bptato | 2021-12-14 | 1 | -3/+3 | |
| | ||||||
* | Add lists, function selector fixes | bptato | 2021-12-14 | 3 | -28/+83 | |
| | ||||||
* | Limit display values to those we can actually display | bptato | 2021-12-13 | 1 | -10/+10 | |
| | ||||||
* | Support height, fix margin | bptato | 2021-12-13 | 2 | -11/+21 | |
| | ||||||
* | Support width property | bptato | 2021-12-13 | 1 | -1/+12 | |
| | ||||||
* | Support ::before, ::after pseudo elements | bptato | 2021-12-13 | 2 | -6/+25 | |
| | ||||||
* | Support more colors, config.nim refactoring | bptato | 2021-12-10 | 2 | -34/+187 | |
| | ||||||
* | Support inline style attributes | bptato | 2021-12-10 | 1 | -20/+22 | |
| | ||||||
* | Change configuration format to toml | bptato | 2021-12-05 | 1 | -47/+1 | |
| |