about summary refs log tree commit diff stats
path: root/src/ui/core.c
Commit message (Expand)AuthorAgeFilesLines
* Removed limit on number of windows, WIPJames Booth2013-08-271-93/+51
* Refactor _cmd_closeJames Booth2013-08-261-0/+38
* Fixed indenting in ui/core.cJames Booth2013-08-261-1/+2
* Free windows on exitJames Booth2013-08-261-0/+1
* Fixed freeing of recipient after message sentJames Booth2013-08-261-1/+0
* Merge branch 'master' into windowsJames Booth2013-08-251-8/+9
|\
| * removed strdup from g_string_appendDmitry Podgorny2013-08-251-6/+6
| * Merge remote-tracking branch 'dmitry/nextdev-patches' into nextdevJames Booth2013-08-041-2/+3
| |\
| | * most FREE_SET_NULL replaced with freeDmitry Podgorny2013-08-031-2/+3
* | | Fixed window refresh on presenceJames Booth2013-08-201-2/+8
* | | Initial code refactor for growable window listJames Booth2013-08-201-437/+275
|/ /
* / Added patch from Dmitry to fix crash on delayed message from contact not in r...James Booth2013-08-041-2/+4
|/
* Show messages on /group add and /group removeJames Booth2013-06-231-0/+12
* Show message when removing contact from group when not in groupJames Booth2013-06-231-2/+8
* Show message when contact already in groupJames Booth2013-06-231-0/+6
* Added message in console on /roster removeJames Booth2013-06-021-0/+6
* Added message in console on /roster addJames Booth2013-06-021-0/+10
* Use waddstr for incoming messages to avoid truncationJames Booth2013-06-011-7/+8
* Show participant count in chat roomsJames Booth2013-05-301-5/+11
* Added room name, and window index to desktop message notificationsJames Booth2013-05-231-2/+14
* Do not close MUC windows on /wins pruneJames Booth2013-05-221-5/+8
* Refactored roster push handlingJames Booth2013-05-211-2/+2
* Removed debugJames Booth2013-05-201-1/+0
* Finished handle usageJames Booth2013-05-201-12/+29
* Use handle in incoming message console when existsJames Booth2013-05-191-1/+1
* Use handle in chat windows if availableJames Booth2013-05-191-4/+13
* Show contacts handle as window title in chatJames Booth2013-05-191-1/+10
* Show nickname in status updates if availableJames Booth2013-05-191-14/+38
* Added "tidy" and "prune" options to /wins commandJames Booth2013-05-171-1/+94
* Added "read" parameter to /closeJames Booth2013-05-161-0/+10
* Added parameter to /closeJames Booth2013-05-121-0/+39
* 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