| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Implement standard-compliant HTML tokenizer | bptato | 2022-06-27 | 1 | -1/+1492 |
* | 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 |
* | Rename conflicting source files | bptato | 2022-05-10 | 1 | -0/+0 |
* | 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 |
* | 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 |
* | 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 |
* | Clean up unused imports | bptato | 2021-11-12 | 1 | -2/+0 |
* | Colors, italic, bold, read from pipe | bptato | 2021-11-12 | 2 | -8/+33 |
* | Layout engine improvements, use author style sheet | bptato | 2021-11-10 | 2 | -39/+103 |
* | It's broken but it could be worse | bptato | 2021-11-09 | 1 | -34/+59 |
* | Display & when escape cmd parsing fails | bptato | 2021-11-08 | 1 | -4/+4 |
* | Add RowBox structure | bptato | 2021-10-03 | 1 | -111/+0 |