Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|/ | |||||
* | Implement basic media query support | bptato | 2021-12-27 | 9 | -150/+529 |
| | |||||
* | Basic content type implementation | bptato | 2021-12-26 | 6 | -36/+99 |
| | |||||
* | Proper URL handling | bptato | 2021-12-26 | 7 | -256/+960 |
| | |||||
* | Refactor formatting, improve buffer cursor movement | bptato | 2021-12-25 | 3 | -165/+98 |
| | |||||
* | Fix pager bugs | bptato | 2021-12-23 | 3 | -67/+99 |
| | |||||
* | Refactor buffer rendering procedures | bptato | 2021-12-23 | 6 | -145/+151 |
| | |||||
* | More efficient pipe output | bptato | 2021-12-21 | 1 | -3/+13 |
| | |||||
* | Use a linked list for buffers, allow pipe as output | bptato | 2021-12-21 | 2 | -79/+77 |
| | |||||
* | Prepare for layout engine rewrite | bptato | 2021-12-21 | 2 | -13/+46 |
| | |||||
* | No anchor error message | bptato | 2021-12-21 | 2 | -6/+17 |
| | |||||
* | Honestly I'm not sure what I added here... | bptato | 2021-12-21 | 10 | -184/+497 |
| | |||||
* | Add client for buffer control | bptato | 2021-12-20 | 3 | -189/+221 |
| | |||||
* | Implement gotoAnchor | bptato | 2021-12-20 | 2 | -8/+21 |
| | |||||
* | Fix and implement cursor movement commands | bptato | 2021-12-20 | 3 | -87/+167 |
| | | | | | In particular, cursorNextLink and cursorPrevLink now work and some other commands have been improved | ||||
* | Fix cursorPrevWord, cursorNextWord | bptato | 2021-12-19 | 2 | -66/+86 |
| | |||||
* | Add commands for vertical navigation on displayed line | bptato | 2021-12-19 | 2 | -1/+16 |
| | |||||
* | Fix html parser bugs | bptato | 2021-12-19 | 2 | -6/+10 |
| | |||||
* | Fix pager mode formatting | bptato | 2021-12-19 | 3 | -26/+27 |
| | |||||
* | More configuration options | bptato | 2021-12-19 | 4 | -67/+94 |
| | |||||
* | Preparation for at rules, small inline-block fix | bptato | 2021-12-19 | 8 | -36/+74 |
| |