about summary refs log tree commit diff stats
path: root/src/ui/core.c
Commit message (Expand)AuthorAgeFilesLines
* Added win_get_titleJames Booth2014-12-211-30/+10
* Use class instead of base pointerJames Booth2014-12-211-82/+91
* Removed TODOsJames Booth2014-12-201-5/+0
* Fixed testsJames Booth2014-12-201-0/+7
* Refactored all window recipients and typesJames Booth2014-12-201-317/+332
* Refactoring window types, removing recipient and from references - wipJames Booth2014-12-181-251/+145
* Added occupantswin.cJames Booth2014-12-161-102/+2
* Moved roster functionsJames Booth2014-12-161-122/+7
* Added rosterwin.cJames Booth2014-12-161-51/+5
* Tidied subwin pagingJames Booth2014-12-161-9/+4
* Added new window and layout typesJames Booth2014-12-161-116/+137
* Added window specific creation functionsJames Booth2014-12-151-13/+11
* 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