about summary refs log tree commit diff stats
path: root/src/ui/ui.h
Commit message (Expand)AuthorAgeFilesLines
* Bind remaining ui functions in main.cJames Booth2013-12-231-0/+4
* Bind console functions in main.cJames Booth2013-12-231-0/+1
* Bind ui core functions in main.cJames Booth2013-12-221-0/+2
* Dynamically load UI functions, fixed testsJames Booth2013-12-221-173/+168
* Added mocks and stubs for cons_showJames Booth2013-12-191-1/+1
* Moved _ask_password to UI moduleJames Booth2013-12-151-0/+1
* Added simple mock test, refactored rosterJames Booth2013-12-141-2/+15
* Merge branch 'master' into refactor2James Booth2013-11-111-0/+1
|\
| * Allow "account" setting in [connection] to autconnect the accountJames Booth2013-11-071-0/+1
* | Moved idle chat state handling out of ui moduleJames Booth2013-10-071-1/+1
|/
* Moved UI error handler code to ui/coreJames Booth2013-10-061-0/+1
* Show current window in status barJames Booth2013-10-021-0/+1
* Next and previous windows, handle KEY_CODE_YES terms, jump empty winsJames Booth2013-09-261-0/+2
* Fixed ">" indicator when tidying windowsJames Booth2013-08-301-0/+1
* Removed limit on number of windows, WIPJames Booth2013-08-271-1/+0
* Refactor _cmd_closeJames Booth2013-08-261-0/+2
* Removed cons_create from console.cJames Booth2013-08-261-1/+0
* Merge branch 'master' into windowsJames Booth2013-08-251-0/+1
|\
| * draft of bookmarks implementationDmitry Podgorny2013-07-141-0/+1
* | Initial code refactor for growable window listJames Booth2013-08-201-5/+0
|/
* Show current setting with settings commandsJames Booth2013-06-251-0/+22
* Show messages on /group add and /group removeJames Booth2013-06-231-0/+2
* Show message when removing contact from group when not in groupJames Booth2013-06-231-1/+2
* Show message when contact already in groupJames Booth2013-06-231-0/+1
* Added group add and group remove to /roster commandJames Booth2013-06-021-0/+1
* Added message in console on /roster removeJames Booth2013-06-021-0/+1
* 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