Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix whitespace styling | bptato | 2022-01-26 | 3 | -2/+59 |
| | |||||
* | Add some command line fixes, fix related bugs | bptato | 2022-01-25 | 3 | -9/+37 |
| | |||||
* | Zero-width characters don't break words | bptato | 2022-01-25 | 1 | -3/+3 |
| | |||||
* | Disallow different scheme in link tags | bptato | 2022-01-25 | 1 | -4/+5 |
| | |||||
* | Fix stylesheet containment bug | bptato | 2022-01-25 | 4 | -46/+48 |
| | |||||
* | Fix some path bugs and misc. warnings | bptato | 2022-01-25 | 5 | -13/+30 |
| | |||||
* | 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 | 4 | -6/+0 |
| | |||||
* | Optimize cascading algorithm | bptato | 2022-01-24 | 6 | -149/+194 |
| | |||||
* | Refactor | bptato | 2022-01-24 | 7 | -50/+29 |
| | |||||
* | Make non-alphabetic characters break words | bptato | 2022-01-24 | 1 | -9/+3 |
| | |||||
* | Fix node to cell mapping part 2 | bptato | 2022-01-24 | 2 | -4/+0 |
| | |||||
* | Fix head parsing | bptato | 2022-01-24 | 1 | -1/+1 |
| | |||||
* | Fix node to cell mapping | bptato | 2022-01-24 | 6 | -82/+86 |
| | |||||
* | Infer that we're in document body for text | bptato | 2022-01-23 | 1 | -4/+6 |
| | |||||
* | Fix some block box bugs | bptato | 2022-01-23 | 3 | -36/+49 |
| | |||||
* | Fix incorrect canvas width and whitespace bugs | bptato | 2022-01-23 | 3 | -6/+10 |
| | |||||
* | Use pixels as the base unit for the layout | bptato | 2022-01-23 | 5 | -112/+95 |
| | |||||
* | Consider cell ratio when calculating lengths | bptato | 2022-01-23 | 3 | -11/+17 |
| | |||||
* | Implement word-spacing | bptato | 2022-01-23 | 3 | -28/+57 |
| | |||||
* | Support pseudo elems as pseudo classes | bptato | 2022-01-23 | 1 | -12/+15 |
| | |||||
* | Fix ::before pseudo elem positioning | bptato | 2022-01-23 | 2 | -18/+26 |
| | |||||
* | Fix * selector | bptato | 2022-01-23 | 1 | -0/+2 |
| | |||||
* | Support external stylesheets | bptato | 2022-01-23 | 9 | -28/+90 |
| | |||||
* | Avoid unnecessary rendering on hover change etc | bptato | 2022-01-22 | 5 | -32/+98 |
| | |||||
* | Rebrand program | bptato | 2022-01-22 | 3 | -29/+81 |
| | |||||
* | Fix url parsing bug | bptato | 2022-01-22 | 1 | -1/+1 |
| | | | | I confused the path start state with the path state. Oops. | ||||
* | Re-implement, height, fix pseudo on hover | bptato | 2022-01-22 | 2 | -4/+16 |
| | |||||
* | Fix word overflow bug | bptato | 2022-01-22 | 1 | -1/+1 |
| | |||||
* | Fix media query bug, do not refresh page without css change (wip) | bptato | 2022-01-22 | 3 | -15/+23 |
| | |||||
* | Fix page navigation | bptato | 2022-01-22 | 9 | -73/+109 |
| | |||||
* | Throw out old layout engine code | bptato | 2022-01-22 | 1 | -477/+0 |
| | |||||
* | Re-implement margins | bptato | 2022-01-22 | 5 | -45/+98 |
| | |||||
* | Re-implement list items | bptato | 2022-01-19 | 2 | -3/+19 |
| | |||||
* | Make sure :root is always block | bptato | 2022-01-19 | 3 | -6/+24 |
| | |||||
* | Fix whitespace issues after newline | bptato | 2022-01-19 | 1 | -11/+9 |
| | |||||
* | Replace BoxType with CSSDisplay | bptato | 2022-01-19 | 2 | -23/+18 |
| | | | | They're the same thing. | ||||
* | Fix percent encoding function and local percent encoded paths | bptato | 2022-01-19 | 3 | -6/+21 |
| | |||||
* | Rewrite whitespace handling | bptato | 2022-01-19 | 3 | -121/+96 |
| | |||||
* | Re-implement inline blocks | bptato | 2022-01-19 | 4 | -34/+62 |
| | |||||
* | Re-implement pseudo elements | bptato | 2022-01-19 | 2 | -12/+34 |
| | |||||
* | Remove specified values for PSEUDO_NONE | bptato | 2022-01-19 | 1 | -1/+1 |
| | |||||
* | Fix crash on reshape | bptato | 2022-01-19 | 3 | -22/+22 |
| | |||||
* | Implement basics of new layout engine | bptato | 2022-01-18 | 7 | -91/+288 |
| | |||||
* | Small cascade optimizations | bptato | 2021-12-31 | 4 | -44/+76 |
| | |||||
* | Refactor | bptato | 2021-12-29 | 3 | -11/+11 |
| | |||||
* | Merge branch 'layoutrewrite' | bptato | 2021-12-29 | 7 | -567/+787 |
|\ | | | | | | | Currently the layout engine doesn't work, it's being rewritten. | ||||
| * | Cascade optimizations, start layout engine rewrite | bptato | 2021-12-29 | 7 | -567/+787 |
| | | |||||
* | | Add punycode support | bptato | 2021-12-29 | 3 | -12/+330 |
|/ |