about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
* Free GError objectsDmitry Podgorny2020-04-141-2/+3
* Only print chathistory if regular chat messageMichael Vetter2020-04-131-1/+4
* Add hidden MAM setting and trigger MAM retrievel when opening new windowMichael Vetter2020-04-121-8/+13
* MAM: Correctly display incoming MAM chat messageMichael Vetter2020-04-111-3/+10
* Add to_jid field to ProfMessage structMichael Vetter2020-04-113-14/+14
* Quick and dirty display of MAM messagesMichael Vetter2020-04-111-3/+6
* Fix memory leaks in cons_roster_setting()Dmitry Podgorny2020-04-101-0/+3
* Fix memory leaks in _rosterwin_resources()Dmitry Podgorny2020-04-091-0/+2
* Retrieve message type from databaseMichael Vetter2020-04-084-6/+5
* db: Fix memleaksMichael Vetter2020-04-061-2/+1
* 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-064-24/+26
* Remove chat_log_get_previous()Michael Vetter2020-04-061-7/+3
* Get regular chat history out of sql backendMichael Vetter2020-04-061-19/+8
* Fix multiple memory leaks related to rosterwin_roster()Dmitry Podgorny2020-04-061-0/+1
* Fix memory leak in cons_show_disco_info()Dmitry Podgorny2020-04-061-1/+1
* Fix memory leak in _rosterwin_resources()Dmitry Podgorny2020-04-051-0/+1
* Fixed memory leak in ProfMucWinDmitry Podgorny2020-04-031-0/+2
* 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