about summary refs log tree commit diff stats
path: root/src/ui/ui.h
Commit message (Collapse)AuthorAgeFilesLines
* Implemented /console chat settingJames Booth2016-02-031-1/+1
|
* Handle self leaving room in private winsJames Booth2016-02-031-0/+8
|
* Handle occupant kicked/banned in private chat winsJames Booth2016-02-021-0/+2
|
* Show message in private windows when user offlineJames Booth2016-02-021-0/+4
|
* Show console messages for room mention and triggersJames Booth2016-01-241-1/+2
| | | | closes #719
* Tidy handling room mention and room triggersJames Booth2016-01-241-1/+1
|
* WIP: Add /theme properties commandJames Booth2016-01-211-0/+1
|
* Added /console commandJames Booth2015-12-291-0/+1
|
* Updated console new message textJames Booth2015-12-201-0/+1
|
* Added cons_show_incoming_room_message()James Booth2015-12-201-0/+1
|
* Added /wins unreadJames Booth2015-11-301-1/+1
|
* Tidy wins_create_summary()James Booth2015-11-291-0/+8
|
* Only show reminder notifications when notifications are enabledJames Booth2015-11-251-0/+1
|
* Tidy regular chat and room notificationsJames Booth2015-11-241-3/+3
|
* Show summary of trusted certificates, add /tls cert <fingerprint>James Booth2015-11-221-0/+1
| | | | fixes #676
* Removed unused priority settingsJames Booth2015-11-201-1/+0
|
* Show current TLS certificateJames Booth2015-11-101-0/+1
|
* Renamed MUC private window functionsJames Booth2015-11-081-7/+11
|
* ui_incoming_private_msg takes ProfPrivateWin, added assertsJames Booth2015-11-081-1/+1
|
* Removed ui_new_private_winJames Booth2015-11-051-1/+0
|
* Make all mucconfwin functions take ProfMucConfWinJames Booth2015-11-021-2/+2
|
* Renamed mucconfwin functionsJames Booth2015-11-021-5/+5
|
* Removed ui_statusbar_newJames Booth2015-11-021-1/+0
|
* Removed ui_clear_winJames Booth2015-11-021-1/+1
|
* Removed ui_unreadJames Booth2015-11-021-1/+0
|
* Removed ui_handle_room_join_errorJames Booth2015-11-021-1/+0
|
* Removed ui_win_typeJames Booth2015-11-021-1/+0
|
* Removed ui_swap_winsJames Booth2015-11-021-1/+0
|
* Removed ui_tidy_winsJames Booth2015-11-021-1/+0
|
* Renamed ui_switch_win -> ui_focus_winJames Booth2015-11-021-1/+1
|
* Removed ui_handle_recipient_not_foundJames Booth2015-11-021-1/+0
|
* Removed ui_titlebar_presenceJames Booth2015-11-021-1/+3
|
* Removed ui_get_chat_recipientsJames Booth2015-11-021-1/+0
|
* mucwin_hide_occupants takes ProfMucWinJames Booth2015-11-021-1/+1
|
* mucwin_show_occupants takes ProfMucWinJames Booth2015-11-021-1/+1
|
* mucwin_update_occupants takes ProfMucWinJames Booth2015-11-021-1/+1
|
* mucwin_role_set_error takes ProfMucWinJames Booth2015-11-021-2/+1
|
* mucwin_affiliation_set_error takes ProfMucWinJames Booth2015-11-021-2/+2
|
* mucwin_handle_role_list takes ProfMucWinJames Booth2015-11-021-1/+1
|
* mucwin_role_list_error takes ProfMucWinJames Booth2015-11-021-1/+1
|
* mucwin_handle_affiliation_list takes ProfMucWinJames Booth2015-11-021-1/+1
|
* mucwin_affiliation_list_error takes ProfMucWinJames Booth2015-11-021-2/+1
|
* mucwin_broadcast takes ProfMucWinJames Booth2015-11-021-1/+1
|
* mucwin_kick_error takes ProfMucWinJames Booth2015-11-021-1/+1
|
* mucwin_subject takes ProfMucWinJames Booth2015-11-021-1/+1
|
* mucwin_requires_config takes ProfMucWinJames Booth2015-11-021-1/+1
|
* mucwin_message takes ProfMucWinJames Booth2015-11-021-1/+1
|
* mucwin_history takes ProfMucWinJames Booth2015-11-021-2/+1
|
* mucwin_nick_change takes ProfMucWinJames Booth2015-11-021-1/+1
|
* mucwin_occupant_nick_change takes ProfMucWinJames Booth2015-11-021-1/+1
|