about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
...
* xep-0308: Dont allow to correct MUC PMsMichael Vetter2020-02-141-1/+0
* xep-0308: Display corrected incoming MUC messages correctlyMichael Vetter2020-02-123-5/+11
* Distinguish between _win_print() and _win_printf()Michael Vetter2020-02-121-19/+17
* Rename win_correct_incoming to win_correctMichael Vetter2020-02-121-4/+4
* xep-0308: update the UI upon sending a corrected messageMichael Vetter2020-02-115-17/+26
* xep-0308: Implement `/correct` to correct the last send messageMichael Vetter2020-02-103-0/+23
* xep-0308: create setting to toggle lmcMichael Vetter2020-02-102-5/+10
* xep-0308: add `correction` autocompletionMichael Vetter2020-02-102-0/+7
* xep-0308: Initial support for incoming LMCMichael Vetter2020-02-101-7/+50
* Clear buffer upon /clearMichael Vetter2020-02-071-0/+2
* rosterwin: end correct colorsMichael Vetter2020-02-031-1/+1
* Add context to autocomplete_with_func and use it for omemo trust commandPaul Fariello2020-01-312-4/+4
* Change theme handlingMichael Vetter2020-01-291-1/+1
* XEP-0092: Add configuration option to choose whether to send OS nameMichael Vetter2020-01-242-0/+11
* Add myself to copyrightMichael Vetter2020-01-232-0/+2
* Refactor rosterwin_roster()Michael Vetter2020-01-231-18/+17
* Add option to display MUC name or JID in titlebarMichael Vetter2020-01-232-5/+21
* Display MUC name in titlebarMichael Vetter2020-01-231-1/+8
* Fix spacing in titlebar.cMichael Vetter2020-01-231-2/+0
* Print `roster rooms use` in info pageMichael Vetter2020-01-231-0/+4
* Respect `/roster room use` setting also when sorted for serviceMichael Vetter2020-01-231-8/+14
* NULL room_name in win_create_muc()Michael Vetter2020-01-231-0/+1
* Add `/roster room use` commandMichael Vetter2020-01-231-2/+18
* Save MUC room name in ProfMucWinMichael Vetter2020-01-232-0/+2
* rosterwin: remove duplicate ifMichael Vetter2020-01-221-3/+0
* Update my Copyright to 2020Michael Vetter2020-01-035-6/+6
* Adjust /color configuration outputMichael Vetter2019-12-201-9/+9
* Add workaround for stupid compiler warningMichael Vetter2019-12-191-1/+1
* Add /occupants color commandMichael Vetter2019-12-192-6/+26
* Add /roster color commandMichael Vetter2019-12-191-0/+6
* xep-0392: colorize rosterMichael Vetter2019-12-191-3/+18
* separator: Enable for MUC and PRIVWIN tooMichael Vetter2019-12-133-9/+29
* separator: Print only one for each chat windowMichael Vetter2019-12-131-3/+19
* separator: print trackbar across the whole lineMichael Vetter2019-12-131-13/+19
* Initial work on last-read-position featureMichael Vetter2019-12-136-0/+59
* Dont print error message if a valid setting function is calledMichael Vetter2019-12-121-1/+0
* Handle case where color.nick is not setMichael Vetter2019-12-121-0/+5
* Implement Color Vision Deficiencies settingMichael Vetter2019-12-122-3/+14
* Add initial support for XEP-0392Michael Vetter2019-12-092-0/+10
* XEP-0392: theme, ui: conditionally colorize user nicksAurelien Aptel2019-12-031-0/+4
* Call ncurses resize function before move functionMichael Vetter2019-12-022-2/+3
* _win_print: Guard against time being nullMichael Vetter2019-12-011-1/+1
* Add vim modelineMichael Vetter2019-11-1328-0/+28
* Merge /chlog and /grlog commands into /loggingMichael Vetter2019-11-122-13/+7
* Merge /invite, /invites and /decline commandsMichael Vetter2019-11-051-1/+1
* Add `/titlebar show presence` commandMichael Vetter2019-11-051-0/+6
* Display resource information in `/titlebar`Michael Vetter2019-11-051-0/+6
* Move /encwarn command into /titlebarMichael Vetter2019-11-052-17/+13
* Fix add_history usage in down arrow handlerMichael Vetter2019-11-051-4/+1
* Store current input line in historyMichael Vetter2019-11-051-0/+16