Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | css/cascade: remove scoped sheets | bptato | 2023-01-07 | 1 | -6/+0 |
| | | | | ...in favor of handling all style elements like other browsers | ||||
* | Correct attribute functions, de-extern jserr | bptato | 2022-12-26 | 1 | -1/+1 |
| | | | | | | Instead of unnecessarily marking every jserr function as *, add the used pragma (so the C compiler can get rid of them later.) Also, use the correct definition of attribute namespace. | ||||
* | dom: correct constructors, more create functions | bptato | 2022-12-26 | 1 | -3/+4 |
| | |||||
* | More DOM work | bptato | 2022-12-19 | 1 | -7/+8 |
| | |||||
* | Add JS support to documents | bptato | 2022-12-18 | 1 | -26/+42 |
| | |||||
* | git wtf moment | bptato | 2022-12-15 | 1 | -11/+0 |
| | |||||
* | Merge branch 'master' of ssh://192.168.0.230/~/x/cha | bptato | 2022-12-15 | 1 | -0/+11 |
|\ | |||||
| * | htmltokenizer: implement a small todo | bptato | 2022-12-15 | 1 | -5/+11 |
| | | |||||
* | | htmltokenizer: implement a small todo | bptato | 2022-12-15 | 1 | -14/+19 |
|/ | |||||
* | Fix decoder bugs, move decoder to encoding/ | bptato | 2022-12-10 | 1 | -5/+5 |
| | |||||
* | Add support for the encoding standard, fix parseLegacyColor | bptato | 2022-12-10 | 1 | -8/+104 |
| | | | | Also, fix a bug in the | ||||
* | htmlparser: fix bug where tokens wouldn't be reprocessed after close_cell | bptato | 2022-12-07 | 1 | -0/+1 |
| | |||||
* | Add textarea | bptato | 2022-11-28 | 1 | -33/+41 |
| | | | | Editing is implemented using an external editor (like vi). | ||||
* | Fix adoption agency algorithm bugs | bptato | 2022-11-27 | 1 | -5/+11 |
| | |||||
* | Fix some table layout issues | bptato | 2022-11-25 | 1 | -1/+1 |
| | |||||
* | More JS bindings | bptato | 2022-09-13 | 1 | -2/+20 |
| | |||||
* | Add SupportedFormAssociatedElements | bptato | 2022-07-30 | 1 | -5/+4 |
| | |||||
* | Fix incorrect use of del() | bptato | 2022-07-29 | 1 | -11/+11 |
| | |||||
* | Fix yet another parser bug | bptato | 2022-07-18 | 1 | -2/+1 |
| | |||||
* | Fix another parser bug | bptato | 2022-07-17 | 1 | -3/+4 |
| | |||||
* | Fix a parser bug | bptato | 2022-07-17 | 1 | -2/+47 |
| | | | | Plus a few warnings. | ||||
* | Implement select element display | bptato | 2022-07-17 | 1 | -1/+9 |
| | | | | | You can't actually use them yet. But at least they don't flood the screen with options now. | ||||
* | Fix forms | bptato | 2022-07-17 | 1 | -1/+1 |
| | |||||
* | Clean up HTML namespace mess, enable processInForeignContent | bptato | 2022-07-14 | 1 | -17/+83 |
| | |||||
* | Fix a tokenizer bug, clean up some warnings | bptato | 2022-07-12 | 1 | -3/+10 |
| | |||||
* | Fix and clean up some dom-based features | bptato | 2022-07-11 | 1 | -8/+8 |
| | |||||
* | Implement HTML5 parsing | bptato | 2022-07-11 | 1 | -1967/+1920 |
| | | | | | | | 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. | ||||
* | Implement standard-compliant HTML tokenizer | bptato | 2022-06-27 | 1 | -1/+1492 |
| | | | | | | Seems performant enough, though I'm not sure whether it is actually producing correct output. Still missing: tests and the actual parsing. | ||||
* | Rename conflicting source files | bptato | 2022-05-10 | 1 | -0/+518 |
| | | | | Nim can't really differentiate between them, unfortunately. | ||||
* | Reorganize imports | bptato | 2021-08-07 | 1 | -459/+0 |
| | |||||
* | HTML display with highly broken box model | bptato | 2021-08-06 | 1 | -1/+1 |
| | |||||
* | Refactoring in buffer.nim | bptato | 2021-08-06 | 1 | -5/+5 |
| | |||||
* | Refactor display.nim and twtio.nim | bptato | 2021-08-06 | 1 | -2/+0 |
| | |||||
* | Remove static radix tree and small/full builds | bptato | 2021-08-05 | 1 | -31/+14 |
| | | | | | | Static radix tree was a hack to begin with and I don't want to deal with it anymore. I might consider small/full builds later on but let's be honest here, it's premature optimization. | ||||
* | more stuff | bptato | 2021-08-05 | 1 | -44/+48 |
| | |||||
* | More css stuff | bptato | 2021-08-04 | 1 | -67/+1 |
| | |||||
* | CSS selectors and re-organization | bptato | 2021-07-30 | 1 | -0/+540 |