about summary refs log tree commit diff stats
path: root/tests/ui/stub_ui.c
Commit message (Expand)AuthorAgeFilesLines
* Inlined ui_handle_special_keysJames Booth2015-01-151-2/+0
* Removed result from main loopJames Booth2015-01-141-1/+1
* Pass value rather than address of ch during main loopJames Booth2015-01-141-1/+1
* Merge remote-tracking branch 'savar/dynamic_input_block'James Booth2015-01-121-1/+1
* Merge remote-tracking branch 'incertia/exit-title'James Booth2015-01-121-0/+1
|\
| * add cons_exittitle_setting to testsWill Song2015-01-081-0/+1
| * add ui_goodbye_title to testsWill Song2014-12-291-0/+1
* | Fixed testsJames Booth2015-01-111-2/+2
* | Added remaining chat statesJames Booth2015-01-111-0/+6
* | Added preferences for showing resource in titlebar and messagesJames Booth2015-01-101-0/+1
* | Show resource in titlebar and on each messageJames Booth2015-01-101-1/+1
* | Added tests for clearing chat sessions on lost connectionJames Booth2015-01-101-0/+6
* | Added test to ensure chat sessions cleared on cmd_disconnectJames Booth2015-01-101-0/+6
|/
* Use events for chat sessionsJames Booth2014-12-291-1/+1
* Added server_event testsJames Booth2014-12-251-4/+26
* Added cmd_win testsJames Booth2014-12-251-0/+3
* Added cmd_roster testsJames Booth2014-12-241-1/+6
* Added cmd_otr testsJames Booth2014-12-241-4/+36
* Added cmd_connect testsJames Booth2014-12-241-2/+17
* Added cmd_bookmark testsJames Booth2014-12-241-2/+8
* Added cmd_alias testsJames Booth2014-12-241-1/+6
* Refactoring cmd_account testsJames Booth2014-12-241-2/+7
* Use will_return instead of mock valuesJames Booth2014-12-231-25/+6
* cmd_account_shows_account_when_connected_and_no_argsJames Booth2014-12-231-1/+17
* Added stubbed implementationsJames Booth2014-12-231-0/+387
re>4ea0f69a ^
240394a4 ^
7dc8fef8 ^
36e4e71e ^

4a383291 ^
78a7d762 ^
e952d6cb ^
78a7d762 ^
e952d6cb ^
4ea0f69a ^

7838675f ^

6ff9bb6f ^

07069888 ^
7838675f ^

2c8cb95f ^
1891697f ^
755e7df1 ^
a3d5f44b ^
66a8d4ff ^
7838675f ^
7dc8fef8 ^
2c8cb95f ^
80a93f0b ^
500cf259 ^

7dc8fef8 ^


80a93f0b ^
240394a4 ^



240394a4 ^
7dc8fef8 ^
240394a4 ^

2c8cb95f ^

240394a4 ^

2c8cb95f ^

240394a4 ^



e5fb3d74 ^
240394a4 ^

240394a4 ^
7dc8fef8 ^



7b33b517 ^

176e8a68 ^
7b33b517 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104