about summary refs log tree commit diff stats
path: root/src/ui/window.c
Commit message (Expand)AuthorAgeFilesLines
* Add to_jid field to ProfMessage structMichael Vetter2020-04-111-8/+8
* Retrieve message type from databaseMichael Vetter2020-04-081-3/+2
* win_print_history() print 'me' on regular chats if we wrote the messageMichael Vetter2020-04-061-1/+9
* Adapt win_print_history() to work with muc tooMichael Vetter2020-04-061-5/+23
* Fixed memory leak in ProfMucWinDmitry Podgorny2020-04-031-0/+2
* Add setting to not colorize own nick according to xep-0392Michael Vetter2020-03-251-1/+3
* titlebar: allow displaying MUC name and MUC jidMichael Vetter2020-03-241-7/+14
* move titlebar code in correct functionMichael Vetter2020-03-241-1/+9
* Rename ProfBufferEntry jid variableMichael Vetter2020-03-091-3/+3
* 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-091-11/+11
* 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-091-5/+4
* window.c: Rename variableMichael Vetter2020-03-091-3/+3
* Fix memory leak in win_create_muc()Michael Vetter2020-02-271-1/+0
* 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
* win_print_incoming() strdup the charactarMichael Vetter2020-02-211-1/+1
* Allow utf8 symbols as omemo/pgp/otr indicator charMichael Vetter2020-02-201-72/+75
* Add define names to commentMichael Vetter2020-02-191-6/+6
* Refactor win_print_history()Michael Vetter2020-02-171-11/+3
* Refactor win_print_outgoing_muc_msg()Michael Vetter2020-02-171-13/+5
* Refactor win_println_incoming_muc_msg()Michael Vetter2020-02-171-13/+5
* Refactor win_print_outgoing()Michael Vetter2020-02-171-11/+4
* Rename buffer->from to buffer->display_fromMichael Vetter2020-02-141-5/+5
* xep-0308: enable correction in outgoing messages with delivery receiptsMichael Vetter2020-02-141-4/+8
* Rename win_print_with_receipt() -> win_print_outgoing_with_receipt()Michael Vetter2020-02-141-2/+2
* Rename `win_println_them_message()` -> `win_println_incoming_muc_msg()`Michael Vetter2020-02-141-1/+1
* 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-141-3/+10
* xep-0308: Display corrected incoming MUC messages correctlyMichael Vetter2020-02-121-3/+9
* 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-111-3/+10
* xep-0308: Implement `/correct` to correct the last send messageMichael Vetter2020-02-101-0/+4
* xep-0308: create setting to toggle lmcMichael Vetter2020-02-101-4/+2
* xep-0308: Initial support for incoming LMCMichael Vetter2020-02-101-7/+50
* Clear buffer upon /clearMichael Vetter2020-02-071-0/+2
* NULL room_name in win_create_muc()Michael Vetter2020-01-231-0/+1
* Save MUC room name in ProfMucWinMichael Vetter2020-01-231-0/+1
* 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-131-0/+33
* Implement Color Vision Deficiencies settingMichael Vetter2019-12-121-1/+3
* XEP-0392: theme, ui: conditionally colorize user nicksAurelien Aptel2019-12-031-0/+4
* _win_print: Guard against time being nullMichael Vetter2019-12-011-1/+1
* Add vim modelineMichael Vetter2019-11-131-0/+1