about summary refs log tree commit diff stats
path: root/src/ui/ui.h
Commit message (Collapse)AuthorAgeFilesLines
* Implemented /room config submit for saving room configurationJames Booth2014-09-101-0/+1
|
* Moved room config UI code to ui/core.cJames Booth2014-09-071-0/+1
|
* Handle /room config cancelJames Booth2014-09-031-0/+1
|
* Show message when room requires configJames Booth2014-09-031-0/+1
|
* Always update UI in event loop, removed updates from rest of codeJames Booth2014-09-011-3/+1
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Reinitialise libnotify per notificationJames Booth2014-06-291-1/+0
| | | | | Fixes issue on Xfce4 where notification are not being sent after a period of time. Issue #370
* Show info in chat and private chat windowsJames Booth2014-06-031-0/+2
|
* Show info in room for participantJames Booth2014-06-031-0/+1
|
* Added settings to show message text in notificationsJames Booth2014-05-241-2/+2
|
* Added /prefs otrJames Booth2014-05-111-2/+1
|
* Added UI messages for smp question/answer resultJames Booth2014-05-071-0/+3
|
* Added question answer authentication (libotr 3.2.x)James Booth2014-04-301-0/+2
|
* Added ui functions for otr authenticationJames Booth2014-04-301-0/+3
|
* Added SMP secret authentication success messageJames Booth2014-04-271-0/+1
|
* Tidied UI messages for SMP shared secret authenticationJames Booth2014-04-271-2/+0
|
* Added SMP ui eventsJames Booth2014-04-261-0/+8
|
* Added command /wins swapJames Booth2014-04-241-0/+1
|
* Chat room windows now created only after successful joinJames Booth2014-04-211-1/+2
|
* Added XML Console windowJames Booth2014-04-151-0/+4
|
* Added simple stanza logging to main consoleJames Booth2014-04-151-0/+2
|
* Added focus param to ui_room_join, not set for bookmark autojoinJames Booth2014-04-131-1/+1
| | | | Issue #194
* Revert "Added ui_unknown_command"James Booth2014-04-121-1/+0
| | | | This reverts commit 714ee2486353361898df7f5bb339e9be3f456830.
* Revert "Added ui_already_connected"James Booth2014-04-121-1/+0
| | | | This reverts commit e97ec56fce641554ff7aa2ff9f0583e1fb9fc364.
* Added ui_already_connectedJames Booth2014-04-091-0/+1
|
* Added ui_unknown_commandJames Booth2014-04-091-0/+1
|
* Refactored invalid command usageJames Booth2014-04-091-0/+2
|
* Removed unused inputwin module initJames Booth2014-04-071-1/+0
|
* Removed inputwin functions from ui.hJames Booth2014-04-071-12/+4
|
* Removed statusbar functions from ui.hJames Booth2014-04-071-15/+2
|
* Removed titlebar functions from ui.hJames Booth2014-04-071-9/+7
|
* Removed create_title_bar from ui.hJames Booth2014-04-071-1/+0
|
* Clear window title bar on exitJames Booth2014-04-031-0/+1
|
* Added missing files, refactored ui_switch_win to check win existsJames Booth2014-04-011-1/+1
|
* Renamed refresh functions to update_virtualJames Booth2014-04-011-4/+4
|
* Updated copyrightJames Booth2014-03-091-1/+1
|
* Added test for /join with nick optionJames Booth2014-03-081-1/+1
|
* Added /otr myfp testJames Booth2014-02-171-1/+1
|
* Added tests for /otr warnJames Booth2014-02-161-0/+1
|
* Refactored handle_presence_error, removed no longer used functionsJames Booth2014-01-301-2/+0
|
* Added fallback message error handlersJames Booth2014-01-271-0/+2
|
* Show original error messageJames Booth2014-01-261-1/+1
|
* Handle recipient not foundJames Booth2014-01-261-0/+1
|
* Added aliases to autocompleteJames Booth2014-01-231-1/+0
|
* Added /alias command, writing aliases to [alias] group in profrcJames Booth2014-01-231-0/+1
|
* Added skeleton /alias commandJames Booth2014-01-231-0/+1
|
* Added UI presence functionsJames Booth2014-01-191-0/+4
|
* Inlined ui_contact_online and ui_contact_offlineJames Booth2014-01-191-4/+0
|
* Tidied OTR messagesJames Booth2014-01-161-0/+1
|
* Show OTR coloured statusJames Booth2014-01-161-0/+1
| | | | | | | | | | | | Customisable within theme files e.g.: titlebar.unencrypted=red titlebar.encrypted=green titlebar.trusted=red titlebar.untrusted=green Shows [unencrypted] for all non-OTR chat Disable with '/otr warn off'