about summary refs log tree commit diff stats
path: root/src/config/theme.h
Commit message (Expand)AuthorAgeFilesLines
* Apply coding styleMichael Vetter2020-07-071-10/+10
* Revert "Apply coding style"Michael Vetter2020-07-071-10/+10
* Apply coding styleMichael Vetter2020-07-071-10/+10
* Make 'scrolled' themeableMichael Vetter2020-05-211-0/+1
* Make trackbar color configurableMichael Vetter2020-02-211-0/+1
* Change theme handlingMichael Vetter2020-01-291-1/+1
* XEP-0392: get background color from themeMichael Vetter2020-01-221-0/+1
* XEP-0392: theme, ui: conditionally colorize user nicksAurelien Aptel2019-12-031-0/+1
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Add option to hilight unread rooms in /wins commandMichael Vetter2019-10-121-0/+1
* Add coloring of statusbar.current tab in viewDaniel Lublin2019-09-241-0/+1
* Allow colorization of history messagesMichael Vetter2019-09-101-0/+1
* Set foreground color for untrusted messagesPaul Fariello2019-06-201-1/+1
* Use flags in xmmp/message.c for encryption and trustPaul Fariello2019-06-201-1/+2
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Update copyrightJames Booth2018-01-211-1/+1
* Add theme option for time in a status barLukasz Marcinowski2017-03-221-0/+1
* Update CopyrightJames Booth2017-01-281-1/+1
* Added main.help.header theme optionFrank Zschockelt2016-10-291-0/+1
* Add win_printf_lineJames Booth2016-10-141-0/+2
* Make header defines consistentJames Booth2016-07-241-2/+2
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-1/+1
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\
| * Updated copyrightJames Booth2016-02-141-1/+1
* | Added C plugin code from plugins branchJames Booth2016-02-141-1/+1
|/
* Highlight room trigger termsJames Booth2016-02-131-0/+1
* Added roommention.term theme optionJames Booth2016-02-101-0/+1
* Added mention and trigger themes for consoleJames Booth2016-02-101-0/+2
* Added themes for roster room mention and triggersJames Booth2016-01-251-0/+2
* Added roomtrigger colour themeJames Booth2016-01-241-0/+1
* Added account theme propertyJames Booth2016-01-221-0/+1
* Show theme colour valueJames Booth2016-01-211-1/+2
* Added roster contact themesJames Booth2016-01-141-0/+22
* Added roster room themesJames Booth2016-01-091-0/+2
* Applied coding style to src/config/James Booth2015-10-251-3/+3
* I removed ncurses header dependencies, removed unused codeJames Booth2015-06-151-5/+0
* Added receipt.sent theme settingJames Booth2015-03-151-0/+1
* Updated copyrightJames Booth2015-02-101-1/+1
* Added /theme colours commandJames Booth2014-11-171-1/+17
* Changed type to enum for presence colour attributesJames Booth2014-11-161-0/+1
* Added support for bold theme settingsJames Booth2014-11-161-1/+4
* Replaced colours with theme_item_tJames Booth2014-11-161-43/+46
* Added /presence command to show contacts presenceJames Booth2014-11-071-23/+29
* Added main.text.me and main.text.them theme settingsJames Booth2014-11-071-34/+36
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
* Colour chat room messages that contain users nicknameJames Booth2014-07-161-15/+16
* Updated copyrightJames Booth2014-03-091-1/+1
* Added OTR remaining system messages and colouringJames Booth2014-01-171-29/+34
* Show OTR coloured statusJames Booth2014-01-161-25/+29
/a> 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 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902