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
2013-11-08
core: fix highlight on action messages: skip the nick at beginning to prevent...
Sebastien Helleu
2013-09-02
Merge branch 'shared-strings'
Sebastien Helleu
2013-08-17
core: use shared strings for prefix on lines
Sebastien Helleu
2013-08-17
core: add search of regular expression in buffer, don't reset search type on ...
Sebastien Helleu
2013-08-10
core: use shared strings for tags on lines
Sebastien Helleu
2013-08-10
core: optimize the removal of lines in buffers (a lot faster to clear/close b...
Sebastien Helleu
2013-05-30
core: fix random crash on mouse actions (bug #39094)
Sebastien Helleu
2013-05-21
core: fix line alignment when option weechat.look.buffer_time_format is set t...
Sebastien Helleu
2013-05-01
core: fix display of long lines without time (message beginning with two tabs)
Sebastien Helleu
2013-04-29
core: make nick prefix/suffix dynamic (move options from irc plugin to core, ...
Sebastien Helleu
2013-03-17
core: fix typos in many comments and some strings
Sebastien Helleu
2013-02-04
core: fix refresh of line after changes with hdata_update (update flag "displ...
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-12-15
core: move comments with description of C file to top of files
Sebastien Helleu
2012-12-13
core: reformat comments for functions
Sebastien Helleu
2012-12-08
api: allow creation of structure with hdata_update (allowed for hdata "history")
Sebastien Helleu
2012-10-17
core: fix display problem when option weechat.look.prefix_same_nick is set (p...
Sebastien Helleu
2012-08-30
core: add default key alt+"x" (zoom on merged buffer) (task #11029)
Sebastien Helleu
2012-08-27
api: allow update for some variables of hdata, add new functions hdata_update...
Sebastien Helleu
2012-08-14
core: fix use of unitialized value (line->data->display) when adding a line i...
Sebastien Helleu
2012-07-20
core: add support of arrays in hdata variables
Sebastien Helleu
2012-07-17
core: fix typo in comment
Sebastien Helleu
2012-06-09
core: fix color of nicks in buffers without nicklist when option weechat.look...
Sebastien Helleu
2012-06-09
core: add options to use different color for offline nicks in prefix (patch f...
Sebastien Helleu
2012-05-22
core: force display of prefix on first line displayed in window (even if it s...
Sebastien Helleu
2012-04-03
core: fix bugs with option weechat.look.prefix_same_nick, use nick color for ...
Sebastien Helleu
2012-04-01
core: fix bug with option weechat.look.prefix_same_nick and filtered lines
Sebastien Helleu
2012-03-28
core: add option weechat.look.prefix_same_nick (hide or change prefix on mess...
Sebastien Helleu
2012-01-08
core: update copyright dates
Sebastien Helleu
2011-12-17
core: add signal "buffer_line_added"
Sebastien Helleu
2011-11-25
core: fix type of variables in hdata "line_data" (type integer -> char)
Sebastien Helleu
2011-11-21
core: add "full_name" in buffer structure
Sebastien Helleu
2011-11-05
core: rename options weechat.history.{max_lines|max_minutes} to weechat.histo...
Sebastien Helleu
2011-11-01
core: add option weechat.history.max_minutes: maximum number of minutes in hi...
Sebastien Helleu
2011-10-26
core: remove unneeded whitespace
Sebastien Helleu
2011-09-20
core: add missing assignment of buffer pointer in line structure
Sebastien Helleu
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
[next]