summaryrefslogtreecommitdiff
path: root/src/gui/gui-line.c
AgeCommit message (Expand)Author
2012-10-17core: fix display problem when option weechat.look.prefix_same_nick is set (p...Sebastien Helleu
2012-08-30core: add default key alt+"x" (zoom on merged buffer) (task #11029)Sebastien Helleu
2012-08-27api: allow update for some variables of hdata, add new functions hdata_update...Sebastien Helleu
2012-08-14core: fix use of unitialized value (line->data->display) when adding a line i...Sebastien Helleu
2012-07-20core: add support of arrays in hdata variablesSebastien Helleu
2012-07-17core: fix typo in commentSebastien Helleu
2012-06-09core: fix color of nicks in buffers without nicklist when option weechat.look...Sebastien Helleu
2012-06-09core: add options to use different color for offline nicks in prefix (patch f...Sebastien Helleu
2012-05-22core: force display of prefix on first line displayed in window (even if it s...Sebastien Helleu
2012-04-03core: fix bugs with option weechat.look.prefix_same_nick, use nick color for ...Sebastien Helleu
2012-04-01core: fix bug with option weechat.look.prefix_same_nick and filtered linesSebastien Helleu
2012-03-28core: add option weechat.look.prefix_same_nick (hide or change prefix on mess...Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-12-17core: add signal "buffer_line_added"Sebastien Helleu
2011-11-25core: fix type of variables in hdata "line_data" (type integer -> char)Sebastien Helleu
2011-11-21core: add "full_name" in buffer structureSebastien Helleu
2011-11-05core: rename options weechat.history.{max_lines|max_minutes} to weechat.histo...Sebastien Helleu
2011-11-01core: add option weechat.history.max_minutes: maximum number of minutes in hi...Sebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-09-20core: add missing assignment of buffer pointer in line structureSebastien Helleu
2011-08-14core: allow empty short name on buffers (name is used if not set)Sebastien 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-26core: many improvements on hdataSebastien Helleu
2011-06-15core: add local variable "highlight_regex" in buffersSebastien Helleu
2011-06-13core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu
2011-04-23core: add buffer to hotlist if away is set on buffer (even if buffer is displ...Sebastien Helleu
2011-04-11core: add messages counts in hotlist for each buffer, option weechat.look.hot...Sebastien Helleu
2011-03-18Add new option weechat.look.highlight_tags (force highlight on tags)Sebastien Helleu
2011-03-09Allow list of buffers in command /filter (exclusion with prefix "!") (task #1...Sebastien Helleu
2011-03-01Remember scroll position for all buffers in windows (bug #25555)Sebastien 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-11-29Replace buffer local variable "no_highlight_nicks" by "hotlist_max_level_nicks"Sebastien Helleu
2010-11-25Add new option weechat.look.highlight_regex and function string_has_highlight...Sebastien Helleu
2010-11-05Set highlight flag on line printed if there is tag "notify_highlight"Sebastien Helleu
2010-10-11Add property "no_highlight_nicks" in buffers to disable highlight for some ni...Sebastien Helleu
2010-10-02Add new option weechat.look.prefix_align_min (task #10650)Sebastien Helleu
2010-07-12Add new option weechat.look.align_end_of_linesSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-04-14Remove unused variableSebastien Helleu
2010-04-14Fix crash on /quit when scrolling in buffer and if first line displayed was f...Sebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-04-03Allow buffer local variables in highlight words (option "weechat.look.highlig...Sebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-01-28Fix alignment in buffers lines when time is empty stringSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-08-29Add new option weechat.look.prefix_buffer_align_maxSebastien Helleu
2009-07-29Fix hotlist bug after /buffer unmerge (bug #27133)Sebastien Helleu
2009-06-28Rename function string_explode to string_splitSebastien Helleu