Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Support inline style attributes | bptato | 2021-12-10 | 1 | -7/+3 | |
| | ||||||
* | Support CSS next- and subsequent sibling combinators | bptato | 2021-11-23 | 1 | -0/+16 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | Clean up unused imports | bptato | 2021-11-12 | 1 | -2/+0 | |
| | ||||||
* | Colors, italic, bold, read from pipe | bptato | 2021-11-12 | 1 | -4/+26 | |
| | ||||||
* | Layout engine improvements, use author style sheet | bptato | 2021-11-10 | 1 | -36/+92 | |
| | ||||||
* | It's broken but it could be worse | bptato | 2021-11-09 | 1 | -34/+59 | |
| | ||||||
* | Get rid of some old code, work on css property handling | bptato | 2021-08-11 | 1 | -84/+13 | |
| | ||||||
* | Rename cssparser.nim | bptato | 2021-08-10 | 1 | -1/+1 | |
| | ||||||
* | Some refactoring | bptato | 2021-08-10 | 1 | -36/+0 | |
| | ||||||
* | Implement CSS display none in box renderer etc. | bptato | 2021-08-08 | 1 | -9/+12 | |
| | | | | | Other changes being bugfixes and a temporary implementation of "view source" | |||||
* | Reorganize imports | bptato | 2021-08-07 | 1 | -11/+8 | |
| | ||||||
* | HTML display with highly broken box model | bptato | 2021-08-06 | 1 | -7/+34 | |
| | ||||||
* | Refactoring in buffer.nim | bptato | 2021-08-06 | 1 | -23/+6 | |
| | ||||||
* | Refactor display.nim and twtio.nim | bptato | 2021-08-06 | 1 | -2/+0 | |
| | ||||||
* | more stuff | bptato | 2021-08-05 | 1 | -9/+6 | |
| | ||||||
* | More css stuff | bptato | 2021-08-04 | 1 | -52/+76 | |
| |