about summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* xmlwin_show takes window as argumentJames Booth2015-11-013-7/+9
|
* Added xmlwin moduleJames Booth2015-11-014-22/+60
|
* Removed ui_open_xmlconsole_win()James Booth2015-11-013-11/+1
|
* Removed ui_create_xmlconsole_win()James Booth2015-11-013-9/+2
|
* Removed ui_xmlconsole_existsJames Booth2015-11-013-37/+27
|
* Tidy ui.hJames Booth2015-11-011-70/+41
|
* Removed ui_input_nonblocking()James Booth2015-11-017-15/+8
|
* Removed ui_ paging functionsJames Booth2015-11-013-36/+8
|
* Removed inp_win_clear()James Booth2015-11-012-10/+0
|
* Removed ui_input_clear()James Booth2015-11-012-7/+0
|
* Removed ui_readline()James Booth2015-11-014-9/+3
|
* Added missing config.h includesJames Booth2015-10-316-6/+16
|
* Added HAVE_LIBOTR checksJames Booth2015-10-312-0/+8
|
* Added /subject edit <subject>James Booth2015-10-292-2/+54
|
* Added /subject prepend <text>James Booth2015-10-292-4/+24
|
* Added /subject append <text>James Booth2015-10-293-2/+22
|
* Reordered ui.hJames Booth2015-10-271-8/+8
|
* Tidied remaining chatwin functionsJames Booth2015-10-273-21/+28
|
* Renamed _win_show_history -> _chatwin_historyJames Booth2015-10-271-4/+4
|
* Tidied chatwin_outgoing_carbonJames Booth2015-10-273-12/+17
|
* Renamed ui_outgoing_chat_msg -> chatwin_outgoing_msgJames Booth2015-10-274-10/+10
|
* Renamed ui_incoming_msg -> chatwin_incoming_msgJames Booth2015-10-273-31/+31
|
* Renamed ui_new_chat_win -> chatwin_newJames Booth2015-10-273-6/+6
|
* Moved ui_handle_otr_errorJames Booth2015-10-272-11/+11
|
* Renamed ui_recipient_gone -> chatwin_recipeint_goneJames Booth2015-10-273-3/+3
|
* Tidied ui_recipient_goneJames Booth2015-10-273-30/+28
|
* Fixed otrlibv3James Booth2015-10-271-1/+1
|
* Combined chatwin OTR SMP functionsJames Booth2015-10-277-114/+91
|
* Renamed chatwin OTR functionsJames Booth2015-10-277-66/+66
|
* Removed ui_events moduleJames Booth2015-10-276-87/+1
|
* Removed ui_ev_new_chat_winJames Booth2015-10-273-10/+3
|
* Removed ui_ev_focus_winJames Booth2015-10-276-29/+24
|
* Added missing includeJames Booth2015-10-271-0/+1
|
* remaining otr functions take ProfChatWinJames Booth2015-10-276-93/+89
|
* ui_smp_successful takes ProfChatWinJames Booth2015-10-264-11/+16
|
* ui_smp_aborted takes ProfChatWinJames Booth2015-10-264-8/+12
|
* ui_smp_unsuccessful_receiver takes ProfChatWinJames Booth2015-10-264-8/+13
|
* ui_smp_unsuccessful_sender takes ProfChatWinJames Booth2015-10-264-10/+17
|
* ui_smp_recipient_initiated_q takes ProfChatWinJames Booth2015-10-264-13/+17
|
* ui_smp_recipient_initiated takes ProfChatWinJames Booth2015-10-264-8/+15
|
* Add assert checks for ProfChatWin functionsJames Booth2015-10-261-0/+7
|
* ui_gone_insecure takes ProfChatWinJames Booth2015-10-264-13/+13
|
* ui_gone_secure takes ProfChatWinJames Booth2015-10-264-16/+14
|
* ui_message_receipt takes ProfChatWinJames Booth2015-10-263-8/+9
|
* Removed ui_chat_win_existsJames Booth2015-10-265-13/+14
|
* Extracted chatwin.cJames Booth2015-10-262-410/+455
|
* Merge remote-tracking branch 'jubalh/compwarn'James Booth2015-10-261-1/+1
|\
| * Get rid of compiler warning concerning NULL pointerMichael Vetter2015-10-261-1/+1
| | | | | | | | Casting the into correct type.
* | Merge remote-tracking branch 'jubalh/ptr_fix'James Booth2015-10-263-3/+0
|\ \
| * | Fix pointer dereferencingMichael Vetter2015-10-263-3/+0
| |/ | | | | | | Setting the pointer to NULL had no effect outside the function so far.