about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
* Add setting to not colorize own nick according to xep-0392Michael Vetter2020-03-252-1/+9
* titlebar: allow displaying MUC name and MUC jidMichael Vetter2020-03-242-10/+25
* move titlebar code in correct functionMichael Vetter2020-03-242-20/+10
* Add slashguard featureMichael Vetter2020-03-183-0/+18
* xep-0084/avatar: add option to open avatar directlyMichael Vetter2020-03-102-0/+11
* Make statusbar tab more resilientMichael Vetter2020-03-091-4/+8
* Rename ProfBufferEntry jid variableMichael Vetter2020-03-093-7/+7
* Check for sender of LMC messageMichael Vetter2020-03-091-11/+17
* Write from jid in bufferMichael Vetter2020-03-091-10/+13
* Add barejid to buffer structMichael Vetter2020-03-093-15/+16
* Remove old commentsMichael Vetter2020-03-091-4/+0
* Use correct MUC message timestampMichael Vetter2020-03-091-5/+1
* Use ProfMessage as parameter for win_println_incoming_muc_msg()Michael Vetter2020-03-093-7/+6
* window.c: Rename variableMichael Vetter2020-03-091-3/+3
* Fix memory leak in win_create_muc()Michael Vetter2020-02-271-1/+0
* Stop buffer_remove_entry_by_id() once we found the entryMichael Vetter2020-02-251-0/+1
* Properly free buffer entryMichael Vetter2020-02-251-0/+1
* Only use enc_char in win_print_incoming() when neededMichael Vetter2020-02-251-1/+4
* Rename separator to trackbarMichael Vetter2020-02-211-4/+4
* Make trackbar color configurableMichael Vetter2020-02-211-0/+6
* Dont filter out own MUC messages if muc history is set to 'regular'Michael Vetter2020-02-212-4/+4
* win_print_incoming() strdup the charactarMichael Vetter2020-02-211-1/+1
* Allow utf8 symbols as omemo/pgp/otr indicator charMichael Vetter2020-02-2013-372/+396
* Parse mentions and triggers in muc history if display is 'regular'Michael Vetter2020-02-202-20/+28
* Add option to color MUC history like regular messagesMichael Vetter2020-02-202-5/+20
* Refactor mucwin_history()Michael Vetter2020-02-192-7/+8
* Add define names to commentMichael Vetter2020-02-192-7/+6
* Merge pull request #1269 from wstrm/add-sr.ht-ciMichael Vetter2020-02-171-2/+1
|\
| * Add builds.sr.ht CI for OpenBSDWilliam Wennerström2020-02-171-2/+1
* | Refactor win_print_history()Michael Vetter2020-02-174-14/+6
* | Refactor win_print_outgoing_muc_msg()Michael Vetter2020-02-173-15/+7
* | Refactor win_println_incoming_muc_msg()Michael Vetter2020-02-173-15/+7
* | Refactor win_print_outgoing()Michael Vetter2020-02-174-19/+10
* | Make /sendfile in PGP session configurableMichael Vetter2020-02-171-0/+6
* | Make /sendfile in OTR session configurableMichael Vetter2020-02-171-0/+6
* | Make /sendfile in OMEMO session configurableMichael Vetter2020-02-171-0/+6
|/
* Add workaround for compiler warningMichael Vetter2020-02-141-1/+1
* Rename buffer->from to buffer->display_fromMichael Vetter2020-02-143-10/+12
* xep-0308: enable for carbon copied messagesMichael Vetter2020-02-141-1/+0
* xep-0308: enable correction in outgoing messages with delivery receiptsMichael Vetter2020-02-143-8/+10
* Rename win_print_with_receipt() -> win_print_outgoing_with_receipt()Michael Vetter2020-02-143-4/+4
* Add myself to copyrightMichael Vetter2020-02-144-0/+4
* Rename `win_println_them_message()` -> `win_println_incoming_muc_msg()`Michael Vetter2020-02-143-3/+3
* xep-0308: remove replace_id from privwin signatureMichael Vetter2020-02-142-3/+3
* xep-0308: only replace messages if the user enabled the featureMichael Vetter2020-02-141-3/+3
* xep-0308: Implement LMC for outgoing MUC messagesMichael Vetter2020-02-145-7/+34
* 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