about summary refs log tree commit diff stats
path: root/src/ui/windows.c
Commit message (Expand)AuthorAgeFilesLines
* Show only nick or jid in /wins outputJames Booth2013-08-311-9/+6
* Fixed ">" indicator when tidying windowsJames Booth2013-08-301-4/+1
* Fixed /close all and /close read to close extra windowsJames Booth2013-08-301-0/+6
* Fix count on /close all, and /close readJames Booth2013-08-301-0/+1
* Set all inactive before tidyJames Booth2013-08-281-0/+4
* Fixes to windows tidyJames Booth2013-08-281-3/+3
* Fixed test for requiring window tidyJames Booth2013-08-281-2/+2
* Removed limit on number of windows, WIPJames Booth2013-08-271-227/+225
* Added function to get next available window number, and testsJames Booth2013-08-271-0/+1
* Free windows on exitJames Booth2013-08-261-0/+11
* Removed cons_create from console.cJames Booth2013-08-261-1/+2
* Initial code refactor for growable window listJames Booth2013-08-201-0/+456
* Renamed windows.c -> core.cJames Booth2013-04-211-1551/+0
* Moved static function in windowsJames Booth2013-04-211-42/+42
* Renamed cons_bad_show -> cons_show_errorJames Booth2013-04-211-1/+1
* 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