| Commit message (Expand) | Author | Age | Files | Lines |
* | Added simple mock test, refactored roster | James Booth | 2013-12-14 | 1 | -0/+1 |
* | Refactor wins_refresh_current | James Booth | 2013-10-06 | 1 | -3/+1 |
* | Removed generic functions from ProfWin | James Booth | 2013-10-06 | 1 | -1/+1 |
* | OO style for ProfWin type | James Booth | 2013-10-06 | 1 | -1/+1 |
* | Fix crash when tidying windows | James Booth | 2013-10-03 | 1 | -0/+2 |
* | Next and previous windows, handle KEY_CODE_YES terms, jump empty wins | James Booth | 2013-09-26 | 1 | -0/+53 |
* | Show only nick or jid in /wins output | James Booth | 2013-08-31 | 1 | -9/+6 |
* | Fixed ">" indicator when tidying windows | James Booth | 2013-08-30 | 1 | -4/+1 |
* | Fixed /close all and /close read to close extra windows | James Booth | 2013-08-30 | 1 | -0/+6 |
* | Fix count on /close all, and /close read | James Booth | 2013-08-30 | 1 | -0/+1 |
* | Set all inactive before tidy | James Booth | 2013-08-28 | 1 | -0/+4 |
* | Fixes to windows tidy | James Booth | 2013-08-28 | 1 | -3/+3 |
* | Fixed test for requiring window tidy | James Booth | 2013-08-28 | 1 | -2/+2 |
* | Removed limit on number of windows, WIP | James Booth | 2013-08-27 | 1 | -227/+225 |
* | Added function to get next available window number, and tests | James Booth | 2013-08-27 | 1 | -0/+1 |
* | Free windows on exit | James Booth | 2013-08-26 | 1 | -0/+11 |
* | Removed cons_create from console.c | James Booth | 2013-08-26 | 1 | -1/+2 |
* | Initial code refactor for growable window list | James Booth | 2013-08-20 | 1 | -0/+456 |
* | Renamed windows.c -> core.c | James Booth | 2013-04-21 | 1 | -1551/+0 |
* | Moved static function in windows | James Booth | 2013-04-21 | 1 | -42/+42 |
* | Renamed cons_bad_show -> cons_show_error | James Booth | 2013-04-21 | 1 | -1/+1 |
* | Renamed window_show_time -> window_print_time | James Booth | 2013-04-21 | 1 | -19/+19 |
* | Moved remaining static functions to console module | James Booth | 2013-04-21 | 1 | -25/+4 |
* | Moved cons_bad_command() to console module | James Booth | 2013-04-21 | 1 | -13/+0 |
* | Moved cons_show_word() to console module | James Booth | 2013-04-21 | 1 | -12/+0 |
* | Moved cons_debug() to console module | James Booth | 2013-04-21 | 1 | -24/+0 |
* | Moved cons_show_time() to console module | James Booth | 2013-04-21 | 1 | -6/+0 |
* | Moved cons_bad_show() to console module | James Booth | 2013-04-21 | 1 | -21/+0 |
* | Moved cons_show_contacts() to console module | James Booth | 2013-04-21 | 1 | -14/+0 |
* | Moved help display functions to console module | James Booth | 2013-04-21 | 1 | -121/+0 |
* | Moved preferences display functions to console module | James Booth | 2013-04-21 | 1 | -213/+0 |
* | Moved cons_show_account() to console module | James Booth | 2013-04-21 | 1 | -110/+0 |
* | Moved cons_show_account_list() to console module | James Booth | 2013-04-21 | 1 | -26/+0 |
* | Moved cons_show_room_invite() to console module | James Booth | 2013-04-21 | 1 | -31/+0 |
* | Moved cons_show_status() to console module | James Booth | 2013-04-21 | 1 | -64/+4 |
* | Moved cons_show_disco_info() and cons_show_disco_items() to console | James Booth | 2013-04-21 | 1 | -62/+0 |
* | Moved cons_show_room_list() to console module | James Booth | 2013-04-21 | 1 | -20/+0 |
* | Moved cons_show_software_version() to console module | James Booth | 2013-04-21 | 1 | -23/+0 |
* | Moved cons_show_caps() to console module | James Booth | 2013-04-21 | 1 | -80/+0 |
* | Moved cons_show_info() to console module | James Booth | 2013-04-21 | 1 | -141/+0 |
* | Moved cons_show_wins() to console module | James Booth | 2013-04-21 | 1 | -77/+0 |
* | Moved cons_show_login_success() to console module | James Booth | 2013-04-21 | 1 | -72/+16 |
* | Moved cons_about() to console module | James Booth | 2013-04-20 | 1 | -380/+189 |
* | Added ui/console module | James Booth | 2013-04-20 | 1 | -14/+6 |
* | Show shortened room jid if possible on invite | James Booth | 2013-04-18 | 1 | -5/+22 |
* | Handle when servers do not send fulljid with presence | James Booth | 2013-04-07 | 1 | -4/+21 |
* | Show message in console when receiving chat room invites | James Booth | 2013-03-24 | 1 | -0/+14 |
* | Add newline before disco output | James Booth | 2013-03-24 | 1 | -0/+3 |
* | Removed mouse wheel from navigation help | James Booth | 2013-03-19 | 1 | -1/+0 |
* | Implemented output for /disco info | James Booth | 2013-03-14 | 1 | -0/+39 |