about summary refs log tree commit diff stats
path: root/src/ui/console.c
Commit message (Expand)AuthorAgeFilesLines
* Add option to hilight unread rooms in /wins commandMichael Vetter2019-10-121-1/+5
* Add coloring of statusbar.current tab in viewDaniel Lublin2019-09-241-0/+1
* Print history color in theme propertiesMichael Vetter2019-09-111-0/+1
* Hardcode James email adress in info messageMichael Vetter2019-08-241-1/+1
* Add 256 colour info to /theme coloursMichael Vetter2019-08-231-0/+7
* Add myself to copyrightMichael Vetter2019-06-171-0/+2
* Merge pull request #1084 from jubalh/occupants-charMichael Vetter2019-05-031-0/+6
|\
| * Add occupants charMichael Vetter2019-05-021-0/+6
* | Check for new profanity version using new URLMichael Vetter2019-05-031-1/+1
|/
* Add occupants wrap optionMichael Vetter2019-04-241-0/+5
* Add occupants header charMichael Vetter2019-04-231-0/+6
* Fix indentation for time configkaffeekanne2019-04-231-2/+2
* Add /occupants indent commandMichael Vetter2019-04-181-0/+3
* Set correct year in copyright displayMichael Vetter2019-04-171-1/+1
* Add OMEMO policyPaul Fariello2019-04-171-0/+4
* Add OMEMO in prefs commandPaul Fariello2019-04-101-0/+24
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Splash logo improvements (#1022)Raf Czlonka2018-11-211-7/+7
* Rename mucconf wins into conf winsPaul Fariello2018-09-051-5/+5
* Add max tab length to statusbarJames Booth2018-03-111-0/+7
* WIP add self prefs for statusbarJames Booth2018-03-101-0/+8
* Preference to show/hide tab numberJames Booth2018-03-091-0/+5
* Remove empty tabsJames Booth2018-03-091-15/+0
* Add preferences for tab displayJames Booth2018-03-091-1/+9
* Add max tabs preference for statusbarJames Booth2018-03-081-1/+3
* Add prefs for empty tabs and tab namesJames Booth2018-03-081-0/+16
* Show name in statusbar tabs WIPJames Booth2018-03-081-1/+1
* Do not colour room as joined when error joiningJames Booth2018-03-071-7/+5
* Add /rooms cacheJames Booth2018-02-051-0/+11
* Update copyrightJames Booth2018-01-211-2/+2
* Add basic help searchJames Booth2017-04-061-1/+1
* Allow previous autocompletion with shift tabJames Booth2017-04-011-6/+6
* Add theme option for time in a status barLukasz Marcinowski2017-03-221-0/+1
* Update CopyrightJames Booth2017-01-281-2/+2
* Allow clearing account resourceJames Booth2016-11-221-1/+3
* Added main.help.header theme optionFrank Zschockelt2016-10-291-9/+9
* Remove cons_show_wordJames Booth2016-10-161-7/+0
* Remove cons_show_timeJames Booth2016-10-161-7/+0
* Use varargs in win_println_indentJames Booth2016-10-151-2/+2
* Add win_appendJames Booth2016-10-151-29/+28
* Add win_appendlnJames Booth2016-10-151-26/+26
* Add win_printJames Booth2016-10-151-87/+96
* Rename win_println -> win_println_indentJames Booth2016-10-151-1/+1
* Use win_printf_line instead of win_printlnJames Booth2016-10-151-18/+18
* Add ch arg to win_printf_lineJames Booth2016-10-151-34/+34
* Use THEME_DEFAULTJames Booth2016-10-141-36/+36
* Add win_printf_lineJames Booth2016-10-141-36/+36
* Always use string format in win_printfJames Booth2016-10-121-13/+13
* Remove win_print, use win_printf insteadJames Booth2016-10-111-65/+58
* Rename win_vprint -> win_printfJames Booth2016-10-111-50/+50