about summary refs log tree commit diff stats
path: root/src/config
Commit message (Collapse)AuthorAgeFilesLines
* Add XTERM title renamingbptato2023-06-071-0/+1
|
* Add support for canvas and multipartbptato2023-06-051-1/+3
| | | | | | | | | | | | | | | 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...)
* Fix more config inconsistenciesbptato2023-06-011-22/+23
| | | | So that the default config actually works again. Also some doc updates.
* config: fix omnirulesbptato2023-06-011-3/+3
| | | | Rename variable so it's mapped properly...
* Rewrite new Request bindingbptato2023-05-211-3/+3
| | | | | Still far from perfect, but now at least it has a bit more to do with what the standard mandates.
* Add display/output encodingbptato2023-05-191-15/+5
| | | | Some encodings are still missing
* make it compile...bptato2023-05-161-1/+1
|
* Refactor config, add charset optsbptato2023-05-162-200/+299
| | | | Only document-charset supported for now.
* pager: proxy values in container; js: bugfixesbptato2022-12-201-6/+12
| | | | Also, a little bonus: w3m keybindings
* Add JS support to documentsbptato2022-12-181-4/+10
|
* Fix searchbptato2022-12-141-1/+2
|
* Add referer support, re-render on windowChangebptato2022-12-131-8/+30
|
* Add more cookie optionsbptato2022-12-131-2/+16
|
* Add network.max-redirect, prepend-https optionsbptato2022-12-131-0/+9
|
* Update config and config docsbptato2022-12-132-10/+66
|
* Add all sorts of config options and cookiesbptato2022-12-132-13/+103
|
* Fix color contrast correctionbptato2022-12-121-5/+2
| | | | | Instead of just inverting the color and hoping for the best, convert it to YUV and increase/decrease luminance based on results.
* Add urlfilterbptato2022-12-121-1/+5
|
* Add visual-home, rename undocumented config valuesbptato2022-12-111-4/+10
|
* Add multiple text-decoration, overline emulationbptato2022-12-071-11/+18
|
* Add force-clearbptato2022-12-071-0/+2
|
* Add siteconf, fix lineedit bugsbptato2022-11-292-9/+83
| | | | | | This enables rule-based dynamic url rewriting. Also, lineedit is a bit less broken now (though it's still less than ideal.)
* Add textareabptato2022-11-282-7/+26
| | | | Editing is implemented using an external editor (like vi).
* Improve status messages, fix regressions, etcbptato2022-11-253-2/+2
|
* Fix user style regression, add minimum-contrastbptato2022-11-252-3/+10
|
* Buffer improvementsbptato2022-11-251-4/+3
|
* Avoid forking child processes from the main processbptato2022-11-241-1/+0
| | | | Caveat: this breaks piped streams.
* Add alt-screen option, fix an ansi color bugbptato2022-11-211-0/+6
|
* Color & term improvementsbptato2022-11-211-37/+61
|
* Incremental loading of text files, etc.bptato2022-11-202-1/+11
|
* Re-implement highlightingbptato2022-11-191-12/+12
|
* Rewrite buffer/pager for multi-processingbptato2022-11-191-66/+7
|
* Make it compile...bptato2022-10-191-1/+1
|
* Fix Meta+Control keybindingsbptato2022-10-191-8/+9
|
* WIP pagerbptato2022-10-041-18/+22
|
* More JS bindingsbptato2022-09-131-0/+1
|
* Add JS binding generationbptato2022-09-121-9/+23
|
* Clean up client request methods, add DUPE_BUFFERbptato2022-08-181-1/+1
|
* Increase tokenizer buffer size, add mark color optionbptato2022-07-291-0/+15
|
* Remove unmaintained networking callsbptato2022-07-241-9/+0
|
* Add search functionbptato2022-07-221-0/+2
| | | | | Uses libregexp from QuickJS. Incremental search is quite hacky for now, but overall it seems to work OK.
* Initial QuickJS integrationbptato2022-07-131-0/+1
|
* Add curl supportbptato2022-06-071-0/+9
| | | | This calls the curl binary, not libcurl.
* Add some command line fixes, fix related bugsbptato2022-01-251-4/+9
|
* Rebrand programbptato2022-01-221-1/+1
|
* Honestly I'm not sure what I added here...bptato2021-12-211-0/+1
|
* Add commands for vertical navigation on displayed linebptato2021-12-191-0/+1
|
* More configuration optionsbptato2021-12-192-5/+23
|
* More code formatting consistencybptato2021-12-171-1/+1
|
* Support more colors, config.nim refactoringbptato2021-12-101-15/+6
|