James Booth
|
30180ac8bb
|
Move SIGWINCH handling to ui/core.c, ignore signal whilst resizing
|
2015-02-04 23:35:28 +00:00 |
|
James Booth
|
3b3ffcfb37
|
Added mock ui functions to tests
|
2015-01-31 22:14:41 +00:00 |
|
James Booth
|
83bd207316
|
Moved readline code to inputwin.c
|
2015-01-30 23:28:02 +00:00 |
|
James Booth
|
2cdbfc7eb7
|
Added gnu readline
|
2015-01-27 22:13:09 +00:00 |
|
James Booth
|
4c6cfcdca0
|
Simplified autocompleters and command history
|
2015-01-16 22:50:40 +00:00 |
|
James Booth
|
82c986775d
|
Moved input to ui module, renamed ui_readline
|
2015-01-15 22:21:24 +00:00 |
|
James Booth
|
5be47cc5a9
|
Moved input size variable to ui module
|
2015-01-15 13:22:54 +00:00 |
|
James Booth
|
aec1484806
|
Removed ch from main loop
|
2015-01-15 01:21:24 +00:00 |
|
James Booth
|
db9a2cf0ab
|
Inlined ui_handle_special_keys
|
2015-01-15 00:02:42 +00:00 |
|
James Booth
|
3984c660b6
|
Removed result from main loop
|
2015-01-14 23:57:45 +00:00 |
|
James Booth
|
a6160d52c6
|
Pass value rather than address of ch during main loop
|
2015-01-14 23:54:46 +00:00 |
|
James Booth
|
a39ac6cd07
|
Merge remote-tracking branch 'savar/dynamic_input_block'
|
2015-01-12 23:41:15 +00:00 |
|
James Booth
|
0d0ed9b7ca
|
Merge remote-tracking branch 'incertia/exit-title'
Conflicts:
src/command/command.c
src/config/preferences.c
src/config/preferences.h
|
2015-01-12 01:12:42 +00:00 |
|
James Booth
|
51bd4ed375
|
Fixed tests
|
2015-01-11 23:09:07 +00:00 |
|
James Booth
|
c16871d143
|
Added remaining chat states
|
2015-01-11 20:20:17 +00:00 |
|
James Booth
|
31c0f2ba78
|
Added preferences for showing resource in titlebar and messages
|
2015-01-10 19:10:10 +00:00 |
|
James Booth
|
c3ad3c0ba6
|
Show resource in titlebar and on each message
|
2015-01-10 18:35:59 +00:00 |
|
James Booth
|
f180925c3b
|
Added tests for clearing chat sessions on lost connection
|
2015-01-10 01:17:38 +00:00 |
|
James Booth
|
ab7bd6fe5f
|
Added test to ensure chat sessions cleared on cmd_disconnect
|
2015-01-10 01:06:52 +00:00 |
|
Will Song
|
22cc641905
|
add cons_exittitle_setting to tests
|
2015-01-08 10:22:03 -06:00 |
|
Will Song
|
ca6b367133
|
add ui_goodbye_title to tests
|
2014-12-29 20:27:46 -06:00 |
|
James Booth
|
10a3a3a675
|
Use events for chat sessions
|
2014-12-29 01:17:59 +00:00 |
|
James Booth
|
25a60c9997
|
Removed old mocks
|
2014-12-25 00:57:02 +00:00 |
|
James Booth
|
7a10443164
|
Added server_event tests
|
2014-12-25 00:46:15 +00:00 |
|
James Booth
|
5929605440
|
Added cmd_win tests
|
2014-12-25 00:08:46 +00:00 |
|
James Booth
|
a871ad8004
|
Added cmd_roster tests
|
2014-12-24 23:59:26 +00:00 |
|
James Booth
|
419f37feea
|
Added cmd_otr tests
|
2014-12-24 23:32:32 +00:00 |
|
James Booth
|
5319a03aeb
|
Added cmd_connect tests
|
2014-12-24 21:34:11 +00:00 |
|
James Booth
|
3487100c0f
|
Added cmd_bookmark tests
|
2014-12-24 20:41:28 +00:00 |
|
James Booth
|
8b4c7e93b8
|
Added cmd_alias tests
|
2014-12-24 20:11:24 +00:00 |
|
James Booth
|
05bf9bb993
|
Refactoring cmd_account tests
|
2014-12-24 13:06:32 +00:00 |
|
James Booth
|
8c01021ab9
|
Use will_return instead of mock values
|
2014-12-23 21:42:01 +00:00 |
|
James Booth
|
69fe6c4d21
|
cmd_account_shows_account_when_connected_and_no_args
|
2014-12-23 19:51:12 +00:00 |
|
James Booth
|
5be9ac3243
|
Added stubbed implementations
|
2014-12-23 19:26:45 +00:00 |
|
James Booth
|
6800bf1cad
|
Fixed tests
|
2014-12-20 18:39:39 +00:00 |
|
James Booth
|
ea267e2017
|
Refactored all window recipients and types
Tests need fixing
|
2014-12-20 00:52:35 +00:00 |
|
James Booth
|
48ec7b3b47
|
Moved roster functions
|
2014-12-16 23:00:05 +00:00 |
|
James Booth
|
20dc44c0a9
|
Fixed broken test
|
2014-11-13 00:29:29 +00:00 |
|
James Booth
|
bc3c4e09a1
|
Always update UI in event loop, removed updates from rest of code
|
2014-09-01 19:14:52 +01:00 |
|
James Booth
|
52f66fde10
|
Fixed tests to work with cmocka 0.4.1
|
2014-05-26 01:05:19 +01:00 |
|
James Booth
|
2c15aba92a
|
Chat room windows now created only after successful join
|
2014-04-21 00:37:04 +01:00 |
|
James Booth
|
71180f66d7
|
Added focus param to ui_room_join, not set for bookmark autojoin
Issue #194
|
2014-04-13 02:52:25 +01:00 |
|
James Booth
|
2fafcf0013
|
Revert "Added ui_already_connected"
This reverts commit e97ec56fce .
|
2014-04-12 15:20:19 +01:00 |
|
James Booth
|
e97ec56fce
|
Added ui_already_connected
|
2014-04-09 22:29:38 +01:00 |
|
James Booth
|
b19b881b97
|
Added missing files, refactored ui_switch_win to check win exists
|
2014-04-01 23:54:26 +01:00 |
|
James Booth
|
7113b97952
|
Added test for valid window switch
|
2014-04-01 23:33:12 +01:00 |
|
James Booth
|
96e32fe178
|
Added cmd_win test
|
2014-04-01 23:14:53 +01:00 |
|
James Booth
|
404dde2810
|
Renamed refresh functions to update_virtual
|
2014-04-01 21:52:04 +01:00 |
|
James Booth
|
f4d52f3d40
|
Use expect_value == NULL for NULL parameters in tests
|
2014-03-16 18:02:18 +00:00 |
|
James Booth
|
93397e4581
|
Added cmd_roster test
|
2014-03-16 01:23:12 +00:00 |
|