about summary refs log tree commit diff stats
path: root/src/ui/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implemented /occupants showJames Booth2014-10-091-1/+2
* Implemented /occupants hideJames Booth2014-10-091-2/+2
* Added /occupants commands, unfinishedJames Booth2014-10-091-1/+21
* Add key codes for shift arrow keys on ITermJames Booth2014-10-081-2/+2
* Added help to form configJames Booth2014-10-071-3/+7
* Fixed spellingJames Booth2014-10-071-2/+2
* Added scroll support to occupant listJames Booth2014-10-071-6/+34
* Added room occupants panelJames Booth2014-10-071-0/+67
* Include self in room rosterJames Booth2014-10-071-3/+0
* Added jid autocomplete for affiliation commandsJames Booth2014-10-061-0/+52