about summary refs log tree commit diff stats
path: root/src/ui/chatwin.c
Commit message (Expand)AuthorAgeFilesLines
* Added missing config.h includesJames Booth2015-10-311-0/+5
* Added HAVE_LIBOTR checksJames Booth2015-10-311-0/+2
* Tidied remaining chatwin functionsJames Booth2015-10-271-15/+10
* Renamed _win_show_history -> _chatwin_historyJames Booth2015-10-271-4/+4
* Tidied chatwin_outgoing_carbonJames Booth2015-10-271-10/+8
* Renamed ui_outgoing_chat_msg -> chatwin_outgoing_msgJames Booth2015-10-271-1/+1
* Renamed ui_incoming_msg -> chatwin_incoming_msgJames Booth2015-10-271-24/+24
* Renamed ui_new_chat_win -> chatwin_newJames Booth2015-10-271-2/+2
* Moved ui_handle_otr_errorJames Booth2015-10-271-11/+0
* Renamed ui_recipient_gone -> chatwin_recipeint_goneJames Booth2015-10-271-1/+1
* Tidied ui_recipient_goneJames Booth2015-10-271-28/+12
* Combined chatwin OTR SMP functionsJames Booth2015-10-271-80/+42
* Renamed chatwin OTR functionsJames Booth2015-10-271-15/+15
* remaining otr functions take ProfChatWinJames Booth2015-10-271-45/+39
* ui_smp_successful takes ProfChatWinJames Booth2015-10-261-5/+4
* ui_smp_aborted takes ProfChatWinJames Booth2015-10-261-5/+4
* ui_smp_unsuccessful_receiver takes ProfChatWinJames Booth2015-10-261-5/+5
* ui_smp_unsuccessful_sender takes ProfChatWinJames Booth2015-10-261-7/+9
* ui_smp_recipient_initiated_q takes ProfChatWinJames Booth2015-10-261-7/+6
* ui_smp_recipient_initiated takes ProfChatWinJames Booth2015-10-261-5/+4
* Add assert checks for ProfChatWin functionsJames Booth2015-10-261-0/+7
* ui_gone_insecure takes ProfChatWinJames Booth2015-10-261-10/+7
* ui_gone_secure takes ProfChatWinJames Booth2015-10-261-12/+4
* ui_message_receipt takes ProfChatWinJames Booth2015-10-261-6/+3
* Removed ui_chat_win_existsJames Booth2015-10-261-7/+0
* Extracted chatwin.cJames Booth2015-10-261-0/+455