Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move SIGWINCH handling to ui/core.c, ignore signal whilst resizing | James Booth | 2015-02-04 | 1 | -0/+1 |
| | |||||
* | Added mock ui functions to tests | James Booth | 2015-01-31 | 1 | -0/+5 |
| | |||||
* | Moved readline code to inputwin.c | James Booth | 2015-01-30 | 1 | -2/+2 |
| | |||||
* | Added gnu readline | James Booth | 2015-01-27 | 1 | -0/+3 |
| | |||||
* | Simplified autocompleters and command history | James Booth | 2015-01-16 | 1 | -1/+2 |
| | |||||
* | Moved input to ui module, renamed ui_readline | James Booth | 2015-01-15 | 1 | -2/+2 |
| | |||||
* | Moved input size variable to ui module | James Booth | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | Removed ch from main loop | James Booth | 2015-01-15 | 1 | -2/+2 |
| | |||||
* | Inlined ui_handle_special_keys | James Booth | 2015-01-15 | 1 | -2/+0 |
| | |||||
* | Removed result from main loop | James Booth | 2015-01-14 | 1 | -1/+1 |
| | |||||
* | Pass value rather than address of ch during main loop | James Booth | 2015-01-14 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'savar/dynamic_input_block' | James Booth | 2015-01-12 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'incertia/exit-title' | James Booth | 2015-01-12 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | Conflicts: src/command/command.c src/config/preferences.c src/config/preferences.h | ||||
| * | add cons_exittitle_setting to tests | Will Song | 2015-01-08 | 1 | -0/+1 |
| | | |||||
| * | add ui_goodbye_title to tests | Will Song | 2014-12-29 | 1 | -0/+1 |
| | | |||||
* | | Fixed tests | James Booth | 2015-01-11 | 1 | -2/+2 |
| | | |||||
* | | Added remaining chat states | James Booth | 2015-01-11 | 1 | -0/+6 |
| | | |||||
* | | Added preferences for showing resource in titlebar and messages | James Booth | 2015-01-10 | 1 | -0/+1 |
| | | |||||
* | | Show resource in titlebar and on each message | James Booth | 2015-01-10 | 1 | -1/+1 |
| | | |||||
* | | Added tests for clearing chat sessions on lost connection | James Booth | 2015-01-10 | 2 | -0/+7 |
| | | |||||
* | | Added test to ensure chat sessions cleared on cmd_disconnect | James Booth | 2015-01-10 | 2 | -0/+7 |
|/ | |||||
* | Use events for chat sessions | James Booth | 2014-12-29 | 1 | -1/+1 |
| | |||||
* | Removed old mocks | James Booth | 2014-12-25 | 2 | -523/+0 |
| | |||||
* | Added server_event tests | James Booth | 2014-12-25 | 1 | -4/+26 |
| | |||||
* | Added cmd_win tests | James Booth | 2014-12-25 | 1 | -0/+3 |
| | |||||
* | Added cmd_roster tests | James Booth | 2014-12-24 | 1 | -1/+6 |
| | |||||
* | Added cmd_otr tests | James Booth | 2014-12-24 | 2 | -4/+38 |
| | |||||
* | Added cmd_connect tests | James Booth | 2014-12-24 | 2 | -2/+18 |
| | |||||
* | Added cmd_bookmark tests | James Booth | 2014-12-24 | 1 | -2/+8 |
| | |||||
* | Added cmd_alias tests | James Booth | 2014-12-24 | 1 | -1/+6 |
| | |||||
* | Refactoring cmd_account tests | James Booth | 2014-12-24 | 1 | -2/+7 |
| | |||||
* | Use will_return instead of mock values | James Booth | 2014-12-23 | 2 | -31/+6 |
| | |||||
* | cmd_account_shows_account_when_connected_and_no_args | James Booth | 2014-12-23 | 2 | -1/+20 |
| | |||||
* | Added stubbed implementations | James Booth | 2014-12-23 | 2 | -0/+391 |
| | |||||
* | Fixed tests | James Booth | 2014-12-20 | 2 | -0/+15 |
| | |||||
* | Refactored all window recipients and types | James Booth | 2014-12-20 | 1 | -18/+0 |
| | | | | Tests need fixing | ||||
* | Moved roster functions | James Booth | 2014-12-16 | 2 | -4/+4 |
| | |||||
* | Fixed broken test | James Booth | 2014-11-13 | 2 | -0/+12 |
| | |||||
* | Always update UI in event loop, removed updates from rest of code | James Booth | 2014-09-01 | 1 | -11/+0 |
| | |||||
* | Fixed tests to work with cmocka 0.4.1 | James Booth | 2014-05-26 | 1 | -2/+2 |
| | |||||
* | Chat room windows now created only after successful join | James Booth | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | Added focus param to ui_room_join, not set for bookmark autojoin | James Booth | 2014-04-13 | 2 | -3/+5 |
| | | | | Issue #194 | ||||
* | Revert "Added ui_already_connected" | James Booth | 2014-04-12 | 2 | -14/+1 |
| | | | | This reverts commit e97ec56fce641554ff7aa2ff9f0583e1fb9fc364. | ||||
* | Added ui_already_connected | James Booth | 2014-04-09 | 2 | -1/+14 |
| | |||||
* | Added missing files, refactored ui_switch_win to check win exists | James Booth | 2014-04-01 | 2 | -26/+5 |
| | |||||
* | Added test for valid window switch | James Booth | 2014-04-01 | 2 | -1/+15 |
| | |||||
* | Added cmd_win test | James Booth | 2014-04-01 | 2 | -0/+23 |
| | |||||
* | Renamed refresh functions to update_virtual | James Booth | 2014-04-01 | 2 | -4/+4 |
| | |||||
* | Use expect_value == NULL for NULL parameters in tests | James Booth | 2014-03-16 | 1 | -1/+1 |
| | |||||
* | Added cmd_roster test | James Booth | 2014-03-16 | 2 | -0/+21 |
| |