Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some loader polishing | bptato | 2022-02-09 | 1 | -1/+10 |
| | |||||
* | parse_tag: fix html entities in values | bptato | 2022-02-08 | 1 | -1/+1 |
| | |||||
* | Implement forms | bptato | 2022-01-29 | 1 | -3/+20 |
| | | | | | | 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 | -2/+2 |
| | |||||
* | Fix stylesheet containment bug | bptato | 2022-01-25 | 1 | -8/+2 |
| | |||||
* | Optimize cascading algorithm | bptato | 2022-01-24 | 1 | -0/+7 |
| | |||||
* | Fix head parsing | bptato | 2022-01-24 | 1 | -1/+1 |
| | |||||
* | Infer that we're in document body for text | bptato | 2022-01-23 | 1 | -4/+6 |
| | |||||
* | Support external stylesheets | bptato | 2022-01-23 | 1 | -0/+3 |
| | |||||
* | Fix page navigation | bptato | 2022-01-22 | 1 | -2/+3 |
| | |||||
* | Implement basics of new layout engine | bptato | 2022-01-18 | 1 | -0/+1 |
| | |||||
* | Honestly I'm not sure what I added here... | bptato | 2021-12-21 | 1 | -28/+36 |
| | |||||
* | Fix html parser bugs | bptato | 2021-12-19 | 1 | -6/+7 |
| | |||||
* | 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 | -10/+20 |
| | |||||
* | More code formatting consistency | bptato | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | Some parser fixes | bptato | 2021-12-15 | 1 | -11/+13 |
| | |||||
* | Refactor enums | bptato | 2021-12-15 | 1 | -2/+1 |
| | |||||
* | Add lists, function selector fixes | bptato | 2021-12-14 | 1 | -17/+25 |
| | |||||
* | Support inline style attributes | bptato | 2021-12-10 | 1 | -10/+10 |
| | |||||
* | Support CSS next- and subsequent sibling combinators | bptato | 2021-11-23 | 1 | -6/+6 |
| | |||||
* | Fix some whitespace bugs | bptato | 2021-11-15 | 1 | -11/+7 |
| | |||||
* | Colors, italic, bold, read from pipe | bptato | 2021-11-12 | 1 | -4/+7 |
| | |||||
* | Layout engine improvements, use author style sheet | bptato | 2021-11-10 | 1 | -3/+11 |
| | |||||
* | Display & when escape cmd parsing fails | bptato | 2021-11-08 | 1 | -4/+4 |
| | |||||
* | Minor changes | bptato | 2021-08-16 | 1 | -6/+0 |
| | |||||
* | Get rid of some old code, work on css property handling | bptato | 2021-08-11 | 1 | -2/+0 |
| | |||||
* | Reorganize imports | bptato | 2021-08-07 | 1 | -0/+457 |