Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | dom: correct constructors, more create functions | bptato | 2022-12-26 | 1 | -0/+9 | |
| | ||||||
* | DOM: implement many new methods | bptato | 2022-12-26 | 1 | -0/+56 | |
| | ||||||
* | Add unicode normalization, etc | bptato | 2022-12-19 | 1 | -16/+75 | |
| | ||||||
* | More DOM work | bptato | 2022-12-19 | 1 | -0/+4 | |
| | ||||||
* | More work on DOM (incl. bugfixes) | bptato | 2022-12-19 | 1 | -13/+1 | |
| | ||||||
* | Add JS support to documents | bptato | 2022-12-18 | 1 | -0/+28 | |
| | ||||||
* | makeCRLF: move to twtstr, write last char | bptato | 2022-12-15 | 1 | -0/+23 | |
| | ||||||
* | Fix path mime type detection | bptato | 2022-12-13 | 1 | -2/+2 | |
| | ||||||
* | Add network.max-redirect, prepend-https options | bptato | 2022-12-13 | 1 | -2/+2 | |
| | ||||||
* | Add support for the encoding standard, fix parseLegacyColor | bptato | 2022-12-10 | 1 | -1/+1 | |
| | | | | Also, fix a bug in the | |||||
* | Fix a punycode decoding bug | bptato | 2022-12-05 | 1 | -1/+1 | |
| | ||||||
* | Remove unused twtstr functions | bptato | 2022-12-05 | 1 | -28/+1 | |
| | ||||||
* | Fix some regressions, add loading progress bar | bptato | 2022-11-27 | 1 | -0/+13 | |
| | ||||||
* | Terminal refactorings | bptato | 2022-11-20 | 1 | -19/+0 | |
| | ||||||
* | Rewrite buffer/pager for multi-processing | bptato | 2022-11-19 | 1 | -0/+20 | |
| | ||||||
* | Implement tree buffers, fix a js bug, refactor | bptato | 2022-10-19 | 1 | -1/+0 | |
| | ||||||
* | More JS bindings | bptato | 2022-09-13 | 1 | -43/+38 | |
| | ||||||
* | Remove httpclient dependency | bptato | 2022-08-04 | 1 | -0/+8 | |
| | ||||||
* | Update CSS tokenizer | bptato | 2022-07-29 | 1 | -1/+1 | |
| | | | | It was slightly outdated and in many places incorrect. | |||||
* | Add missing pop pragma | bptato | 2022-07-29 | 1 | -0/+1 | |
| | ||||||
* | Improved incremental search: support unicode | bptato | 2022-07-23 | 1 | -0/+9 | |
| | ||||||
* | Implement select element display | bptato | 2022-07-17 | 1 | -0/+12 | |
| | | | | | You can't actually use them yet. But at least they don't flood the screen with options now. | |||||
* | Throw out unused functions | bptato | 2022-07-13 | 1 | -101/+0 | |
| | ||||||
* | Don't zero-fill makewidthtable | bptato | 2022-07-13 | 1 | -1/+1 | |
| | ||||||
* | Fix and clean up some dom-based features | bptato | 2022-07-11 | 1 | -0/+17 | |
| | ||||||
* | Implement HTML5 parsing | bptato | 2022-07-11 | 1 | -1/+10 | |
| | | | | | | | 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 | -10/+23 | |
| | | | | | | Seems performant enough, though I'm not sure whether it is actually producing correct output. Still missing: tests and the actual parsing. | |||||
* | twtstr: replace bisearch with stdlib binarySearch | bptato | 2022-02-19 | 1 | -20/+2 | |
| | ||||||
* | Fix not being able to load local files with ?, #, etc | bptato | 2022-02-19 | 1 | -0/+8 | |
| | ||||||
* | Implement forms | bptato | 2022-01-29 | 1 | -13/+25 | |
| | | | | | | Note: for now, only input tags are supported. Also the implementation is extremely hacky and needs refactoring... But it works, I think. | |||||
* | Fix potential crash in next link command | bptato | 2022-01-26 | 1 | -1/+1 | |
| | ||||||
* | Zero-width characters don't break words | bptato | 2022-01-25 | 1 | -3/+3 | |
| | ||||||
* | Fix some path bugs and misc. warnings | bptato | 2022-01-25 | 1 | -4/+1 | |
| | ||||||
* | Make non-alphabetic characters break words | bptato | 2022-01-24 | 1 | -9/+3 | |
| | ||||||
* | Fix page navigation | bptato | 2022-01-22 | 1 | -0/+8 | |
| | ||||||
* | Re-implement margins | bptato | 2022-01-22 | 1 | -1/+7 | |
| | ||||||
* | Fix percent encoding function and local percent encoded paths | bptato | 2022-01-19 | 1 | -5/+13 | |
| | ||||||
* | Implement basics of new layout engine | bptato | 2022-01-18 | 1 | -0/+1 | |
| | ||||||
* | Add punycode support | bptato | 2021-12-29 | 1 | -12/+84 | |
| | ||||||
* | Proper URL handling | bptato | 2021-12-26 | 1 | -4/+77 | |
| | ||||||
* | Fix pager bugs | bptato | 2021-12-23 | 1 | -1/+1 | |
| | ||||||
* | Honestly I'm not sure what I added here... | bptato | 2021-12-21 | 1 | -0/+3 | |
| | ||||||
* | Fix and implement cursor movement commands | bptato | 2021-12-20 | 1 | -12/+3 | |
| | | | | | In particular, cursorNextLink and cursorPrevLink now work and some other commands have been improved | |||||
* | Fix cursorPrevWord, cursorNextWord | bptato | 2021-12-19 | 1 | -1/+5 | |
| | ||||||
* | Fix html parser bugs | bptato | 2021-12-19 | 1 | -0/+3 | |
| | ||||||
* | More configuration options | bptato | 2021-12-19 | 1 | -62/+69 | |
| | ||||||
* | More code formatting consistency | bptato | 2021-12-17 | 1 | -3/+2 | |
| | ||||||
* | Some parser fixes | bptato | 2021-12-15 | 1 | -10/+13 | |
| | ||||||
* | Add roman list style type | bptato | 2021-12-15 | 1 | -17/+32 | |
| | ||||||
* | Add lists, function selector fixes | bptato | 2021-12-14 | 1 | -1/+102 | |
| |