about summary refs log tree commit diff stats
path: root/src/config
Commit message (Expand)AuthorAgeFilesLines
* config: add copy-cmd, paste-cmdbptato2024-12-011-0/+2
* twtstr: add mypairsbptato2024-11-281-1/+1
* mailcap: add x-needsstyle extension fieldbptato2024-11-271-0/+1
* config.configdir -> config.dirbptato2024-11-261-1/+1
* loader/* -> serverbptato2024-11-241-1/+1
* Update monoucha, fix some JS testsbptato2024-11-181-1/+1
* js: reorganize modules, update docsbptato2024-11-152-2/+86
* chapath: fix a few more bugs, simplifybptato2024-11-131-64/+30
* config: resolve download-dir as path, update docsbptato2024-11-131-1/+1
* config.toml: respect TMPDIRbptato2024-11-121-6/+10
* utils, types: merge some modulesbptato2024-11-031-1/+0
* config: fix relative includes with -Cbptato2024-10-311-2/+3
* config: refactor, accept more possible config dirsbptato2024-10-281-71/+35
* pager: refactor mailcap, console; misc fixesbptato2024-10-141-8/+7
* twtstr, toml: misc cleanupbptato2024-10-131-5/+0
* gmifetch: rewrite in Nimbptato2024-10-122-45/+32
* toml: fix casingbptato2024-09-211-12/+12
* dom: add forms, elements getter + misc fixesbptato2024-09-171-3/+0
* config: add display.sixel-colorsbptato2024-09-101-0/+1
* utils: add twtunibptato2024-09-081-4/+4
* mailcap: fix weird error handlingbptato2024-08-131-19/+13
* mailcap: various fixesbptato2024-08-111-38/+27
* dom: remove generic JS bindingsbptato2024-08-111-2/+2
* Update monouchabptato2024-08-092-7/+4
* buffer, pager, config: add meta-refresh + misc fixesbptato2024-07-281-49/+30
* config: support smart casebptato2024-07-161-1/+1
* fix compilation on 2.0.8bptato2024-07-101-3/+8
* config: add buffer.autofocusbptato2024-07-041-0/+1
* config: add various missing optionsbptato2024-06-291-0/+11
* config: fix JS command definitionsbptato2024-06-231-1/+1
* misc cleanupsbptato2024-06-221-2/+1
* buffer: add autofocusbptato2024-06-081-0/+1
* pager, buffer: improve forms, protocol configbptato2024-06-081-2/+19
* Move JS wrapper into Monouchabptato2024-06-032-12/+13
* config: fix -C with files not in CWDbptato2024-05-311-5/+13
* config: separate tmp dir for sockets, usersbptato2024-05-161-10/+1
* pager: editor command fixesbptato2024-05-121-1/+2
* js: allow var instead of ptrbptato2024-05-121-15/+15
* term: optimize canvas redraw, remove emulate-overlinebptato2024-05-101-1/+0
* js: refactorbptato2024-05-082-4/+4
* color: separate out JS convertersbptato2024-05-051-0/+1
* Use isSome instead of isOkbptato2024-05-051-2/+2
* js: fix various leaks etc.bptato2024-05-032-5/+7
* config: add insecure-ssl-no-verify option to siteconfbptato2024-05-011-0/+1
* color: RGBAColor -> ARGBColorbptato2024-04-261-4/+4
* Initial image supportbptato2024-04-251-0/+4
* js: fix some incorrect defineProperty usagebptato2024-04-211-2/+3
* url, twtstr: correct number parsingbptato2024-04-181-10/+7
* Update code stylebptato2024-04-174-72/+69
* js: remove automatic function -> closure conversionbptato2024-04-151-8/+14
n515' href='#n515'>515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837