Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow overriding default headers | bptato | 2023-08-26 | 1 | -0/+5 |
| | |||||
* | doc: quote semi in mailcap example | bptato | 2023-08-24 | 1 | -1/+1 |
| | | | | for clarity | ||||
* | doc: add needsterminal to mailcap | bptato | 2023-08-20 | 1 | -2/+5 |
| | |||||
* | doc: fix incorrect path | bptato | 2023-08-20 | 1 | -1/+1 |
| | | | | s/mailcap/mime.types/g | ||||
* | mailcap: fix typo | bptato | 2023-08-13 | 1 | -1/+1 |
| | | | | It's not quite the same thing :P | ||||
* | Update docs | bptato | 2023-08-13 | 3 | -4/+33 |
| | |||||
* | Add mailcap, mime.types & misc refactorings | bptato | 2023-08-13 | 2 | -0/+120 |
| | | | | | | | | * add mailcap: works with copiousoutput, needsterminal, etc. * add mime.types (only works with mailcap) * refactor pipeBuffer * remove "dispatcher" * fix bug in directory display where baseurl would not be used | ||||
* | Add default background/foreground color override | bptato | 2023-07-29 | 1 | -0/+12 |
| | |||||
* | doc: add missing end tag | bptato | 2023-07-26 | 1 | -1/+1 |
| | |||||
* | Add suspend() function (bound to C-z) | bptato | 2023-07-26 | 1 | -2/+20 |
| | |||||
* | Add compileMatchRegex | bptato | 2023-07-25 | 1 | -8/+34 |
| | | | | | | | This makes it so that host = 'example\.org' mandates an exact match, but host = '^example' matches example.org, example.com, etc. (Previously, 'example\.org' would have matched exampleexample.org as well, which was quite counter-intuitive.) | ||||
* | Improve encoding support | bptato | 2023-07-12 | 1 | -11/+13 |
| | | | | | | | | * Use the output charset in lineedit (as w3m does) * encoder: fix broken UTF-8 encoding, use openArray instead of var seq for input queue * Add RuneStream as an in-memory interface to EncoderStream * Document display-charset config option | ||||
* | Add proxy support | bptato | 2023-07-04 | 1 | -0/+13 |
| | |||||
* | doc: fix typo | bptato | 2023-06-28 | 1 | -5/+5 |
| | |||||
* | cookie sharing example | bptato | 2023-06-26 | 1 | -0/+7 |
| | |||||
* | config: add stylesheet, apply siteconf to piped input | bptato | 2023-06-26 | 1 | -0/+10 |
| | |||||
* | Add XTERM title renaming | bptato | 2023-06-07 | 1 | -3/+11 |
| | |||||
* | Fix more config inconsistencies | bptato | 2023-06-01 | 1 | -1/+13 |
| | | | | So that the default config actually works again. Also some doc updates. | ||||
* | Refactor config, add charset opts | bptato | 2023-05-16 | 1 | -8/+69 |
| | | | | Only document-charset supported for now. | ||||
* | res/config, doc/config: encode search query strings | bptato | 2023-01-08 | 1 | -14/+14 |
| | |||||
* | Add ask() | bptato | 2023-01-05 | 1 | -2/+11 |
| | |||||
* | pager: proxy values in container; js: bugfixes | bptato | 2022-12-20 | 1 | -1/+21 |
| | | | | Also, a little bonus: w3m keybindings | ||||
* | Allow cycling through hover-texts with u | bptato | 2022-12-16 | 1 | -1/+3 |
| | |||||
* | Update visual home page, use name consistently | bptato | 2022-12-16 | 1 | -8/+8 |
| | |||||
* | Document discardTree | bptato | 2022-12-16 | 1 | -0/+5 |
| | |||||
* | discardTree only kills child buffers, fix discardBuffer | bptato | 2022-12-16 | 1 | -3/+3 |
| | |||||
* | Add discardTree, update docs | bptato | 2022-12-15 | 1 | -66/+329 |
| | |||||
* | doc: fix headers; url: fix a shorten_path bug | bptato | 2022-12-13 | 1 | -10/+10 |
| | |||||
* | Add referer support, re-render on windowChange | bptato | 2022-12-13 | 1 | -0/+12 |
| | |||||
* | Fix stream error handling confusion, title display | bptato | 2022-12-13 | 1 | -1/+1 |
| | | | | Also probably other fixes. | ||||
* | Add more cookie options | bptato | 2022-12-13 | 1 | -13/+25 |
| | |||||
* | Add network.max-redirect, prepend-https options | bptato | 2022-12-13 | 1 | -7/+37 |
| | |||||
* | Update config and config docs | bptato | 2022-12-13 | 2 | -81/+154 |
| | |||||
* | Fix typo in docs | bptato | 2022-12-11 | 1 | -2/+2 |
| | |||||
* | Update documentation | bptato | 2022-12-07 | 1 | -17/+128 |
| | |||||
* | Update docs | bptato | 2022-11-19 | 1 | -70/+89 |
| | |||||
* | Update documentation | bptato | 2022-08-18 | 1 | -9/+10 |
| | |||||
* | Update docs | bptato | 2022-07-30 | 1 | -23/+18 |
| | |||||
* | Update documentation | bptato | 2022-06-17 | 1 | -7/+29 |
| | |||||
* | Document plans for new layout engine | bptato | 2022-04-10 | 1 | -0/+67 |
| | |||||
* | Rebrand program | bptato | 2022-01-22 | 1 | -2/+2 |
| | |||||
* | More configuration options | bptato | 2021-12-19 | 1 | -6/+27 |
| | |||||
* | Change configuration format to toml | bptato | 2021-12-05 | 1 | -12/+18 |
| | |||||
* | Bugfixes & documentation | bptato | 2021-11-20 | 1 | -0/+97 |