about summary refs log tree commit diff stats
path: root/src/css/cssparser.nim
Commit message (Collapse)AuthorAgeFilesLines
* css/values, parser, ...: fix background-imagebptato2023-01-061-2/+5
|
* css: fix some bugs and improve cascading a bitbptato2022-12-291-1/+1
|
* cssparser: check for EOF in first read chunkbptato2022-12-141-1/+4
| | | | To-do: use decoderstream...
* Fix stream error handling confusion, title displaybptato2022-12-131-2/+5
| | | | Also probably other fixes.
* cssparser: fix a parseAnB bugbptato2022-12-121-1/+1
| | | | Just a typo...
* Fix nth-child bugs, rename select to matchbptato2022-08-231-30/+37
|
* Merge functional and normal pseudo-class selectorsbptato2022-08-211-5/+160
| | | | And parse An+B syntax for nth-child/nth-last-child.
* Fix incorrect selector parsing, remove httpclient from loaderbptato2022-08-031-1/+2
|
* Update CSS tokenizerbptato2022-07-291-201/+218
| | | | It was slightly outdated and in many places incorrect.
* Fix incorrect use of del()bptato2022-07-291-3/+3
|
* Fix a parser bugbptato2022-07-171-4/+1
| | | | Plus a few warnings.
* Rename conflicting source filesbptato2022-05-101-0/+817
| | | | Nim can't really differentiate between them, unfortunately.
* Rename cssparser.nimbptato2021-08-101-818/+0
|
* Some refactoringbptato2021-08-101-3/+2
|
* Reorganize importsbptato2021-08-071-4/+2
|
* Refactoring in buffer.nimbptato2021-08-061-1/+0
|
* Implement new buffer model which supports X coordsbptato2021-08-051-2/+1
| | | | ...also, one can kinda use this as a file viewer now I guess
* More css stuffbptato2021-08-041-3/+13
|
* CSS selectors and re-organizationbptato2021-07-301-0/+813