about summary refs log tree commit diff stats
path: root/src/ui/core.c
Commit message (Expand)AuthorAgeFilesLines
* Subscription handler uses wins_new_chatJames Booth2014-12-111-9/+5
* Added win create functions for chat and private chatJames Booth2014-12-101-2/+2
* Split private message handling to separate functionsJames Booth2014-12-101-23/+79
* Removed unused argument from _wins_show_historyJames Booth2014-12-101-8/+7
* Renamed chat_resource -> resourceJames Booth2014-12-101-1/+1
* Moved chat resource to WIN_CHAT typeJames Booth2014-12-101-1/+1
* Moved otr properties to WIN_CHAT typeJames Booth2014-12-101-14/+29
* Added form to WIN_MUC_CONFIG typeJames Booth2014-12-101-11/+12
* Added union for window typesJames Booth2014-12-101-62/+72
* Use selected resource for sending messagesJames Booth2014-12-031-0/+2
* Fixed /me messages in chat room historyJames Booth2014-12-011-0/+1
* Added [ui] preferences to themesJames Booth2014-11-191-0/+43
* Update input window on /theme setJames Booth2014-11-191-5/+5
* Changed type to enum for presence colour attributesJames Booth2014-11-161-7/+7
* Added support for bold theme settingsJames Booth2014-11-161-16/+25
* Replaced colours with theme_item_tJames Booth2014-11-161-143/+143
* Fixed freeing listsJames Booth2014-11-131-15/+6
* Fixed leaksJames Booth2014-11-131-2/+4
* Implemented /roster by groupJames Booth2014-11-131-1/+58
* Implemented roster grouped by presenceJames Booth2014-11-121-52/+91
* Added /roster show|hide resourceJames Booth2014-11-111-27/+29
* Added /roster show|hide offlineJames Booth2014-11-101-28/+32
* Added /roster show|hide command, only show roster on connect successJames Booth2014-11-101-0/+21
* Refactor subwin sizing and disabled wrappingJames Booth2014-11-101-19/+42
* Order resources in roster, allow paging rosterJames Booth2014-11-101-9/+21
* Show resources and only subscribed contacts in roster panelJames Booth2014-11-101-6/+19
* Added simple rosterJames Booth2014-11-101-0/+29
* Fixed history messages to work with wrappingJames Booth2014-11-091-9/+16
* Added time to xmlconsole, handle newlines in messagesJames Booth2014-11-081-7/+6
* Use message theme settings in chat roomsJames Booth2014-11-071-3/+3
* Use message theme setting for regular chatJames Booth2014-11-071-1/+1
* Removed hash_table_iter usage for room rosterJames Booth2014-11-031-6/+8
* Fixed various memory leaksJames Booth2014-11-011-1/+1
* Changed room help colour, added whitespace after invalid field settingJames Booth2014-10-241-4/+5
* Added locked messages when joining roomsJames Booth2014-10-231-1/+1
* Removed console message when joining locked roomsJames Booth2014-10-231-2/+0
* Updated form field helpJames Booth2014-10-191-10/+10
* Remove fields from command autocomplete on form submit/cancelJames Booth2014-10-181-0/+7
* Add fields to command autocompleter on switch/previous/nextJames Booth2014-10-181-0/+27
* Moved previous win functionJames Booth2014-10-181-22/+22
* Added /privileges command to set UI option for showing roles/affiliations in ...James Booth2014-10-181-52/+95
* Removed debug messages when setting roles/affiliationsJames Booth2014-10-181-20/+0
* Show occupants role/affiliation changesJames Booth2014-10-181-0/+49
* Added reason to role/affiliation changesJames Booth2014-10-181-6/+30
* Add output for when both role and affiliation changed at same timeJames Booth2014-10-181-0/+8
* Show occupants role and affiliation when they join a roomJames Booth2014-10-181-3/+10
* Don't show join messages on subsequent /join commandsJames Booth2014-10-181-0/+10
* Removed /duck commandJames Booth2014-10-181-71/+0
* Show role/affiliation on room join and on changeJames Booth2014-10-121-0/+28
* Allow /role list and /affiliation list with no argsJames Booth2014-10-121-0/+2