Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Color & term improvements | bptato | 2022-11-21 | 1 | -17/+4 | |
| | ||||||
* | Terminal refactorings | bptato | 2022-11-20 | 1 | -18/+18 | |
| | ||||||
* | Fix table cell size calculation | bptato | 2022-11-19 | 1 | -2/+2 | |
| | ||||||
* | Very much WIP table implementation | bptato | 2022-11-15 | 1 | -9/+9 | |
| | ||||||
* | Make it compile... | bptato | 2022-10-19 | 1 | -2/+2 | |
| | ||||||
* | Re-enable media queries | bptato | 2022-10-19 | 1 | -2/+3 | |
| | ||||||
* | More JS bindings | bptato | 2022-09-13 | 1 | -4/+6 | |
| | ||||||
* | Fix combinator bugs + reimplement querySelectorAll | bptato | 2022-09-01 | 2 | -119/+51 | |
| | ||||||
* | Fix :nth-last-child | bptato | 2022-08-23 | 1 | -3/+9 | |
| | ||||||
* | Use more accurate selector terminology | bptato | 2022-08-23 | 3 | -31/+39 | |
| | ||||||
* | Fix nth-child bugs, rename select to match | bptato | 2022-08-23 | 6 | -67/+74 | |
| | ||||||
* | Merge functional and normal pseudo-class selectors | bptato | 2022-08-21 | 4 | -136/+351 | |
| | | | | And parse An+B syntax for nth-child/nth-last-child. | |||||
* | Refactor css function selectors a bit | bptato | 2022-08-20 | 3 | -33/+32 | |
| | ||||||
* | Fix incorrect selector parsing, remove httpclient from loader | bptato | 2022-08-03 | 3 | -11/+87 | |
| | ||||||
* | Add interactive <select> | bptato | 2022-07-31 | 3 | -2/+13 | |
| | ||||||
* | More table work | bptato | 2022-07-30 | 1 | -6/+7 | |
| | ||||||
* | Implement revert value | bptato | 2022-07-30 | 3 | -254/+171 | |
| | ||||||
* | Update CSS tokenizer | bptato | 2022-07-29 | 5 | -245/+259 | |
| | | | | It was slightly outdated and in many places incorrect. | |||||
* | StyledNode: avoid duplicate dependencies | bptato | 2022-07-29 | 2 | -2/+6 | |
| | ||||||
* | Fix incorrect use of del() | bptato | 2022-07-29 | 1 | -3/+3 | |
| | ||||||
* | Fix cascading bugs & performance issues | bptato | 2022-07-28 | 3 | -5/+16 | |
| | ||||||
* | Fix StyledNode invalidation & others | bptato | 2022-07-27 | 4 | -140/+284 | |
| | ||||||
* | Fix & simplify blockgroup | bptato | 2022-07-25 | 1 | -1/+1 | |
| | | | | + start implementing table | |||||
* | Optimize dom | bptato | 2022-07-21 | 2 | -15/+27 | |
| | ||||||
* | Throw out unused cells() functions | bptato | 2022-07-20 | 1 | -31/+0 | |
| | | | | | They were an artifact of the previous layout engine, and are not needed anymore. | |||||
* | Fix a parser bug | bptato | 2022-07-17 | 1 | -4/+1 | |
| | | | | Plus a few warnings. | |||||
* | Implement select element display | bptato | 2022-07-17 | 2 | -1/+10 | |
| | | | | | You can't actually use them yet. But at least they don't flood the screen with options now. | |||||
* | Fix forms | bptato | 2022-07-17 | 2 | -40/+20 | |
| | ||||||
* | 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 | 3 | -33/+196 | |
| | | | | | This moves pseudo element generation to the cascading phase. For now it also breaks style caching. | |||||
* | Fix and clean up some dom-based features | bptato | 2022-07-11 | 1 | -33/+3 | |
| | ||||||
* | Implement HTML5 parsing | bptato | 2022-07-11 | 2 | -36/+38 | |
| | | | | | | | 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. | |||||
* | Add querySelector and querySelectorAll for Element | bptato | 2022-05-23 | 1 | -0/+45 | |
| | ||||||
* | SpecifiedValue -> ComputedValue | bptato | 2022-05-13 | 2 | -34/+34 | |
| | | | | Actually it's neither but ComputedValue is more accurate. | |||||
* | Rename conflicting source files | bptato | 2022-05-10 | 7 | -11/+11 | |
| | | | | Nim can't really differentiate between them, unfortunately. | |||||
* | Add support for :nth-child, implement textContent | bptato | 2022-05-10 | 2 | -4/+23 | |
| | ||||||
* | Some refactoring for layout engine rewrite | bptato | 2022-05-10 | 1 | -1/+1 | |
| | ||||||
* | Incomplete background-color implementation | bptato | 2022-02-14 | 1 | -5/+16 | |
| | | | | Has numerous flaws which will have to be corrected later. | |||||
* | Some loader polishing | bptato | 2022-02-09 | 1 | -0/+1 | |
| | ||||||
* | Optimize :is selector | bptato | 2022-01-30 | 1 | -1/+51 | |
| | ||||||
* | Implement list-style-position | bptato | 2022-01-30 | 1 | -3/+22 | |
| | ||||||
* | Implement forms | bptato | 2022-01-29 | 1 | -1/+5 | |
| | | | | | | 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 | -3/+30 | |
| | ||||||
* | Implement line-height, vertical-align | bptato | 2022-01-28 | 1 | -9/+64 | |
| | ||||||
* | Fix stylesheet containment bug | bptato | 2022-01-25 | 1 | -32/+35 | |
| | ||||||
* | 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 | 3 | -4/+0 | |
| | ||||||
* | Optimize cascading algorithm | bptato | 2022-01-24 | 4 | -149/+186 | |
| | ||||||
* | Refactor | bptato | 2022-01-24 | 5 | -38/+16 | |
| |