Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add XTERM title renaming | bptato | 2023-06-07 | 1 | -0/+1 |
| | |||||
* | Add support for canvas and multipart | bptato | 2023-06-05 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | Quite incomplete canvas implementation. Crucially, the layout engine can't do much with whatever is drawn because it doesn't support images yet. I've re-introduced multipart as well, with the FormData API. For the append function I've also introduced a hack to the JS binding generator that allows requesting the JSContext pointer in nim procs. Really I should just fix the union generator thing and add support for overloading. In conclusion, for now the only thing canvas can be used for is exporting it as PNG and uploading it somewhere. Also, we now have PNG encoding and decoding too. (Now if only we had sixels as well...) | ||||
* | Set display-charset to auto | bptato | 2023-05-20 | 1 | -1/+1 |
| | |||||
* | Refactor config, add charset opts | bptato | 2023-05-16 | 1 | -1/+6 |
| | | | | Only document-charset supported for now. | ||||
* | Update IdnaMappingTable.txt | bptato | 2023-02-05 | 1 | -32/+137 |
| | |||||
* | Update character width ranges | bptato | 2023-02-05 | 1 | -0/+2619 |
| | | | | | Use the Unicode 15 EastAsianWidth.txt file instead of an ancient wcwidth implementation's ranges. | ||||
* | res/config: fix M-c console binding | bptato | 2023-01-20 | 1 | -4/+1 |
| | |||||
* | res/config, doc/config: encode search query strings | bptato | 2023-01-08 | 1 | -1/+1 |
| | |||||
* | res/ua.css: no !important for display: none | bptato | 2023-01-06 | 1 | -2/+3 |
| | | | | As recommended by the standard. | ||||
* | Slightly refactor commandMode | bptato | 2023-01-06 | 1 | -1/+7 |
| | |||||
* | ua.css: fix color, css/values: fix globals | bptato | 2023-01-04 | 1 | -6/+6 |
| | |||||
* | ua.css: add counter-reset to ul | bptato | 2023-01-03 | 1 | -0/+1 |
| | |||||
* | ua.css: only highlight a[href] | bptato | 2023-01-02 | 1 | -2/+2 |
| | |||||
* | default config: make the search function slightly more robust | bptato | 2022-12-25 | 1 | -1/+1 |
| | | | | For easier copy-pasting... | ||||
* | pager: proxy values in container; js: bugfixes | bptato | 2022-12-20 | 1 | -1/+5 |
| | | | | Also, a little bonus: w3m keybindings | ||||
* | Update visual home page, use name consistently | bptato | 2022-12-16 | 3 | -4/+32 |
| | |||||
* | Add discardTree, update docs | bptato | 2022-12-15 | 1 | -2/+2 |
| | |||||
* | Add network.max-redirect, prepend-https options | bptato | 2022-12-13 | 1 | -0/+4 |
| | |||||
* | Update config and config docs | bptato | 2022-12-13 | 1 | -7/+3 |
| | |||||
* | Add support for q, fix list-item counter behavior | bptato | 2022-12-12 | 1 | -0/+9 |
| | |||||
* | Add wikipedia substitution, bookmark file keybinding | bptato | 2022-12-11 | 1 | -0/+5 |
| | |||||
* | Add visual-home, rename undocumented config values | bptato | 2022-12-11 | 1 | -0/+5 |
| | |||||
* | Fix container replacement bugs | bptato | 2022-12-11 | 1 | -1/+1 |
| | |||||
* | Add border-collapse, border-spacing; fix fd sending hack | bptato | 2022-12-11 | 1 | -0/+3 |
| | | | | | | Note that they don't actually work correctly because of rounding errors. The fd sending hack now emits C directly. Let's hope this actually works. | ||||
* | Support vertical-align on td | bptato | 2022-12-11 | 1 | -0/+2 |
| | |||||
* | Add caption-side | bptato | 2022-12-11 | 1 | -0/+16 |
| | |||||
* | Fixes & QOL improvements | bptato | 2022-12-11 | 1 | -1/+5 |
| | | | | | | | | * fix infinite loop after closing buffer * fix setx not triggering hover updates * fix D not going back to PREV but to parent * add M-d, M-,, M-., M-/ for old D behavior, cycle through siblings, back to parent | ||||
* | Add support for the encoding standard, fix parseLegacyColor | bptato | 2022-12-10 | 35 | -0/+77185 |
| | | | | Also, fix a bug in the | ||||
* | Add multiple text-decoration, overline emulation | bptato | 2022-12-07 | 1 | -0/+2 |
| | |||||
* | Add force-clear | bptato | 2022-12-07 | 1 | -0/+1 |
| | |||||
* | Add 1G as cursorFirstLine shortcut | bptato | 2022-12-05 | 1 | -0/+1 |
| | |||||
* | Add title tag support, peek, peekCursor | bptato | 2022-12-05 | 1 | -0/+2 |
| | |||||
* | Add -M, -V | bptato | 2022-12-05 | 1 | -0/+3 |
| | |||||
* | Add siteconf, fix lineedit bugs | bptato | 2022-11-29 | 1 | -0/+5 |
| | | | | | | This enables rule-based dynamic url rewriting. Also, lineedit is a bit less broken now (though it's still less than ideal.) | ||||
* | Add line editing history, other lineedit fixes | bptato | 2022-11-29 | 1 | -0/+2 |
| | | | | It's still kind of broken... | ||||
* | Add textarea | bptato | 2022-11-28 | 2 | -0/+9 |
| | | | | Editing is implemented using an external editor (like vi). | ||||
* | Add support for <button> | bptato | 2022-11-27 | 1 | -0/+4 |
| | |||||
* | Fix some regressions, add loading progress bar | bptato | 2022-11-27 | 1 | -1/+2 |
| | |||||
* | Fix some table layout issues | bptato | 2022-11-25 | 1 | -0/+9 |
| | |||||
* | Add some quirks mode rules + presentational hints | bptato | 2022-11-25 | 2 | -12/+30 |
| | | | | Only as a POC for now. | ||||
* | Fix command() keybinding | bptato | 2022-11-25 | 1 | -1/+1 |
| | |||||
* | Fix user style regression, add minimum-contrast | bptato | 2022-11-25 | 1 | -0/+1 |
| | |||||
* | Add alt-screen option, fix an ansi color bug | bptato | 2022-11-21 | 1 | -3/+2 |
| | |||||
* | Color & term improvements | bptato | 2022-11-21 | 1 | -3/+4 |
| | |||||
* | Incremental loading of text files, etc. | bptato | 2022-11-20 | 1 | -3/+3 |
| | |||||
* | Re-implement highlighting | bptato | 2022-11-19 | 1 | -1/+1 |
| | |||||
* | Fix table cell size calculation | bptato | 2022-11-19 | 1 | -1/+1 |
| | |||||
* | Rewrite buffer/pager for multi-processing | bptato | 2022-11-19 | 1 | -18/+23 |
| | |||||
* | Implement tree buffers, fix a js bug, refactor | bptato | 2022-10-19 | 1 | -53/+53 |
| | |||||
* | Add JS binding generation | bptato | 2022-09-12 | 1 | -55/+56 |
| |