Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove some unused variables | bptato | 2022-02-12 | 2 | -6/+0 | |
| | ||||||
* | Fix list item marker hack | bptato | 2022-02-12 | 1 | -4/+8 | |
| | ||||||
* | Fix page reload bugs | bptato | 2022-02-12 | 1 | -5/+1 | |
| | ||||||
* | Some loader polishing | bptato | 2022-02-09 | 4 | -11/+19 | |
| | ||||||
* | parse_tag: fix html entities in values | bptato | 2022-02-08 | 1 | -1/+1 | |
| | ||||||
* | Fix bug in idna that prevented building release | bptato | 2022-02-08 | 1 | -2/+7 | |
| | ||||||
* | Cleanup form method code | bptato | 2022-02-08 | 4 | -35/+77 | |
| | ||||||
* | Cleanup idna code a bit | bptato | 2022-02-08 | 1 | -100/+85 | |
| | ||||||
* | Optimize :is selector | bptato | 2022-01-30 | 2 | -4/+54 | |
| | ||||||
* | Avoid stack overflow in renderBlockContext | bptato | 2022-01-30 | 1 | -8/+13 | |
| | ||||||
* | Implement list-style-position | bptato | 2022-01-30 | 4 | -7/+75 | |
| | ||||||
* | Implement forms | bptato | 2022-01-29 | 13 | -133/+612 | |
| | | | | | | 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 | 6 | -59/+161 | |
| | ||||||
* | Implement line-height, vertical-align | bptato | 2022-01-28 | 4 | -65/+188 | |
| | ||||||
* | Implement padding | bptato | 2022-01-26 | 6 | -127/+199 | |
| | ||||||
* | Fix potential crash in next link command | bptato | 2022-01-26 | 2 | -15/+8 | |
| | ||||||
* | 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 | 5 | -46/+49 | |
| | ||||||
* | 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 | 7 | -41/+92 | |
| | ||||||
* | 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 | |
| |