Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix some block box bugs | bptato | 2022-01-23 | 1 | -6/+5 |
| | |||||
* | Use pixels as the base unit for the layout | bptato | 2022-01-23 | 1 | -0/+32 |
| | |||||
* | Consider cell ratio when calculating lengths | bptato | 2022-01-23 | 1 | -8/+11 |
| | |||||
* | Implement word-spacing | bptato | 2022-01-23 | 1 | -7/+23 |
| | |||||
* | Support pseudo elems as pseudo classes | bptato | 2022-01-23 | 1 | -12/+15 |
| | |||||
* | Fix ::before pseudo elem positioning | bptato | 2022-01-23 | 1 | -4/+7 |
| | |||||
* | Fix * selector | bptato | 2022-01-23 | 1 | -0/+2 |
| | |||||
* | Support external stylesheets | bptato | 2022-01-23 | 2 | -2/+13 |
| | |||||
* | Avoid unnecessary rendering on hover change etc | bptato | 2022-01-22 | 2 | -18/+51 |
| | |||||
* | Re-implement, height, fix pseudo on hover | bptato | 2022-01-22 | 1 | -0/+2 |
| | |||||
* | Fix media query bug, do not refresh page without css change (wip) | bptato | 2022-01-22 | 3 | -15/+23 |
| | |||||
* | Re-implement margins | bptato | 2022-01-22 | 1 | -3/+3 |
| | |||||
* | Make sure :root is always block | bptato | 2022-01-19 | 1 | -0/+13 |
| | |||||
* | Re-implement inline blocks | bptato | 2022-01-19 | 1 | -5/+1 |
| | |||||
* | Fix crash on reshape | bptato | 2022-01-19 | 1 | -2/+0 |
| | |||||
* | Implement basics of new layout engine | bptato | 2022-01-18 | 1 | -5/+19 |
| | |||||
* | Small cascade optimizations | bptato | 2021-12-31 | 4 | -44/+76 |
| | |||||
* | Refactor | bptato | 2021-12-29 | 1 | -8/+8 |
| | |||||
* | Cascade optimizations, start layout engine rewrite | bptato | 2021-12-29 | 3 | -64/+75 |
| | |||||
* | Implement basic media query support | bptato | 2021-12-27 | 5 | -114/+482 |
| | |||||
* | Basic content type implementation | bptato | 2021-12-26 | 1 | -0/+1 |
| | |||||
* | Refactor buffer rendering procedures | bptato | 2021-12-23 | 1 | -0/+3 |
| | |||||
* | Preparation for at rules, small inline-block fix | bptato | 2021-12-19 | 4 | -29/+67 |
| | |||||
* | Refactor selector code, optimize style tags | bptato | 2021-12-18 | 4 | -167/+173 |
| | |||||
* | Rework cascading algorithm | bptato | 2021-12-18 | 2 | -187/+144 |
| | |||||
* | Macro for easier css value access | bptato | 2021-12-18 | 1 | -14/+10 |
| | |||||
* | More code formatting consistency | bptato | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | Better inline block support | bptato | 2021-12-15 | 1 | -0/+1 |
| | | | | | | Still needs a refactoring of at least the inline processing algorithm to work somewhat correctly. (how that should be done is another question...) | ||||
* | Initial (and defective) inline-block implementation | bptato | 2021-12-15 | 1 | -3/+3 |
| | |||||
* | Simplify code | bptato | 2021-12-15 | 2 | -83/+78 |
| | |||||
* | Some parser fixes | bptato | 2021-12-15 | 2 | -7/+7 |
| |