about summary refs log tree commit diff stats
path: root/src/ui/rosterwin.c
Commit message (Expand)AuthorAgeFilesLines
* Tidy rosterwin memory handlingJames Booth2016-07-251-10/+20
* Tidy headersJames Booth2016-07-241-3/+3
* Moved roster_list.cJames Booth2016-07-241-1/+1
* Moved contact.cJames Booth2016-07-241-1/+1
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Add session.cJames Booth2016-05-051-1/+1
* Removed newline handling code from rosterwin.cJames Booth2016-03-311-53/+42
* Updated copyrightJames Booth2016-02-141-1/+1
* Fixed memory deallocationsJames Booth2016-02-141-0/+1
* Added /roster show|hide unsubscribedJames Booth2016-02-071-0/+125
* Allow splitting roster rooms by conference serverJames Booth2016-02-011-25/+105
* Colour private chats by presence in roster panelJames Booth2016-01-311-17/+29
* Roster panel colour fixesJames Booth2016-01-311-7/+13
* Added roster.rooms.private.char settingJames Booth2016-01-311-1/+1
* Show orphaned private chatsJames Booth2016-01-311-5/+31
* Only add private chats to Rooms unread count in roster when room activeJames Booth2016-01-311-12/+15
* Show offline contacts with unread messages in rosterJames Booth2016-01-311-36/+14
* Removed unused arg from roster_get_ functionsJames Booth2016-01-311-4/+4
* Added filter functions to rosterJames Booth2016-01-311-24/+129
* Added functions for rooms and private chat headersJames Booth2016-01-311-84/+111
* Added _rosterwin_contacts_header functionJames Booth2016-01-301-131/+58
* Reorganise rosterwin.cJames Booth2016-01-301-410/+429
* Added _rosterwin_contacts_all functionJames Booth2016-01-301-65/+71
* Removed _rosterwin_contacts_by_no_group functionJames Booth2016-01-301-70/+5
* Moved offline check logic in roster panelJames Booth2016-01-301-3/+5
* Show private chat unread message count in roster panelJames Booth2016-01-281-2/+36
* Updated themesJames Booth2016-01-281-9/+9
* Added unread counts to rosterJames Booth2016-01-281-10/+130
* Added missing headerJames Booth2016-01-251-0/+1
* Added themes for roster room mention and triggersJames Booth2016-01-251-2/+10
* Roster private chat preferencesJames Booth2016-01-241-4/+7
* Added private chat roster groupJames Booth2016-01-241-1/+78
* Added /roster private commandJames Booth2016-01-241-52/+56
* Added private chat to roster roomsJames Booth2016-01-241-1/+68
* Added /roster show|hide contactsJames Booth2016-01-201-55/+57
* Added /roster rooms position preferenceJames Booth2016-01-191-7/+17
* Added /roster unread preferrenceJames Booth2016-01-171-9/+24
* Added /roster room unread preferenceJames Booth2016-01-171-1/+6
* Show unread message count for contacts in rosterJames Booth2016-01-151-24/+79
* Added roster contact themesJames Booth2016-01-141-5/+39
* Added roster rooms order preferenceJames Booth2016-01-091-1/+13
* Added roster room themesJames Booth2016-01-091-4/+4
* Use different colour for roster chat rooms with unread messagesJames Booth2016-01-091-5/+15
* Added roster struct, create and destroy roster on connect/disconnectJames Booth2016-01-051-0/+5
* Fix roster rooms checksJames Booth2016-01-021-2/+2
* Sort roster roomsJames Booth2016-01-021-6/+25
* Check for mucwin before showing room in rosterJames Booth2016-01-021-1/+3
* Added /roster show|hide roomsJames Booth2016-01-021-1/+1
* Added roster rooms preferenceJames Booth2016-01-021-1/+3
* Show rooms in roster panelJames Booth2016-01-021-0/+70