about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
...
| * Check for null before freeing X11info, removed free current resourceJames Booth2014-06-241-1/+3
| |
| * Free some memoryImmae2014-06-231-0/+1
| |
* | Added buffer handling. Buffer are initialized, pushed, and freed. No use is ↵Immae2014-06-234-1/+140
| | | | | | | | | | | | made of them so far Signed-off-by: James Booth <boothj5@gmail.com>
* | having wprintw go through win_save_(v)print.Immae2014-06-235-594/+315
| | | | | | | | Signed-off-by: James Booth <boothj5@gmail.com>
* | Added horizontal scroll for resized windowsImmae2014-06-233-3/+36
|/ | | | Signed-off-by: James Booth <boothj5@gmail.com>
* 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
|
* Open new window when otr session started by contactJames Booth2014-04-191-14/+19
| | | | fixes #331
* OTR end messages are now send to recipients not in the roster.James Booth2014-04-181-2/+6
| | | | fixes #333
* Tidied xmlconsoleJames Booth2014-04-154-18/+23
|
* Added XML Console windowJames Booth2014-04-155-10/+78
|