Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Support vertical-align on td | bptato | 2022-12-11 | 1 | -1/+14 | |
| | ||||||
* | Add textarea | bptato | 2022-11-28 | 1 | -5/+18 | |
| | | | | Editing is implemented using an external editor (like vi). | |||||
* | Fix some table layout issues | bptato | 2022-11-25 | 1 | -0/+2 | |
| | ||||||
* | Add some quirks mode rules + presentational hints | bptato | 2022-11-25 | 1 | -1/+43 | |
| | | | | Only as a POC for now. | |||||
* | Avoid forking child processes from the main process | bptato | 2022-11-24 | 1 | -1/+3 | |
| | | | | Caveat: this breaks piped streams. | |||||
* | Make it compile... | bptato | 2022-10-19 | 1 | -2/+2 | |
| | ||||||
* | Re-enable media queries | bptato | 2022-10-19 | 1 | -2/+3 | |
| | ||||||
* | Fix nth-child bugs, rename select to match | bptato | 2022-08-23 | 1 | -1/+1 | |
| | ||||||
* | Fix incorrect selector parsing, remove httpclient from loader | bptato | 2022-08-03 | 1 | -9/+24 | |
| | ||||||
* | Implement revert value | bptato | 2022-07-30 | 1 | -59/+20 | |
| | ||||||
* | Fix cascading bugs & performance issues | bptato | 2022-07-28 | 1 | -3/+10 | |
| | ||||||
* | Fix StyledNode invalidation & others | bptato | 2022-07-27 | 1 | -44/+40 | |
| | ||||||
* | Optimize dom | bptato | 2022-07-21 | 1 | -3/+4 | |
| | ||||||
* | Fix forms | bptato | 2022-07-17 | 1 | -39/+17 | |
| | ||||||
* | Fix StyledNode caching | bptato | 2022-07-17 | 1 | -93/+37 | |
| | ||||||
* | Use StyledNodes instead of passing the entire DOM to the layout engine | bptato | 2022-07-16 | 1 | -30/+175 | |
| | | | | | This moves pseudo element generation to the cascading phase. For now it also breaks style caching. | |||||
* | Implement HTML5 parsing | bptato | 2022-07-11 | 1 | -4/+6 | |
| | | | | | | | Completely replaced the previous HTML2 (?) parser, which was a bad re-implementation of w3m's parser in the first place. Now we have a (sort of) compliant HTML5 parser. Needs tests, badly. | |||||
* | SpecifiedValue -> ComputedValue | bptato | 2022-05-13 | 1 | -2/+2 | |
| | | | | Actually it's neither but ComputedValue is more accurate. | |||||
* | Rename conflicting source files | bptato | 2022-05-10 | 1 | -2/+2 | |
| | | | | Nim can't really differentiate between them, unfortunately. | |||||
* | Fix stylesheet containment bug | bptato | 2022-01-25 | 1 | -32/+35 | |
| | ||||||
* | Fix author style sheet assignment | bptato | 2022-01-24 | 1 | -2/+9 | |
| | ||||||
* | Optimize cascading algorithm | bptato | 2022-01-24 | 1 | -61/+27 | |
| | ||||||
* | Refactor | bptato | 2022-01-24 | 1 | -1/+1 | |
| | ||||||
* | Fix ::before pseudo elem positioning | bptato | 2022-01-23 | 1 | -4/+7 | |
| | ||||||
* | Support external stylesheets | bptato | 2022-01-23 | 1 | -1/+12 | |
| | ||||||
* | Avoid unnecessary rendering on hover change etc | bptato | 2022-01-22 | 1 | -4/+24 | |
| | ||||||
* | 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 | 1 | -2/+2 | |
| | ||||||
* | 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 | 1 | -30/+22 | |
| | ||||||
* | Cascade optimizations, start layout engine rewrite | bptato | 2021-12-29 | 1 | -8/+16 | |
| | ||||||
* | Implement basic media query support | bptato | 2021-12-27 | 1 | -15/+57 | |
| | ||||||
* | Preparation for at rules, small inline-block fix | bptato | 2021-12-19 | 1 | -13/+16 | |
| | ||||||
* | Refactor selector code, optimize style tags | bptato | 2021-12-18 | 1 | -0/+152 | |