Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add unicode normalization, etc | bptato | 2022-12-19 | 1 | -2/+2 | |
| | ||||||
* | More DOM work | bptato | 2022-12-19 | 1 | -243/+534 | |
| | ||||||
* | More work on DOM (incl. bugfixes) | bptato | 2022-12-19 | 1 | -143/+129 | |
| | ||||||
* | Add JS support to documents | bptato | 2022-12-18 | 1 | -41/+503 | |
| | ||||||
* | Fix typo | bptato | 2022-11-30 | 1 | -1/+1 | |
| | ||||||
* | Add textarea | bptato | 2022-11-28 | 1 | -45/+112 | |
| | | | | Editing is implemented using an external editor (like vi). | |||||
* | Add support for <button> | bptato | 2022-11-27 | 1 | -2/+23 | |
| | ||||||
* | Re-enable media queries | bptato | 2022-10-19 | 1 | -4/+11 | |
| | ||||||
* | Rename jsget/jsset to jsfget/jsfset for functions | bptato | 2022-09-16 | 1 | -5/+5 | |
| | | | | | The original idea was to use the same pragmas as object members, but unfortunately this doesn't seem to work consistently after all. | |||||
* | Bugfixes & test JS event loop | bptato | 2022-09-16 | 1 | -8/+42 | |
| | ||||||
* | More JS bindings | bptato | 2022-09-13 | 1 | -12/+63 | |
| | ||||||
* | Fix nth-child bugs, rename select to match | bptato | 2022-08-23 | 1 | -3/+15 | |
| | ||||||
* | Add interactive <select> | bptato | 2022-07-31 | 1 | -2/+17 | |
| | ||||||
* | Add SupportedFormAssociatedElements | bptato | 2022-07-30 | 1 | -3/+2 | |
| | ||||||
* | Fix incorrect use of del() | bptato | 2022-07-29 | 1 | -1/+1 | |
| | ||||||
* | Fix StyledNode invalidation & others | bptato | 2022-07-27 | 1 | -4/+3 | |
| | ||||||
* | Fix an infinite loop in getElementById | bptato | 2022-07-23 | 1 | -11/+4 | |
| | ||||||
* | Optimize dom | bptato | 2022-07-21 | 1 | -74/+72 | |
| | ||||||
* | Enable remote stylesheets; fix inline block values | bptato | 2022-07-18 | 1 | -1/+2 | |
| | ||||||
* | Implement select element display | bptato | 2022-07-17 | 1 | -53/+174 | |
| | | | | | 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 | 1 | -22/+17 | |
| | ||||||
* | 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 | 1 | -9/+8 | |
| | ||||||
* | Fix a tokenizer bug, clean up some warnings | bptato | 2022-07-12 | 1 | -6/+19 | |
| | ||||||
* | Fix and clean up some dom-based features | bptato | 2022-07-11 | 1 | -44/+69 | |
| | ||||||
* | Implement HTML5 parsing | bptato | 2022-07-11 | 1 | -88/+348 | |
| | | | | | | | 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/+17 | |
| | ||||||
* | SpecifiedValue -> ComputedValue | bptato | 2022-05-13 | 1 | -2/+2 | |
| | | | | Actually it's neither but ComputedValue is more accurate. | |||||
* | Add support for :nth-child, implement textContent | bptato | 2022-05-10 | 1 | -0/+11 | |
| | ||||||
* | Cleanup form method code | bptato | 2022-02-08 | 1 | -8/+38 | |
| | ||||||
* | Implement forms | bptato | 2022-01-29 | 1 | -39/+188 | |
| | | | | | | Note: for now, only input tags are supported. Also the implementation is extremely hacky and needs refactoring... But it works, I think. | |||||
* | Fix stylesheet containment bug | bptato | 2022-01-25 | 1 | -4/+0 | |
| | ||||||
* | Optimize cascading algorithm | bptato | 2022-01-24 | 1 | -0/+1 | |
| | ||||||
* | Refactor | bptato | 2022-01-24 | 1 | -11/+12 | |
| | ||||||
* | Fix node to cell mapping | bptato | 2022-01-24 | 1 | -8/+29 | |
| | ||||||
* | Support external stylesheets | bptato | 2022-01-23 | 1 | -2/+11 | |
| | ||||||
* | Fix page navigation | bptato | 2022-01-22 | 1 | -4/+7 | |
| | ||||||
* | Remove specified values for PSEUDO_NONE | bptato | 2022-01-19 | 1 | -1/+1 | |
| | ||||||
* | Implement basics of new layout engine | bptato | 2022-01-18 | 1 | -2/+10 | |
| | ||||||
* | Refactor | bptato | 2021-12-29 | 1 | -1/+1 | |
| | ||||||
* | Cascade optimizations, start layout engine rewrite | bptato | 2021-12-29 | 1 | -1/+1 | |
| | ||||||
* | Proper URL handling | bptato | 2021-12-26 | 1 | -4/+7 | |
| | ||||||
* | Implement gotoAnchor | bptato | 2021-12-20 | 1 | -0/+5 | |
| | ||||||
* | Preparation for at rules, small inline-block fix | bptato | 2021-12-19 | 1 | -2/+2 | |
| | ||||||
* | Refactor selector code, optimize style tags | bptato | 2021-12-18 | 1 | -0/+11 | |
| | ||||||
* | Rework cascading algorithm | bptato | 2021-12-18 | 1 | -4/+3 | |
| | ||||||
* | More code formatting consistency | bptato | 2021-12-17 | 1 | -1/+1 | |
| | ||||||
* | Refactor enums | bptato | 2021-12-15 | 1 | -1/+1 | |
| | ||||||
* | Add lists, function selector fixes | bptato | 2021-12-14 | 1 | -19/+77 | |
| | ||||||
* | Support ::before, ::after pseudo elements | bptato | 2021-12-13 | 1 | -1/+3 | |
| |