about summary refs log tree commit diff stats
path: root/tests/ui
Commit message (Collapse)AuthorAgeFilesLines
* Simplified autocompleters and command historyJames Booth2015-01-161-1/+2
|
* Moved input to ui module, renamed ui_readlineJames Booth2015-01-151-2/+2
|
* Moved input size variable to ui moduleJames Booth2015-01-151-1/+1
|
* Removed ch from main loopJames Booth2015-01-151-2/+2
|
* 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
|\ | | | | | | | | | | | | Conflicts: src/command/command.c src/config/preferences.c src/config/preferences.h
| * 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-102-0/+7
| |
* | Added test to ensure chat sessions cleared on cmd_disconnectJames Booth2015-01-102-0/+7
|/
* Use events for chat sessionsJames Booth2014-12-291-1/+1
|
* Removed old mocksJames Booth2014-12-252-523/+0
|
* 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-242-4/+38
|
* Added cmd_connect testsJames Booth2014-12-242-2/+18
|
* 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-232-31/+6
|
* cmd_account_shows_account_when_connected_and_no_argsJames Booth2014-12-232-1/+20
|
* Added stubbed implementationsJames Booth2014-12-232-0/+391
|
* Fixed testsJames Booth2014-12-202-0/+15
|
* Refactored all window recipients and typesJames Booth2014-12-201-18/+0
| | | | Tests need fixing
* Moved roster functionsJames Booth2014-12-162-4/+4
|
* Fixed broken testJames Booth2014-11-132-0/+12
|
* Always update UI in event loop, removed updates from rest of codeJames Booth2014-09-011-11/+0
|
* Fixed tests to work with cmocka 0.4.1James Booth2014-05-261-2/+2
|
* Chat room windows now created only after successful joinJames Booth2014-04-211-1/+1
|
* Added focus param to ui_room_join, not set for bookmark autojoinJames Booth2014-04-132-3/+5
| | | | Issue #194
* Revert "Added ui_already_connected"James Booth2014-04-122-14/+1
| | | | This reverts commit e97ec56fce641554ff7aa2ff9f0583e1fb9fc364.
* Added ui_already_connectedJames Booth2014-04-092-1/+14
|
* Added missing files, refactored ui_switch_win to check win existsJames Booth2014-04-012-26/+5
|
* Added test for valid window switchJames Booth2014-04-012-1/+15
|
* Added cmd_win testJames Booth2014-04-012-0/+23
|
* Renamed refresh functions to update_virtualJames Booth2014-04-012-4/+4
|
* Use expect_value == NULL for NULL parameters in testsJames Booth2014-03-161-1/+1
|
* Added cmd_roster testJames Booth2014-03-162-0/+21
|
* Updated copyrightJames Booth2014-03-091-22/+0
|
* Added test for /join with nick optionJames Booth2014-03-082-0/+15
|
* Test for /otr theirfp in non OTR windowJames Booth2014-02-172-0/+15
|
* Added test for /otr theirfp when in consoleJames Booth2014-02-172-0/+25
|