about summary refs log tree commit diff stats
path: root/src/ui/window.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow utf8 symbols as omemo/pgp/otr indicator charMichael Vetter2020-02-201-5/+5
| | | | Fix https://github.com/profanity-im/profanity/issues/1264
* Refactor win_print_history()Michael Vetter2020-02-171-1/+1
| | | | We never use the printf like behaviour anyways.
* Refactor win_print_outgoing_muc_msg()Michael Vetter2020-02-171-1/+1
| | | | We never use the printf like behaviour anyways.
* Refactor win_println_incoming_muc_msg()Michael Vetter2020-02-171-1/+1
| | | | We never use the printf like behaviour anyways.
* Refactor win_print_outgoing()Michael Vetter2020-02-171-5/+3
| | | | We never use the printf like behaviour anyways.
* xep-0308: enable correction in outgoing messages with delivery receiptsMichael Vetter2020-02-141-2/+1
|
* Rename win_print_with_receipt() -> win_print_outgoing_with_receipt()Michael Vetter2020-02-141-1/+1
|
* Add myself to copyrightMichael Vetter2020-02-141-0/+1
|
* Rename `win_println_them_message()` -> `win_println_incoming_muc_msg()`Michael Vetter2020-02-141-1/+1
| | | | | | | | In aa3693daa211b36c78d136d5a1ee9f3258e21352 I renamed `win_println_me_message()` -> `win_print_outgoing_muc_msg()`. Now: `win_println_them_message()` -> `win_println_incoming_muc_msg()` to be more consistent and descriptive.
* xep-0308: Implement LMC for outgoing MUC messagesMichael Vetter2020-02-141-1/+1
| | | | | | Including OMEMO encrypted ones. Also rename `win_println_me_message()` to `win_print_outgoing_muc_msg() as I think it's a more descriptive name.
* xep-0308: Display corrected incoming MUC messages correctlyMichael Vetter2020-02-121-1/+1
|
* xep-0308: update the UI upon sending a corrected messageMichael Vetter2020-02-111-1/+1
| | | | | So far we don't do this for encrypted messages. Still needs to be done. And MUC also needs to be done.
* Initial work on last-read-position featureMichael Vetter2019-12-131-0/+3
| | | | | | | | Print dashes on the position we last left off in a chat window. So far the number of dashes is hardcoded, and the feature only works in chat windows. Regards https://github.com/profanity-im/profanity/issues/1238
* Add vim modelineMichael Vetter2019-11-131-0/+1
|
* Rename prof_message_t into ProfMessagePaul Fariello2019-06-201-1/+1
|
* Add prof_message_t to wrap all message attributesPaul Fariello2019-06-201-4/+3
| | | | | | | Probably missing copy of body to plain in carbon and privmessage. Only covers the incoming message path because goal is OMEMO decryption of untrusted message. Cover some of the log functions but not all.
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* Update copyrightJames Booth2018-01-211-1/+1
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Allow room display properies to be set by pluginsJames Booth2017-01-201-3/+3
|
* Remove unused functionJames Booth2016-11-241-1/+0
|
* Add win highlight fuctionsJames Booth2016-10-151-0/+4
|
* Add win_print_historyJames Booth2016-10-151-0/+1
|
* Rename win_print_incoming_message -> win_print_incomingJames Booth2016-10-151-1/+1
|
* Add win_print_outgoingJames Booth2016-10-151-0/+2
|
* Remove args from win_print_with_receiptJames Booth2016-10-111-2/+2
|
* Add win_print_http_uploadJames Booth2016-10-111-0/+4
|
* Tidy headersJames Booth2016-07-241-7/+7
|
* Moved muc.cJames Booth2016-07-241-1/+1
|
* Moved contact.cJames Booth2016-07-241-1/+1
|
* Moved chat_state.cJames Booth2016-07-241-1/+1
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-261-0/+2
|
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-3/+3
|
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\ | | | | | | | | | | Conflicts: src/main.c src/ui/console.c
| * Updated copyrightJames Booth2016-02-141-1/+1
| |
* | Added C plugin code from plugins branchJames Booth2016-02-141-3/+3
|/
* Added word wrap to roster panelJames Booth2015-11-221-1/+1
|
* Pass wrap boolean to win_sub_print()James Booth2015-11-221-1/+1
|
* Renamed subwin functionsJames Booth2015-11-221-2/+2
|
* Option to show presence information on single line in rosterJames Booth2015-11-221-0/+1
|
* Added /roster indent contactJames Booth2015-11-211-1/+1
|
* Removed ui_clear_winJames Booth2015-11-021-2/+0
|
* Applied coding style to src/ui/James Booth2015-10-251-7/+7
|
* Display special char for encrypted messagesJames Booth2015-08-261-1/+1
|
* Added indent paddingJames Booth2015-07-291-1/+1
|
* Removed /mouse commandJames Booth2015-07-191-1/+0
|
* WIP fix for #516, needs memory cleanupJames Booth2015-06-291-1/+1
|
* Moved UI interfaces to ui.hJames Booth2015-06-151-124/+1
|
* Moved refresh subwin logic to window.cJames Booth2015-06-151-0/+3
|