Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix forms | bptato | 2022-07-17 | 3 | -24/+21 | |
| | ||||||
* | Use StyledNodes instead of passing the entire DOM to the layout engine | bptato | 2022-07-16 | 1 | -36/+6 | |
| | | | | | This moves pseudo element generation to the cascading phase. For now it also breaks style caching. | |||||
* | Clean up HTML namespace mess, enable processInForeignContent | bptato | 2022-07-14 | 2 | -26/+91 | |
| | ||||||
* | Fix a tokenizer bug, clean up some warnings | bptato | 2022-07-12 | 3 | -10/+30 | |
| | ||||||
* | Fix and clean up some dom-based features | bptato | 2022-07-11 | 2 | -52/+77 | |
| | ||||||
* | Implement HTML5 parsing | bptato | 2022-07-11 | 4 | -2067/+3856 | |
| | | | | | | | 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. | |||||
* | Implement standard-compliant HTML tokenizer | bptato | 2022-06-27 | 1 | -1/+1492 | |
| | | | | | | Seems performant enough, though I'm not sure whether it is actually producing correct output. Still missing: tests and the actual parsing. | |||||
* | Store html entities as zero terminated strings | bptato | 2022-06-07 | 1 | -4/+4 | |
| | ||||||
* | Add querySelector and querySelectorAll for Element | bptato | 2022-05-23 | 1 | -0/+17 | |
| | ||||||
* | 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 | -0/+0 | |
| | | | | Nim can't really differentiate between them, unfortunately. | |||||
* | Add support for :nth-child, implement textContent | bptato | 2022-05-10 | 1 | -0/+11 | |
| | ||||||
* | Some loader polishing | bptato | 2022-02-09 | 1 | -1/+10 | |
| | ||||||
* | parse_tag: fix html entities in values | bptato | 2022-02-08 | 1 | -1/+1 | |
| | ||||||
* | Cleanup form method code | bptato | 2022-02-08 | 1 | -8/+38 | |
| | ||||||
* | Implement forms | bptato | 2022-01-29 | 2 | -42/+208 | |
| | | | | | | 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 | 1 | -2/+2 | |
| | ||||||
* | Fix stylesheet containment bug | bptato | 2022-01-25 | 2 | -12/+2 | |
| | ||||||
* | Optimize cascading algorithm | bptato | 2022-01-24 | 2 | -0/+8 | |
| | ||||||
* | Refactor | bptato | 2022-01-24 | 1 | -11/+12 | |
| | ||||||
* | Fix head parsing | bptato | 2022-01-24 | 1 | -1/+1 | |
| | ||||||
* | Fix node to cell mapping | bptato | 2022-01-24 | 1 | -8/+29 | |
| | ||||||
* | Infer that we're in document body for text | bptato | 2022-01-23 | 1 | -4/+6 | |
| | ||||||
* | Support external stylesheets | bptato | 2022-01-23 | 2 | -2/+14 | |
| | ||||||
* | Fix page navigation | bptato | 2022-01-22 | 2 | -6/+10 | |
| | ||||||
* | Remove specified values for PSEUDO_NONE | bptato | 2022-01-19 | 1 | -1/+1 | |
| | ||||||
* | Implement basics of new layout engine | bptato | 2022-01-18 | 2 | -2/+11 | |
| | ||||||
* | Refactor | bptato | 2021-12-29 | 2 | -3/+3 | |
| | ||||||
* | Cascade optimizations, start layout engine rewrite | bptato | 2021-12-29 | 1 | -1/+1 | |
| | ||||||
* | Proper URL handling | bptato | 2021-12-26 | 1 | -4/+7 | |
| | ||||||
* | Honestly I'm not sure what I added here... | bptato | 2021-12-21 | 1 | -28/+36 | |
| | ||||||
* | Implement gotoAnchor | bptato | 2021-12-20 | 1 | -0/+5 | |
| | ||||||
* | Fix html parser bugs | bptato | 2021-12-19 | 1 | -6/+7 | |
| | ||||||
* | Preparation for at rules, small inline-block fix | bptato | 2021-12-19 | 2 | -4/+4 | |
| | ||||||
* | Refactor selector code, optimize style tags | bptato | 2021-12-18 | 2 | -10/+31 | |
| | ||||||
* | Rework cascading algorithm | bptato | 2021-12-18 | 1 | -4/+3 | |
| | ||||||
* | More code formatting consistency | bptato | 2021-12-17 | 2 | -2/+2 | |
| | ||||||
* | Some parser fixes | bptato | 2021-12-15 | 1 | -11/+13 | |
| | ||||||
* | Refactor enums | bptato | 2021-12-15 | 3 | -3/+95 | |
| | ||||||
* | Add lists, function selector fixes | bptato | 2021-12-14 | 2 | -36/+102 | |
| | ||||||
* | Support ::before, ::after pseudo elements | bptato | 2021-12-13 | 1 | -1/+3 | |
| | ||||||
* | Support inline style attributes | bptato | 2021-12-10 | 2 | -17/+13 | |
| | ||||||
* | Support CSS next- and subsequent sibling combinators | bptato | 2021-11-23 | 2 | -6/+22 | |
| | ||||||
* | Refactor cascading logic and css values | bptato | 2021-11-19 | 1 | -287/+4 | |
| | | | | | applyStylesheets is now in style.nim and computed values etc in values.nim | |||||
* | User stylesheets and applyStylesheets optimizations | bptato | 2021-11-19 | 1 | -68/+74 | |
| | ||||||
* | Fix some whitespace bugs | bptato | 2021-11-15 | 1 | -11/+7 | |
| | ||||||
* | Initial implementation of CSS :hover | bptato | 2021-11-14 | 1 | -7/+3 | |
| | ||||||
* | Refactor output formatting code, drop non-ansi support | bptato | 2021-11-13 | 1 | -3/+0 | |
| | ||||||
* | Ignore invalid css values | bptato | 2021-11-13 | 1 | -12/+11 | |
| | ||||||
* | Implement css property inheritance | bptato | 2021-11-12 | 1 | -14/+10 | |
| |