about summary refs log tree commit diff stats
path: root/src/config/theme.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Rename mucconf wins into conf winsPaul Fariello2018-09-051-1/+1
* Fix theme load max tab lengthJames Booth2018-03-111-1/+1
* Add max tab length to statusbarJames Booth2018-03-111-0/+5
* Add statusbar pref to themesJames Booth2018-03-101-0/+10
* Remove empty tabsJames Booth2018-03-091-1/+0
* Update themesJames Booth2018-02-101-1/+1
* Allow hiding room server in rosterJames Booth2018-01-211-0/+1
* Update copyrightJames Booth2018-01-211-1/+1
* Add theme option for time in a status barLukasz Marcinowski2017-03-221-0/+3
* Update CopyrightJames Booth2017-01-281-1/+1
* Added main.help.header theme optionFrank Zschockelt2016-10-291-0/+2
* Remove verbose output on window moveJames Booth2016-09-251-7/+12
* Allow vertical positioning of all windowsJames Booth2016-09-231-1/+8
* Add /inputwin top|bottom commandJames Booth2016-09-191-1/+3
* Move all filepath handling to files.cJames Booth2016-07-241-14/+3
* Move xgd functionsJames Booth2016-07-241-1/+1
* Add config/files.cJames Booth2016-07-241-2/+3
* Tidy headersJames Booth2016-07-241-0/+1
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-3/+3
* 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-3/+3
|/
* Fixed theme defaults memory releaseJames Booth2016-02-141-1/+1
* Highlight room trigger termsJames Booth2016-02-131-0/+2
* Added roommention.term theme optionJames Booth2016-02-101-0/+2
* Added mention and trigger themes for consoleJames Booth2016-02-101-0/+4
* Added /roster show|hide unsubscribedJames Booth2016-02-071-0/+1
* Implemented /console private settingJames Booth2016-02-031-0/+1
* Added console.chat preferenceJames Booth2016-02-031-0/+1
* Allow splitting roster rooms by conference serverJames Booth2016-02-011-0/+1
* Added roster.rooms.private.char settingJames Booth2016-01-311-0/+10
* Store /roster count settingJames Booth2016-01-271-1/+3
* Themes: Tidy foreground colour loadingJames Booth2016-01-251-70/+71
* Added themes for roster room mention and triggersJames Booth2016-01-251-0/+4
* Added roomtrigger colour themeJames Booth2016-01-241-0/+2
* Roster private chat preferencesJames Booth2016-01-241-32/+54
* Added /roster private commandJames Booth2016-01-241-0/+1
* Added account theme propertyJames Booth2016-01-221-0/+16
* Keep cache of default theme propertiesJames Booth2016-01-211-1/+79
* Show theme colour valueJames Booth2016-01-211-0/+14
* Added /roster show|hide contactsJames Booth2016-01-201-0/+1
* Added /roster rooms position preferenceJames Booth2016-01-191-0/+1
* Fixed theme load roster rooms unread settingJames Booth2016-01-171-1/+1
* Added /roster unread preferrenceJames Booth2016-01-171-0/+1
* Added /roster room unread preferenceJames Booth2016-01-171-0/+1
* Added roster contact themesJames Booth2016-01-141-0/+72
* Allow unlimited theme itemsJames Booth2016-01-101-327/+240
* Added roster rooms order preferenceJames Booth2016-01-091-0/+1
href='#n562'>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