summaryrefslogtreecommitdiff
path: root/src/gui/gui-chat.c
AgeCommit message (Expand)Author
2012-08-27api: allow update for some variables of hdata, add new functions hdata_update...Sebastien Helleu
2012-08-22core: display spaces at the end of messages in chat area (bug #37024)Sebastien Helleu
2012-06-09core: add options to use different color for offline nicks in prefix (patch f...Sebastien Helleu
2012-03-03core: fix display of wide chars on last column of chat area (patch #7733)Ryuunosuke Ayanokouzi
2012-01-08core: update copyright datesSebastien Helleu
2011-11-27core: check pointer returned by function localtimeSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-10-07core: bufferize lines displayed before core buffer is created, to display the...Sebastien Helleu
2011-09-22core: add colors for inactive windows and lines (in merged buffers)Sebastien Helleu
2011-08-26core: use dynamic buffer size for calls to vsnprintfSebastien Helleu
2011-08-21core: remove extra space in quote of messages (in cursor mode)Sebastien Helleu
2011-08-18core: remove some compilation warnings under CygwinSebastien Helleu
2011-08-14core: return info about line/word for chat area in focus hashtable, add keys ...Sebastien Helleu
2011-08-05core: save and restore layout for buffers and windows on /upgradeSebastien Helleu
2011-06-13core: add option "tags" for command /debugSebastien Helleu
2011-01-05Fix scroll problem on buffers with free content and non-allocated lines (bug ...Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-12-07Add color support in option weechat.look.buffer_time_formatSebastien Helleu
2010-10-31Add extra checks on some pointersSebastien Helleu
2010-10-09Use local buffer in print functions, so that they are reentrantSebastien Helleu
2010-08-06Fix display bug with special chars (ascii value below 32) (bug #30602)Sebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-03-29Free some extra memory when exiting WeeChatSebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-02-09Rename command /silence to /muteSebastien Helleu
2010-02-09Add new command /silenceSebastien Helleu
2010-01-11Discard line printed with modifier "weechat_print" only if initial string is ...Sebastien Helleu
2010-01-11Allow callback for modifier "weechat_print" to return empty value, in order t...Sebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-06-22Fix bug with pointer to last read line in merged buffers (can lead to crash)Sebastien Helleu
2009-06-13Do not refresh buffer if displayed line is filtered (hidden)Sebastien Helleu
2009-06-12Fix bug with some utf-8 chars in input lineSebastien Helleu
2009-06-11Fix display bug with color/attribute chars (< 32) in command line (bug #26749)Sebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-05-17Fix typo: formated -> formattedSebastien Helleu
2009-05-04Disable print hooks during display of backlog (in logger plugin)Sebastien Helleu
2009-03-18Add "replacement" argument for string_remove_color in plugin APISebastien Helleu
2009-03-15Add property in buffer to hide time for all linesSebastien Helleu
2009-03-06Add new hook type "process": launch command with fork and catch result (rc/st...Sebastien Helleu
2009-02-04Fix 14 memory leaks (in core, gui, irc, jabber, logger, script plugins)Sebastien Helleu
2009-02-02Fix crash when read marker is moved before first line displayed (when first l...Sebastien Helleu
2009-02-01Add signal weechat_pv for private messagesSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-11-29Add "displayed" and "highlight" arguments to callback for hook_printSebastien Helleu
2008-11-22Fix bug with empty messages displayedSebastien Helleu
2008-11-17Fix crash when printing a message without any buffer createdSebastien Helleu
2008-11-16Add modifier "weechat_print" for messages printed in buffers (task #8848)Sebastien Helleu
2008-11-10Disable highlight for IRC messages from local nickSebastien Helleu
2008-11-05Add weechat_highlight signal, sent when a line with highlight is displayedSebastien Helleu