about summary refs log tree commit diff stats
path: root/src/ui/ui.h
Commit message (Expand)AuthorAgeFilesLines
...
* Added message in console on /roster addJames Booth2013-06-021-0/+1
* Added roster list when using /roster with no argsJames Booth2013-06-011-0/+1
* Added /leave commandJames Booth2013-05-301-0/+1
* Finished handle usageJames Booth2013-05-201-3/+3
* Show contacts handle as window title in chatJames Booth2013-05-191-1/+1
* Added "tidy" and "prune" options to /wins commandJames Booth2013-05-171-0/+4
* Added "read" parameter to /closeJames Booth2013-05-161-0/+1
* Added parameter to /closeJames Booth2013-05-121-0/+6
* Added /duck command to perform searches using duckduckgo chat botJames Booth2013-05-051-0/+6
* Moved display logic for subscriptions to console moduleJames Booth2013-04-271-0/+2
* Support for XEP-0249 Direct MUC InvitationsJames Booth2013-04-241-0/+1
* Refactor marking windows as dirty and status bar new indicatorJames Booth2013-04-221-1/+1
* Added notifier moduleJames Booth2013-04-211-1/+1
* Renamed remaining win_ functionsJames Booth2013-04-211-48/+49
* Renamed win_current_get_recipient -> ui_current_win_recipientJames Booth2013-04-211-1/+1
* Replace window type functions with single function returning typeJames Booth2013-04-211-4/+1
* Renamed clear and close functions in uiJames Booth2013-04-211-2/+2
* Renamed cons_bad_show -> cons_show_errorJames Booth2013-04-211-1/+1
* Removed cons_bad_command()James Booth2013-04-211-1/+0
* Moved remaining static functions to console moduleJames Booth2013-04-211-0/+2
* Moved cons_show_wins() to console moduleJames Booth2013-04-211-0/+4
* Moved cons_show_login_success() to console moduleJames Booth2013-04-211-21/+5
* Show message in console when receiving chat room invitesJames Booth2013-03-241-0/+2
* Implemented output for /disco infoJames Booth2013-03-141-0/+1
* Added output for /disco itemsJames Booth2013-03-141-0/+1
* Show name as well as jid for room listJames Booth2013-03-141-0/+1
* Added /clear command to clear current windowJames Booth2013-03-021-0/+1
* Colour connected account in "/account list" according ot presenceJames Booth2013-02-181-0/+1
* Colour title on /caps and /software outputJames Booth2013-02-171-2/+3
* Added autocomplete for /software commandJames Booth2013-02-171-0/+2
* Added /caps commandJames Booth2013-02-171-0/+1
* Simple default resource hanlding on presenceJames Booth2013-02-141-2/+2
* Added resource_presence_t and contact_presence_tJames Booth2013-02-101-1/+1
* Renamed jabber_presence_t->presence_tJames Booth2013-02-101-1/+1
* Added resize check to ui moduleJames Booth2013-02-021-1/+2
* Tidied #include'sJames Booth2013-02-021-1/+0
* Added ui subdir to sourceJames Booth2013-02-021-0/+194