about summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Allow overriding default headersbptato2023-08-261-0/+5
|
* doc: quote semi in mailcap examplebptato2023-08-241-1/+1
| | | | for clarity
* doc: add needsterminal to mailcapbptato2023-08-201-2/+5
|
* doc: fix incorrect pathbptato2023-08-201-1/+1
| | | | s/mailcap/mime.types/g
* mailcap: fix typobptato2023-08-131-1/+1
| | | | It's not quite the same thing :P
* Update docsbptato2023-08-133-4/+33
|
* Add mailcap, mime.types & misc refactoringsbptato2023-08-132-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 overridebptato2023-07-291-0/+12
|
* doc: add missing end tagbptato2023-07-261-1/+1
|
* Add suspend() function (bound to C-z)bptato2023-07-261-2/+20
|
* Add compileMatchRegexbptato2023-07-251-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 supportbptato2023-07-121-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 supportbptato2023-07-041-0/+13
|
* doc: fix typobptato2023-06-281-5/+5
|
* cookie sharing examplebptato2023-06-261-0/+7
|
* config: add stylesheet, apply siteconf to piped inputbptato2023-06-261-0/+10
|
* Add XTERM title renamingbptato2023-06-071-3/+11
|
* Fix more config inconsistenciesbptato2023-06-011-1/+13
| | | | So that the default config actually works again. Also some doc updates.
* Refactor config, add charset optsbptato2023-05-161-8/+69
| | | | Only document-charset supported for now.
* res/config, doc/config: encode search query stringsbptato2023-01-081-14/+14
|
* Add ask()bptato2023-01-051-2/+11
|
* pager: proxy values in container; js: bugfixesbptato2022-12-201-1/+21
| | | | Also, a little bonus: w3m keybindings
* Allow cycling through hover-texts with ubptato2022-12-161-1/+3
|
* Update visual home page, use name consistentlybptato2022-12-161-8/+8
|
* Document discardTreebptato2022-12-161-0/+5
|
* discardTree only kills child buffers, fix discardBufferbptato2022-12-161-3/+3
|
* Add discardTree, update docsbptato2022-12-151-66/+329
|
* doc: fix headers; url: fix a shorten_path bugbptato2022-12-131-10/+10
|
* Add referer support, re-render on windowChangebptato2022-12-131-0/+12
|
* Fix stream error handling confusion, title displaybptato2022-12-131-1/+1
| | | | Also probably other fixes.
* Add more cookie optionsbptato2022-12-131-13/+25
|
* Add network.max-redirect, prepend-https optionsbptato2022-12-131-7/+37
|
* Update config and config docsbptato2022-12-132-81/+154
|
* Fix typo in docsbptato2022-12-111-2/+2
|
* Update documentationbptato2022-12-071-17/+128
|
* Update docsbptato2022-11-191-70/+89
|
* Update documentationbptato2022-08-181-9/+10
|
* Update docsbptato2022-07-301-23/+18
|
* Update documentationbptato2022-06-171-7/+29
|
* Document plans for new layout enginebptato2022-04-101-0/+67
|
* Rebrand programbptato2022-01-221-2/+2
|
* More configuration optionsbptato2021-12-191-6/+27
|
* Change configuration format to tomlbptato2021-12-051-12/+18
|
* Bugfixes & documentationbptato2021-11-201-0/+97