about summary refs log tree commit diff stats
path: root/src/ui/window.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move id from DeliveryReceipt to ProfBuffEntry structMichael Vetter2019-11-011-16/+14
* Replace sent_messages list with algoMichael Vetter2019-10-311-1/+0
* Merge pull request #874 from spiridoncha/masterMichael Vetter2019-10-051-1/+9
|\
| * Makes /clear behavior configurable.Spiridonov Alexander2016-11-071-0/+5
| * Change /clear behaviour. Closes issue #855.Spiridonov Alexander2016-10-221-1/+4
* | Allow colorization of history messagesMichael Vetter2019-09-101-2/+2
* | Remove dead assignmentsMichael Vetter2019-07-221-1/+1
* | Rename prof_message_t into ProfMessagePaul Fariello2019-06-201-1/+1
* | Set foreground color for untrusted messagesPaul Fariello2019-06-201-6/+5
* | Add prof_message_t to wrap all message attributesPaul Fariello2019-06-201-14/+13
* | Use flags in xmmp/message.c for encryption and trustPaul Fariello2019-06-201-2/+12
* | Rework MUC reflected message filteringPaul Fariello2019-04-101-0/+1
* | Log and print outgoing encrypted messagePaul Fariello2019-04-101-0/+1
* | Add OMEMO message encryption and decryptionPaul Fariello2019-04-101-0/+2
* | Move OMEMO initialization to profanity intializationPaul Fariello2019-04-101-0/+1
* | Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* | Fix command exec error outputPaul Fariello2018-09-051-1/+1
* | Add support for command config executionPaul Fariello2018-09-051-1/+2
* | Add conf win callbackPaul Fariello2018-09-051-1/+10
* | Rename mucconf wins into conf winsPaul Fariello2018-09-051-17/+17
* | Add command exec error handlingPaul Fariello2018-09-051-0/+15