about summary refs log tree commit diff stats
path: root/src/ui/core.c
Commit message (Collapse)AuthorAgeFilesLines
* Added "read" parameter to /closeJames Booth2013-05-161-0/+10
| | | | Closes all windows where there are no unread messages
* Added parameter to /closeJames Booth2013-05-121-0/+39
| | | | | | | 2,3,4,5,6,7,8,9,0 will close specified window. 'all' will close all windows. closes #159
* Removed contact_list, moved roster logic to xmpp/roster moduleJames Booth2013-05-061-1/+1
|
* Renamed contact_list_ functions to roster_James Booth2013-05-061-4/+4
|
* Fixed memory leakJames Booth2013-05-061-1/+4
|
* Removed blank linesJames Booth2013-05-061-2/+0
|
* Unicode support for /duck outputJames Booth2013-05-061-5/+10
|
* Include time in ddg search result output linesJames Booth2013-05-051-1/+14
|
* Added /duck command to perform searches using duckduckgo chat botJames Booth2013-05-051-0/+62
|
* Show contacts status when receiveing messages via delayed deliveryJames Booth2013-04-271-1/+9
|
* Refactor marking windows as dirty and status bar new indicatorJames Booth2013-04-221-39/+46
|
* Use werase() rather than wclear()James Booth2013-04-211-1/+1
|
* Added windows include to notifierJames Booth2013-04-211-3/+0
|
* Added notifier moduleJames Booth2013-04-211-121/+16
|
* Renamed window_ functions win_James Booth2013-04-211-26/+26
|
* Renamed remaining win_ functionsJames Booth2013-04-211-33/+33
|
* Renamed win_current_get_recipient -> ui_current_win_recipientJames Booth2013-04-211-4/+4
|
* Replace window type functions with single function returning typeJames Booth2013-04-211-21/+3
|
* Renamed clear and close functions in uiJames Booth2013-04-211-2/+2
|
* Renamed windows.c -> core.cJames Booth2013-04-211-0/+1551