about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
...
* Whitespace formattingJames Booth2014-07-161-12/+10
|
* Replaced NO_EOL_DATE with bitwise orJames Booth2014-07-164-48/+46
|
* Use constants for flagsJames Booth2014-07-162-5/+7
|
* Whitespace formattingJames Booth2014-07-161-49/+66
|
* Merge branch 'master' into winbuffersJames Booth2014-07-161-3/+8
|\ | | | | | | | | Conflicts: src/ui/core.c
| * Colour chat room messages that contain users nicknameJames Booth2014-07-161-3/+10
| |
* | Fixed room autojoin messages appearing in roomJames Booth2014-07-091-1/+1
| |
* | Merge branch 'master' into winbuffersJames Booth2014-07-091-5/+6
|\|
| * Removed debug, added check for 0 length stringJames Booth2014-07-091-5/+6
| |
* | Merge branch 'master' into winbuffersJames Booth2014-07-091-1/+7
|\|
| * Added autocomplete for nicknames in MUC input textJames Booth2014-07-091-1/+7
| | | | | | | | issue #321
* | Merge remote-tracking branch 'origin/winbuffers' into winbuffersJames Booth2014-07-085-38/+76
|\ \
| * \ Merge pull request #374 from immae/winbuffersJames Booth2014-07-085-38/+76
| |\ \ | | | | | | | | Implemented the buffer for windows resizing
| | * | Implemented the buffer for windows resizingImmae2014-06-295-38/+76
| | | |
* | | | Merge branch 'master' into winbuffersJames Booth2014-07-081-2/+4
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Assign GPOINTER_TO_INT value before freeingJames Booth2014-07-071-2/+4
| | | | | | | | | | | | fixes #375
* | | Merge branch 'master' into winbuffersJames Booth2014-06-291-5/+5
|\| |
| * | Fixed tabsJames Booth2014-06-291-5/+5
| | |
* | | Merge branch 'master' into winbuffersJames Booth2014-06-293-13/+13
|\| | | |/ |/|
| * 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
* | Merge branch 'master' into winbuffersJames Booth2014-06-272-6/+11
|\| | | | | | | | | Conflicts: src/ui/core.c
| * 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 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
|