about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* Removed debug, added check for 0 length stringJames Booth2014-07-091-5/+6
|
* Added autocomplete for nicknames in MUC input textJames Booth2014-07-091-1/+7
| | | | issue #321
* Assign GPOINTER_TO_INT value before freeingJames Booth2014-07-071-2/+4
| | | | fixes #375
* Fixed tabsJames Booth2014-06-291-5/+5
|
* Reinitialise libnotify per notificationJames Booth2014-06-293-13/+13
| | | | | Fixes issue on Xfce4 where notification are not being sent after a period of time. Issue #370
* Fixed memleak in title bar roster_find_contactJames Booth2014-06-271-1/+3
|
* Fixed memleak in chat log historyJames Booth2014-06-271-5/+5
|
* Check for null before freeing X11info, removed free current resourceJames Booth2014-06-241-1/+3
|
* Free some memoryImmae2014-06-231-0/+1
|
* Added deallocation function for string prefs, added otr policy enumJames Booth2014-06-182-11/+28
|
* Free keys lists in windows.cJames Booth2014-06-171-2/+18
|
* Free values on wins_get_chat_recipientsJames Booth2014-06-171-0/+1
|
* Free titlebar current_recipient when switching to consoleJames Booth2014-06-171-1/+4
|
* Added valgrind suppressionsJames Booth2014-06-171-0/+1
|
* Free list in wins_get_numJames Booth2014-06-151-0/+3
|
* Fix memleak in wins_newJames Booth2014-06-151-0/+1
|
* Free list in wins_get_by_recipientJames Booth2014-06-151-0/+1
|
* Fixed memleak in wins_xmlconsole_existsJames Booth2014-06-151-1/+4
|
* Show info in chat and private chat windowsJames Booth2014-06-032-0/+34
|
* Show info in room for participantJames Booth2014-06-032-2/+4
|
* 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 ↵James Booth2014-05-101-0/+3
| | | | passwords
* 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
|