about summary refs log tree commit diff stats
path: root/src/ui/windows.c
Commit message (Expand)AuthorAgeFilesLines
...
* Renamed window_show_time -> window_print_timeJames Booth2013-04-211-19/+19
* Moved remaining static functions to console moduleJames Booth2013-04-211-25/+4
* Moved cons_bad_command() to console moduleJames Booth2013-04-211-13/+0
* Moved cons_show_word() to console moduleJames Booth2013-04-211-12/+0
* Moved cons_debug() to console moduleJames Booth2013-04-211-24/+0
* Moved cons_show_time() to console moduleJames Booth2013-04-211-6/+0
* Moved cons_bad_show() to console moduleJames Booth2013-04-211-21/+0
* Moved cons_show_contacts() to console moduleJames Booth2013-04-211-14/+0
* Moved help display functions to console moduleJames Booth2013-04-211-121/+0
* Moved preferences display functions to console moduleJames Booth2013-04-211-213/+0
* Moved cons_show_account() to console moduleJames Booth2013-04-211-110/+0
* Moved cons_show_account_list() to console moduleJames Booth2013-04-211-26/+0
* Moved cons_show_room_invite() to console moduleJames Booth2013-04-211-31/+0
* Moved cons_show_status() to console moduleJames Booth2013-04-211-64/+4
* Moved cons_show_disco_info() and cons_show_disco_items() to consoleJames Booth2013-04-211-62/+0
* Moved cons_show_room_list() to console moduleJames Booth2013-04-211-20/+0
* Moved cons_show_software_version() to console moduleJames Booth2013-04-211-23/+0
* Moved cons_show_caps() to console moduleJames Booth2013-04-211-80/+0
* Moved cons_show_info() to console moduleJames Booth2013-04-211-141/+0
* Moved cons_show_wins() to console moduleJames Booth2013-04-211-77/+0
* Moved cons_show_login_success() to console moduleJames Booth2013-04-211-72/+16
* Moved cons_about() to console moduleJames Booth2013-04-201-380/+189
* Added ui/console moduleJames Booth2013-04-201-14/+6
* Show shortened room jid if possible on inviteJames Booth2013-04-181-5/+22
* Handle when servers do not send fulljid with presenceJames Booth2013-04-071-4/+21
* Show message in console when receiving chat room invitesJames Booth2013-03-241-0/+14
* Add newline before disco outputJames Booth2013-03-241-0/+3
* Removed mouse wheel from navigation helpJames Booth2013-03-191-1/+0
* Implemented output for /disco infoJames Booth2013-03-141-0/+39
* Added output for /disco itemsJames Booth2013-03-141-0/+20
* Show name as well as jid for room listJames Booth2013-03-141-0/+20
* Tidied fix for id attributes that cause a segfaultJames Booth2013-03-081-0/+3
* Added /clear command to clear current windowJames Booth2013-03-021-0/+7
* Only show resources for connected accountJames Booth2013-02-181-67/+69
* Show available resources for current account with "/account"James Booth2013-02-181-30/+108
* Colour connected account in "/account list" according ot presenceJames Booth2013-02-181-0/+26
* Tidied new command output, ordered featuresJames Booth2013-02-171-8/+8
* Colour title on /caps and /software outputJames Booth2013-02-171-20/+77
* Added autocomplete for /software commandJames Booth2013-02-171-0/+19
* Added /caps commandJames Booth2013-02-171-3/+27
* Show all resources ordered by priority with /info commandJames Booth2013-02-171-54/+71
* Simple default resource hanlding on presenceJames Booth2013-02-141-5/+8
* Added resource_presence_t and contact_presence_tJames Booth2013-02-101-21/+3
* Renamed jabber_presence_t->presence_tJames Booth2013-02-101-1/+1
* Renamed contact property jid->barejidJames Booth2013-02-091-6/+6
* Fixed remaining '%' char printingJames Booth2013-02-091-7/+7
* Show priority on loginJames Booth2013-02-051-0/+2
* Show detailed software/os information if available in capabilitiesJames Booth2013-02-051-16/+53
* Added assertsJames Booth2013-02-031-1/+1
* Losing connection shows 'offline' in uiJames Booth2013-02-031-0/+4