about summary refs log tree commit diff stats
path: root/src/config/config.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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-191-2/+18
|
* More code formatting consistencybptato2021-12-171-1/+1
|
* Support more colors, config.nim refactoringbptato2021-12-101-15/+6
|
* Change configuration format to tomlbptato2021-12-051-73/+41
|
* Bugfixes & documentationbptato2021-11-201-4/+9
|
* User stylesheets and applyStylesheets optimizationsbptato2021-11-191-10/+51
|
* Remove composebptato2021-10-031-7/+1
|
* Implement CSS display none in box renderer etc.bptato2021-08-081-6/+3
| | | | | Other changes being bugfixes and a temporary implementation of "view source"
* Reorganize importsbptato2021-08-071-0/+165