about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
* Renamed ui_room_requires_config -> mucwin_requires_configJames Booth2015-11-012-2/+2
* Renamed ui_room_message -> mucwin_messageJames Booth2015-11-012-2/+2
* Renamed ui_room_history -> mucwin_historyJames Booth2015-11-012-2/+2
* Renamed ui_room_nick_change -> mucwin_nick_changeJames Booth2015-11-012-2/+2
* Renamed ui_room_member_nick_change -> mucwin_occupant_nick_changeJames Booth2015-11-012-2/+2
* Renamed ui_room_member_presence -> mucwin_occupant_presenceJames Booth2015-11-012-2/+2
* Renamed ui_room_member_online -> mucwin_occupant_onlineJames Booth2015-11-012-2/+2
* Renamed ui_room_member_banned -> mucwin_occupant_bannedJames Booth2015-11-012-2/+2
* Renamed ui_room_member_kicked -> mucwin_occupant_kickedJames Booth2015-11-012-2/+2
* Renamed ui_room_member_offline -> mucwin_occupant_offlineJames Booth2015-11-012-2/+2
* Renamed ui_room_roster -> mucwin_rosterJames Booth2015-11-012-2/+2
* Renamed ui_show_room_disco_info -> mucwin_room_disco_infoJames Booth2015-11-012-2/+2
* Renamed ui_handle_room_info_error -> mucwin_room_info_errorJames Booth2015-11-012-2/+2
* Renamed ui_room_occupant_role_and_affiliation_change -> mucwin_occupant_role_...James Booth2015-11-012-2/+2
* Renamed ui_room_occupant_affiliation_change -> mucwin_occupant_affiliation_ch...James Booth2015-11-012-2/+2
* Renamed ui_room_occupant_role_change -> mucwin_occupant_role_changeJames Booth2015-11-012-2/+2
* Renamed ui_room_role_and_affiliation_change -> mucwin_role_and_affiliation_ch...James Booth2015-11-012-2/+2
* Renamed ui_room_affiliation_change -> mucwin_affiliation_changeJames Booth2015-11-012-2/+2
* Renamed ui_room_role_change -> mucwin_role_changeJames Booth2015-11-012-2/+2
* Added mucwin moduleJames Booth2015-11-012-757/+797
* xmlwin_show takes window as argumentJames Booth2015-11-012-6/+5
* Added xmlwin moduleJames Booth2015-11-013-21/+59
* Removed ui_open_xmlconsole_win()James Booth2015-11-012-10/+0
* Removed ui_create_xmlconsole_win()James Booth2015-11-012-8/+0
* Removed ui_xmlconsole_existsJames Booth2015-11-012-34/+23
* Tidy ui.hJames Booth2015-11-011-70/+41
* Removed ui_input_nonblocking()James Booth2015-11-014-10/+3
* 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-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