index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
gui-line.c
Age
Commit message (
Expand
)
Author
2011-08-14
core: allow empty short name on buffers (name is used if not set)
Sebastien Helleu
2011-08-14
core: return info about line/word for chat area in focus hashtable, add keys ...
Sebastien Helleu
2011-08-05
core: save and restore layout for buffers and windows on /upgrade
Sebastien Helleu
2011-06-26
core: many improvements on hdata
Sebastien Helleu
2011-06-15
core: add local variable "highlight_regex" in buffers
Sebastien Helleu
2011-06-13
core: add "hdata" (direct access to WeeChat/plugin data)
Sebastien Helleu
2011-04-23
core: add buffer to hotlist if away is set on buffer (even if buffer is displ...
Sebastien Helleu
2011-04-11
core: add messages counts in hotlist for each buffer, option weechat.look.hot...
Sebastien Helleu
2011-03-18
Add new option weechat.look.highlight_tags (force highlight on tags)
Sebastien Helleu
2011-03-09
Allow list of buffers in command /filter (exclusion with prefix "!") (task #1...
Sebastien Helleu
2011-03-01
Remember scroll position for all buffers in windows (bug #25555)
Sebastien Helleu
2011-01-05
Fix scroll problem on buffers with free content and non-allocated lines (bug ...
Sebastien Helleu
2011-01-01
Update copyright dates
Sebastien Helleu
2010-11-29
Replace buffer local variable "no_highlight_nicks" by "hotlist_max_level_nicks"
Sebastien Helleu
2010-11-25
Add new option weechat.look.highlight_regex and function string_has_highlight...
Sebastien Helleu
2010-11-05
Set highlight flag on line printed if there is tag "notify_highlight"
Sebastien Helleu
2010-10-11
Add property "no_highlight_nicks" in buffers to disable highlight for some ni...
Sebastien Helleu
2010-10-02
Add new option weechat.look.prefix_align_min (task #10650)
Sebastien Helleu
2010-07-12
Add new option weechat.look.align_end_of_lines
Sebastien Helleu
2010-06-22
Update licenses and copyrights, add missing author names in sources
Sebastien Helleu
2010-04-14
Remove unused variable
Sebastien Helleu
2010-04-14
Fix crash on /quit when scrolling in buffer and if first line displayed was f...
Sebastien Helleu
2010-04-08
Reformat and add comments for description of C sources
Sebastien Helleu
2010-04-03
Allow buffer local variables in highlight words (option "weechat.look.highlig...
Sebastien Helleu
2010-03-19
Reformat multi-line comments
Sebastien Helleu
2010-01-28
Fix alignment in buffers lines when time is empty string
Sebastien Helleu
2010-01-03
Update copyright dates
Sebastien Helleu
2009-08-29
Add new option weechat.look.prefix_buffer_align_max
Sebastien Helleu
2009-07-29
Fix hotlist bug after /buffer unmerge (bug #27133)
Sebastien Helleu
2009-06-28
Rename function string_explode to string_split
Sebastien Helleu
2009-06-22
Fix bug with pointer to last read line in merged buffers (can lead to crash)
Sebastien Helleu
2009-06-21
Fix bug after /upgrade on buffers with free content (bug #26020)
Sebastien Helleu
2009-06-10
Add buffer merging feature, with /buffer merge/unmerge (task #7404)
Sebastien Helleu