about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
...
* 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-013-8/+2
* Added missing config.h includesJames Booth2015-10-312-0/+7
* Added HAVE_LIBOTR checksJames Booth2015-10-312-0/+8
* Added /subject append <text>James Booth2015-10-291-1/+1
* 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-272-11/+9
* Renamed ui_outgoing_chat_msg -> chatwin_outgoing_msgJames Booth2015-10-272-2/+2
* Renamed ui_incoming_msg -> chatwin_incoming_msgJames Booth2015-10-272-25/+25
* Renamed ui_new_chat_win -> chatwin_newJames Booth2015-10-272-3/+3
* Moved ui_handle_otr_errorJames Booth2015-10-272-11/+11
* Renamed ui_recipient_gone -> chatwin_recipeint_goneJames Booth2015-10-272-2/+2
* Tidied ui_recipient_goneJames Booth2015-10-272-29/+13
* Combined chatwin OTR SMP functionsJames Booth2015-10-273-93/+57
* Renamed chatwin OTR functionsJames Booth2015-10-272-30/+30
* Removed ui_events moduleJames Booth2015-10-272-2/+0
* Removed ui_ev_focus_winJames Booth2015-10-272-10/+14
* remaining otr functions take ProfChatWinJames Booth2015-10-272-51/+45
* ui_smp_successful takes ProfChatWinJames Booth2015-10-262-6/+5
* ui_smp_aborted takes ProfChatWinJames Booth2015-10-262-6/+5
* ui_smp_unsuccessful_receiver takes ProfChatWinJames Booth2015-10-262-6/+6
* ui_smp_unsuccessful_sender takes ProfChatWinJames Booth2015-10-262-8/+10
* ui_smp_recipient_initiated_q takes ProfChatWinJames Booth2015-10-262-8/+7
* ui_smp_recipient_initiated takes ProfChatWinJames Booth2015-10-262-6/+5
* Add assert checks for ProfChatWin functionsJames Booth2015-10-261-0/+7
* ui_gone_insecure takes ProfChatWinJames Booth2015-10-262-11/+8
* ui_gone_secure takes ProfChatWinJames Booth2015-10-262-13/+5
* ui_message_receipt takes ProfChatWinJames Booth2015-10-262-7/+4
* Removed ui_chat_win_existsJames Booth2015-10-262-8/+0
* 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
* | Merge remote-tracking branch 'jubalh/ptr_fix'James Booth2015-10-261-1/+0
|\ \
| * | Fix pointer dereferencingMichael Vetter2015-10-261-1/+0
| |/
* / Removed ui_about() functionJames Booth2015-10-262-8/+0
|/
* Applied coding style to src/ui/James Booth2015-10-2510-192/+191
* Applied coding style to src/ui/core.cJames Booth2015-10-251-114/+113
* Applied coding style to src/ui/console.cJames Booth2015-10-251-15/+15
* Applied coding style to src/ui/buffer.h src/ui/buffer.cJames Booth2015-10-252-6/+5
* Merge remote-tracking branch 'jubalh/jub'James Booth2015-10-243-23/+9
|\
| * Create is_notify_enabled functionMichael Vetter2015-10-121-12/+1
| * Undefine argument listMichael Vetter2015-10-121-0/+1
| * Reduce scope of variables in ui/coreMichael Vetter2015-10-122-11/+7
* | Force tls on all connections, add tls policy account propertyJames Booth2015-10-181-0/+3
* | Implemented /script showJames Booth2015-10-172-0/+19
* | Implemented /script listJames Booth2015-10-172-0/+19
* | Add ability to script commands after connectJames Booth2015-10-151-1/+3