Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed usages of ui_current_print_line from ui/core.c | James Booth | 2013-10-07 | 1 | -3/+3 |
| | |||||
* | Tidy _ui_draw_win_title | James Booth | 2013-10-07 | 1 | -3/+8 |
| | |||||
* | Removed _win_show_error_msg | James Booth | 2013-10-07 | 1 | -11/+1 |
| | |||||
* | Refactor ui_create_duck_win | James Booth | 2013-10-07 | 1 | -2/+1 |
| | |||||
* | Refactor ui_recipient_gone | James Booth | 2013-10-07 | 1 | -6/+1 |
| | |||||
* | Added win_page_off | James Booth | 2013-10-07 | 3 | -12/+18 |
| | |||||
* | Moved idle chat state handling out of ui module | James Booth | 2013-10-07 | 3 | -27/+29 |
| | |||||
* | Added p_contact_create_display_string | James Booth | 2013-10-07 | 3 | -38/+34 |
| | |||||
* | Moved win_show_status function to window module | James Booth | 2013-10-06 | 3 | -94/+94 |
| | |||||
* | PREF_STATUSES, moved checks to profanity module | James Booth | 2013-10-06 | 2 | -26/+16 |
| | | | | Removed checks from muc presence, and when contact is offline on message | ||||
* | Moved check for PREF_STATUSES | James Booth | 2013-10-06 | 1 | -17/+24 |
| | |||||
* | Rename window in ui_handle_error_message | James Booth | 2013-10-06 | 1 | -2/+2 |
| | |||||
* | Refactor wins_refresh_current | James Booth | 2013-10-06 | 1 | -3/+1 |
| | |||||
* | Removed generic functions from ProfWin | James Booth | 2013-10-06 | 5 | -168/+154 |
| | |||||
* | Refactor ui_current_error_line | James Booth | 2013-10-06 | 1 | -6/+2 |
| | |||||
* | Refactor ui_incoming_message | James Booth | 2013-10-06 | 1 | -22/+1 |
| | |||||
* | Moved status display when receiveing delayed delivery | James Booth | 2013-10-06 | 1 | -7/+8 |
| | |||||
* | ProfWin->print_incoming_message added | James Booth | 2013-10-06 | 3 | -22/+54 |
| | |||||
* | Use ProfWin->print_line for console typing notifications | James Booth | 2013-10-06 | 1 | -4/+1 |
| | |||||
* | Added show_char and attrs to ProfWin->print_line | James Booth | 2013-10-06 | 4 | -6/+11 |
| | |||||
* | Added muc_window | James Booth | 2013-10-06 | 4 | -25/+82 |
| | |||||
* | Remove implicit refresh from ProfWin->print_line | James Booth | 2013-10-06 | 3 | -3/+4 |
| | |||||
* | Refactored ui_current_print_line | James Booth | 2013-10-06 | 1 | -7/+1 |
| | |||||
* | OO style for ProfWin type | James Booth | 2013-10-06 | 5 | -162/+175 |
| | |||||
* | Added win_refresh function | James Booth | 2013-10-06 | 2 | -0/+6 |
| | |||||
* | Refactored error message handling | James Booth | 2013-10-06 | 3 | -15/+59 |
| | |||||
* | Refactor error handling to use win_type switch | James Booth | 2013-10-06 | 1 | -7/+17 |
| | |||||
* | Moved muc error handling to profanity.c | James Booth | 2013-10-06 | 2 | -7/+9 |
| | |||||
* | Moved UI error handler code to ui/core | James Booth | 2013-10-06 | 3 | -21/+28 |
| | |||||
* | Fix crash when tidying windows | James Booth | 2013-10-03 | 1 | -0/+2 |
| | |||||
* | Show current window in status bar | James Booth | 2013-10-02 | 3 | -3/+37 |
| | |||||
* | Next and previous windows, handle KEY_CODE_YES terms, jump empty wins | James Booth | 2013-09-26 | 5 | -16/+131 |
| | |||||
* | Adding irssi style Alt-Left/Right window navigation | Jesse R. Adams | 2013-09-25 | 2 | -0/+23 |
| | |||||
* | Fixed memory leak in groupchat logging | James Booth | 2013-09-23 | 1 | -0/+1 |
| | | | | issue #226 | ||||
* | Fixed memory leak in _cmd_join | James Booth | 2013-09-23 | 1 | -2/+2 |
| | | | | issue #226 | ||||
* | Moved free in parse_args_with_freetext | James Booth | 2013-09-23 | 1 | -2/+2 |
| | | | | issue #226 | ||||
* | Fixed memory leaks in chat logs | James Booth | 2013-09-23 | 1 | -9/+9 |
| | | | | issue #226 | ||||
* | Fixed memory leak in parse_args_with_freetext | James Booth | 2013-09-23 | 1 | -2/+2 |
| | | | | issue #226 | ||||
* | Fixed memory leak in accounts_get_account | James Booth | 2013-09-23 | 1 | -1/+1 |
| | | | | issue #226 | ||||
* | Fixed memory leak in _cmd_connect | James Booth | 2013-09-23 | 1 | -0/+1 |
| | | | | issue #226 | ||||
* | Fixed memory leak in accounts_get_account | James Booth | 2013-09-23 | 1 | -1/+1 |
| | | | | issue #226 | ||||
* | Use stack rather than heap for autcomplete_param_with_func | James Booth | 2013-09-23 | 1 | -2/+1 |
| | | | | issue #226 | ||||
* | Fix nickname change conflicts | James Booth | 2013-09-22 | 1 | -1/+3 |
| | | | | fixes #242 | ||||
* | Fixe rejoining room after nickname conflict | James Booth | 2013-09-22 | 3 | -5/+14 |
| | | | | fixes #241 | ||||
* | Add error handler only once | James Booth | 2013-09-22 | 3 | -2/+1 |
| | | | | fixes #240 | ||||
* | Use git revision in development strings | James Booth | 2013-09-17 | 4 | -1/+42 |
| | |||||
* | Include git revision with -v output | James Booth | 2013-09-17 | 1 | -2/+15 |
| | |||||
* | Added git branch and revision to development builds | James Booth | 2013-09-17 | 1 | -0/+12 |
| | |||||
* | Check for KEY_CODE_YES before sending typing notifications | James Booth | 2013-09-13 | 1 | -2/+5 |
| | | | | fixes #239 | ||||
* | Allow users to set default muc service and nickname per account | James Booth | 2013-09-12 | 4 | -16/+129 |
| | | | | | | | | See #238 Conflicts: src/config/accounts.c |