Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | css/values, parser, ...: fix background-image | bptato | 2023-01-06 | 1 | -2/+5 |
| | |||||
* | css: fix some bugs and improve cascading a bit | bptato | 2022-12-29 | 1 | -1/+1 |
| | |||||
* | cssparser: check for EOF in first read chunk | bptato | 2022-12-14 | 1 | -1/+4 |
| | | | | To-do: use decoderstream... | ||||
* | Fix stream error handling confusion, title display | bptato | 2022-12-13 | 1 | -2/+5 |
| | | | | Also probably other fixes. | ||||
* | cssparser: fix a parseAnB bug | bptato | 2022-12-12 | 1 | -1/+1 |
| | | | | Just a typo... | ||||
* | Fix nth-child bugs, rename select to match | bptato | 2022-08-23 | 1 | -30/+37 |
| | |||||
* | Merge functional and normal pseudo-class selectors | bptato | 2022-08-21 | 1 | -5/+160 |
| | | | | And parse An+B syntax for nth-child/nth-last-child. | ||||
* | Fix incorrect selector parsing, remove httpclient from loader | bptato | 2022-08-03 | 1 | -1/+2 |
| | |||||
* | Update CSS tokenizer | bptato | 2022-07-29 | 1 | -201/+218 |
| | | | | It was slightly outdated and in many places incorrect. | ||||
* | Fix incorrect use of del() | bptato | 2022-07-29 | 1 | -3/+3 |
| | |||||
* | Fix a parser bug | bptato | 2022-07-17 | 1 | -4/+1 |
| | | | | Plus a few warnings. | ||||
* | Rename conflicting source files | bptato | 2022-05-10 | 1 | -0/+817 |
| | | | | Nim can't really differentiate between them, unfortunately. | ||||
* | Rename cssparser.nim | bptato | 2021-08-10 | 1 | -818/+0 |
| | |||||
* | Some refactoring | bptato | 2021-08-10 | 1 | -3/+2 |
| | |||||
* | Reorganize imports | bptato | 2021-08-07 | 1 | -4/+2 |
| | |||||
* | Refactoring in buffer.nim | bptato | 2021-08-06 | 1 | -1/+0 |
| | |||||
* | Implement new buffer model which supports X coords | bptato | 2021-08-05 | 1 | -2/+1 |
| | | | | ...also, one can kinda use this as a file viewer now I guess | ||||
* | More css stuff | bptato | 2021-08-04 | 1 | -3/+13 |
| | |||||
* | CSS selectors and re-organization | bptato | 2021-07-30 | 1 | -0/+813 |