about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Expand)AuthorAgeFilesLines
* Moved info display code to window.cJames Booth2014-06-034-124/+145
* Made room message notification preference display case consistentJames Booth2014-06-021-0/+6
* Added character codes for alt-left, alt-rightJames Booth2014-05-261-2/+2
* Escape strings passed to terminal-notifierJames Booth2014-05-241-3/+6
* Added settings to show message text in notificationsJames Booth2014-05-244-16/+39
* Added notification setting for typing in current windowJames Booth2014-05-242-7/+15
* Added settings for message notifications in current windowJames Booth2014-05-242-7/+26
* Ignore case for chat room mention notificationJames Booth2014-05-241-2/+8
* Added /notify room mention settingJames Booth2014-05-242-5/+11
* Split regular and chat room notify settingsJames Booth2014-05-242-1/+6
* Added config.h to files checking for OTR supportJames Booth2014-05-191-0/+2
* Fixed OTR dependency when library not present, changed version to 0.4.2James Booth2014-05-191-0/+2
* Free strings in cons_show_accountJames Booth2014-05-121-0/+3
* Added OTR preferences to /account show commmandJames Booth2014-05-111-15/+53
* Added OTR policy account preferenceJames Booth2014-05-111-0/+3
* Added /prefs otrJames Booth2014-05-112-33/+39
* Highlight active rooms in bookmark listJames Booth2014-05-101-1/+15
* Refactored bookmarks to use option parser, allow bookmarking rooms with passw...James Booth2014-05-101-0/+3
* Added UI messages for smp question/answer resultJames Booth2014-05-072-0/+35
* Added question answer authentication (libotr 3.2.x)James Booth2014-04-302-0/+20
* Added ui functions for otr authenticationJames Booth2014-04-302-0/+35
* Added SMP secret authentication success messageJames Booth2014-04-272-0/+33
* Tidied UI messages for SMP shared secret authenticationJames Booth2014-04-272-31/+3
* Added SMP ui eventsJames Booth2014-04-262-0/+86
* Fixed cppcheck warningsJames Booth2014-04-264-9/+6
* Added open xml consoleJames Booth2014-04-251-0/+11
* Allow /wins swap to move to empty positionJames Booth2014-04-242-2/+21
* Added command /wins swapJames Booth2014-04-244-0/+38
* Chat room windows now created only after successful joinJames Booth2014-04-212-3/+12
* Show message in console when contact starts OTR sessionJames Booth2014-04-191-0/+11
* Open new window when otr session started by contactJames Booth2014-04-191-14/+19
* OTR end messages are now send to recipients not in the roster.James Booth2014-04-181-2/+6
* Tidied xmlconsoleJames Booth2014-04-154-18/+23
* Added XML Console windowJames Booth2014-04-155-10/+78
* Added simple stanza logging to main consoleJames Booth2014-04-152-0/+18
* Show console message on room autojoinJames Booth2014-04-141-0/+3
* Added /log where commandJames Booth2014-04-131-0/+2
* Added /log shared settingJames Booth2014-04-131-0/+6
* Added /log rotate optionJames Booth2014-04-131-0/+4
* Show message when no bookmarks foundJames Booth2014-04-131-17/+22
* Added focus param to ui_room_join, not set for bookmark autojoinJames Booth2014-04-132-3/+8
* Revert "Added ui_unknown_command"James Booth2014-04-122-8/+0
* Revert "Added ui_already_connected"James Booth2014-04-122-8/+0
* Added ui_already_connectedJames Booth2014-04-092-0/+8
* Added ui_unknown_commandJames Booth2014-04-092-0/+8
* Refactored invalid command usageJames Booth2014-04-092-0/+21
* Removed unused inputwin module initJames Booth2014-04-071-1/+0
* Removed inputwin functions from ui.hJames Booth2014-04-076-45/+95
* Tidied new headers, added definesJames Booth2014-04-072-13/+24
* Removed statusbar functions from ui.hJames Booth2014-04-077-57/+83