about summary refs log tree commit diff stats
path: root/tests/unittests/ui
Commit message (Collapse)AuthorAgeFilesLines
* test: add cons_color_settingMichael Vetter2019-12-091-0/+1
|
* Add cons_logging_setting() to test stubMichael Vetter2019-11-131-2/+1
|
* Add cons_titlebar_setting stubMichael Vetter2019-11-051-1/+1
| | | | and remove encwarn one.
* Fix handling of encrypted carbonsPaul Fariello2019-06-211-1/+1
|
* Rename prof_message_t into ProfMessagePaul Fariello2019-06-201-3/+3
|
* Add prof_message_t to wrap all message attributesPaul Fariello2019-06-201-3/+3
| | | | | | | Probably missing copy of body to plain in carbon and privmessage. Only covers the incoming message path because goal is OMEMO decryption of untrusted message. Cover some of the log functions but not all.
* Remove cons_mouse_setting() stubMichael Vetter2019-06-171-1/+0
| | | | Mouse support has been disabled long ago.
* Use mock_ptr_type() to silence compiler warningsFrank Zschockelt2019-05-081-2/+2
| | | | | | Unit tests on 32-bit architectures were failing due to "cast to pointer from integer of different size" warnings. mock_ptr_type silences those by first casting to uintptr_t.
* Add occupantswin_occupants_all() stub to unittestMichael Vetter2019-04-231-0/+1
|
* Rework MUC reflected message filteringPaul Fariello2019-04-101-2/+2
| | | | | | | | | Reflected messages can't be filtered by nick only otherwise you might ignore messages comming from you on another devices. Consequently we maintain a list of sent messages id in mucwin. To be sure the id will be correctly reflected we use the origin-id stanza.
* Add OMEMO in prefs commandPaul Fariello2019-04-101-0/+1
|
* Add required OMEMO stub for unit-testPaul Fariello2019-04-101-1/+2
|
* Add support for command config executionPaul Fariello2018-09-051-1/+1
|
* Rename mucconf wins into conf winsPaul Fariello2018-09-051-6/+6
| | | | Configuration windows are now being used by both muc and cmd.
* Add preferences for tab displayJames Booth2018-03-091-2/+7
|
* Add prefs for empty tabs and tab namesJames Booth2018-03-081-0/+1
|
* Show name in statusbar tabs WIPJames Booth2018-03-081-2/+2
|
* Add /rooms cacheJames Booth2018-02-051-0/+1
|
* Allow previous autocompletion with shift tabJames Booth2017-04-011-1/+1
|
* Allow room display properies to be set by pluginsJames Booth2017-01-201-0/+5
|
* Allow chat prefix char to be set by pluginsJames Booth2017-01-201-0/+4
|
* Add titlebar encryption text to plugins apiJames Booth2017-01-191-0/+3
|
* Remove ui_current_print_formatted_lineJames Booth2016-10-162-9/+0
|
* Remove ui_current_print_lineJames Booth2016-10-162-5/+13
|
* Use varargs in win_println_indentJames Booth2016-10-151-1/+1
|
* Add win_appendlnJames Booth2016-10-151-0/+1
|
* Add win_printJames Booth2016-10-151-1/+2
|
* Rename win_println -> win_println_indentJames Booth2016-10-151-1/+1
|
* Remove win_vprintln_chJames Booth2016-10-151-1/+0
|
* Remove ui_current_error_lineJames Booth2016-10-151-2/+0
|
* Remove ui_win_error_lineJames Booth2016-10-151-1/+0
|
* Rename win_get_string -> win_to_stringJames Booth2016-10-151-1/+1
|
* Add ch arg to win_printf_lineJames Booth2016-10-151-1/+1
|
* Add win_printf_lineJames Booth2016-10-121-0/+2
|
* Remove win_print, use win_printf insteadJames Booth2016-10-111-1/+0
|
* Rename win_vprint -> win_printfJames Booth2016-10-111-1/+1
|
* Allow vertical positioning of all windowsJames Booth2016-09-231-1/+1
|
* Rename /titlebar -> /wintitleJames Booth2016-09-221-1/+1
|
* Add /inputwin top|bottom commandJames Booth2016-09-191-0/+1
| | | | closes #853
* Send receipt request only when receiver supports featureJames Booth2016-08-181-1/+2
| | | | issue #829
* Remove plugin window on /closeJames Booth2016-07-121-1/+1
|
* Free plugins commands on quitJames Booth2016-07-041-1/+1
|
* Revert "WIP - Unload plugin commands"James Booth2016-06-301-1/+1
| | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f.
* WIP - Unload plugin commandsJames Booth2016-06-291-1/+1
|
* Merge remote-tracking branch 'asdil12/tray_config'James Booth2016-04-171-0/+1
|
* Added whole word matches for room mentionJames Booth2016-04-071-1/+1
|
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-3/+3
|
* Add PGP decryption for incoming/outgoing carbonsJames Booth2016-03-221-1/+1
|
* Tidied cons_show_helpJames Booth2016-02-181-3/+1
|
* Added new help format to c plugins WIPJames Booth2016-02-181-0/+2
|