about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Renamed ui_handle_room_role_set_error -> mucwin_role_set_errorJames Booth2015-11-014-4/+4
* Renamed ui_handle_room_affiliation_set_error -> mucwin_affiliation_set_errorJames Booth2015-11-014-4/+4
* Renamed ui_show_room_role_list -> mucwin_show_role_listJames Booth2015-11-014-6/+6
* Renamed ui_handle_room_role_list -> mucwin_handle_role_listJames Booth2015-11-014-37/+37
* Renamed ui_handle_room_role_list_error -> mucwin_role_list_errorJames Booth2015-11-014-4/+4
* Renamed ui_show_room_affiliation_list -> mucwin_show_affiliation_listJames Booth2015-11-014-7/+7
* Renamed ui_handle_room_affiliation_list -> mucwin_handle_affiliation_listJames Booth2015-11-014-64/+64
* Renamed ui_handle_room_affiliation_list_error -> mucwin_affiliation_list_errorJames Booth2015-11-014-4/+4
* Renamed ui_room_broadcast -> mucwin_broadcastJames Booth2015-11-014-5/+5
* Renamed ui_handle_room_kick_error -> mucwin_kick_errorJames Booth2015-11-014-4/+4
* Renamed ui_room_subject -> mucwin_subjectJames Booth2015-11-014-5/+5
* Renamed ui_room_requires_config -> mucwin_requires_configJames Booth2015-11-014-4/+4
* Renamed ui_room_message -> mucwin_messageJames Booth2015-11-014-4/+4
* Renamed ui_room_history -> mucwin_historyJames Booth2015-11-014-4/+4
* Renamed ui_room_nick_change -> mucwin_nick_changeJames Booth2015-11-014-4/+4
* Renamed ui_room_member_nick_change -> mucwin_occupant_nick_changeJames Booth2015-11-014-4/+4
* Renamed ui_room_member_presence -> mucwin_occupant_presenceJames Booth2015-11-014-4/+4
* Renamed ui_room_member_online -> mucwin_occupant_onlineJames Booth2015-11-014-4/+4
* Renamed ui_room_member_banned -> mucwin_occupant_bannedJames Booth2015-11-014-4/+4
* Renamed ui_room_member_kicked -> mucwin_occupant_kickedJames Booth2015-11-014-4/+4
* Renamed ui_room_member_offline -> mucwin_occupant_offlineJames Booth2015-11-014-4/+4
* Renamed ui_room_roster -> mucwin_rosterJames Booth2015-11-015-8/+8
* Renamed ui_show_room_disco_info -> mucwin_room_disco_infoJames Booth2015-11-014-4/+4
* Renamed ui_handle_room_info_error -> mucwin_room_info_errorJames Booth2015-11-014-4/+4
* Renamed ui_room_occupant_role_and_affiliation_change -> mucwin_occupant_role_...James Booth2015-11-014-4/+4
* Renamed ui_room_occupant_affiliation_change -> mucwin_occupant_affiliation_ch...James Booth2015-11-014-4/+4
* Renamed ui_room_occupant_role_change -> mucwin_occupant_role_changeJames Booth2015-11-014-4/+4
* Renamed ui_room_role_and_affiliation_change -> mucwin_role_and_affiliation_ch...James Booth2015-11-014-4/+4
* Renamed ui_room_affiliation_change -> mucwin_affiliation_changeJames Booth2015-11-014-4/+4
* Renamed ui_room_role_change -> mucwin_role_changeJames Booth2015-11-014-4/+4
* Added mucwin moduleJames Booth2015-11-013-757/+798
* xmlwin_show takes window as argumentJames Booth2015-11-014-8/+10
* Added xmlwin moduleJames Booth2015-11-016-23/+62
* Removed ui_open_xmlconsole_win()James Booth2015-11-014-13/+1
* Removed ui_create_xmlconsole_win()James Booth2015-11-014-11/+2
* Removed ui_xmlconsole_existsJames Booth2015-11-014-41/+27
* Tidy ui.hJames Booth2015-11-011-70/+41
* Removed ui_input_nonblocking()James Booth2015-11-018-17/+10
* Removed ui_ paging functionsJames Booth2015-11-014-40/+8
* Removed inp_win_clear()James Booth2015-11-012-10/+0
* Removed ui_input_clear()James Booth2015-11-013-8/+0
* Removed ui_readline()James Booth2015-11-015-10/+4
* Added missing config.h includesJames Booth2015-10-317-6/+21
* Fixed testsJames Booth2015-10-311-0/+2
* 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
* Merge remote-tracking branch 'BlueMonday/patch-1'James Booth2015-10-291-1/+1
|\
| * Fix statusbar time in complex themeSteven Erenst2015-10-281-1/+1
|/