| Commit message (Expand) | Author | Age | Files | Lines |
* | utils: add twtuni | bptato | 2024-09-08 | 1 | -11/+10 |
* | buffer, pager, config: add meta-refresh + misc fixes | bptato | 2024-07-28 | 1 | -3/+3 |
* | css: slightly optimize cascade | bptato | 2024-06-02 | 1 | -11/+8 |
* | cssparser: refactor | bptato | 2024-05-01 | 1 | -117/+68 |
* | Update code style | bptato | 2024-04-17 | 1 | -145/+156 |
* | cssparser: fix another anb parsing bug | bptato | 2024-03-02 | 1 | -2/+2 |
* | cssparser: fix anb parser whitespace handling bugs | bptato | 2024-03-02 | 1 | -4/+7 |
* | misc refactorings | bptato | 2024-02-27 | 1 | -2/+2 |
* | Use errDOMException template everywhere | bptato | 2024-01-11 | 1 | -7/+7 |
* | Use std/* imports everywhere | bptato | 2024-01-07 | 1 | -3/+3 |
* | Compile with styleCheck:usages | bptato | 2023-12-28 | 1 | -3/+3 |
* | Move http out of main binary | bptato | 2023-12-13 | 1 | -1/+1 |
* | twtstr: remove tolower, isWhitespace | bptato | 2023-11-20 | 1 | -5/+6 |
* | dom: add some CSSStyleDeclaration functions | bptato | 2023-10-25 | 1 | -2/+5 |
* | css: change type of rvalue to char (from Rune) | bptato | 2023-10-01 | 1 | -25/+33 |
* | move around more modules | bptato | 2023-09-14 | 1 | -1/+1 |
* | refactor: Result[T, DOMException] -> DOMResult[T] | bptato | 2023-08-28 | 1 | -9/+6 |
* | javascript: refactor | bptato | 2023-08-28 | 1 | -1/+1 |
* | Fixes & workarounds to compile on Nim 2.0.0 | bptato | 2023-08-01 | 1 | -2/+3 |
* | cssparser: remove unused function, cast instead of collect | bptato | 2023-06-29 | 1 | -21/+5 |
* | cssparser: remove SyntaxError | bptato | 2023-06-25 | 1 | -20/+27 |
* | Add support for canvas and multipart | bptato | 2023-06-05 | 1 | -4/+4 |
* | 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 |
* | Fix stream error handling confusion, title display | bptato | 2022-12-13 | 1 | -2/+5 |
* | cssparser: fix a parseAnB bug | bptato | 2022-12-12 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | Fix incorrect use of del() | bptato | 2022-07-29 | 1 | -3/+3 |
* | Fix a parser bug | bptato | 2022-07-17 | 1 | -4/+1 |
* | Rename conflicting source files | bptato | 2022-05-10 | 1 | -0/+817 |
* | 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 |
* | More css stuff | bptato | 2021-08-04 | 1 | -3/+13 |
* | CSS selectors and re-organization | bptato | 2021-07-30 | 1 | -0/+813 |