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
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-10-01
core: replace "long unsigned int" by "unsigned long"
Sébastien Helleu
2018-08-15
core: remove unneeded initialization of variable "highlight"
Sébastien Helleu
2018-08-12
api: add function hook_line
Sébastien Helleu
2018-08-12
core: fix check of tags in lines
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-10-29
core: remove useless condition (issue #1092)
Sébastien Helleu
2017-10-29
core: do not change the chat prefix size when a filtered line is added (close...
Sébastien Helleu
2017-06-10
core, plugins: fix conditions to insert elements in linked lists
Sébastien Helleu
2017-03-25
core: check that pointers received in arguments are not NULL in "free" functions
Sébastien Helleu
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-03-21
core: add pointer in some callbacks (closes #406)
Sébastien Helleu
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-07-26
Merge remote-tracking branch 'origin/pr/393'
Sébastien Helleu
2015-06-22
core: fix bar item "scroll" after /buffer clear (closes #448)
Sébastien Helleu
2015-04-12
core: add more intuitive buffer searching (closes #76)
Simmo Saan
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-11-01
core: fix buffer property "lines_hidden" when merging buffers or when a line ...
Sébastien Helleu
2014-09-21
core: fix highlight of IRC action messages when option irc.look.nick_mode is ...
Sébastien Helleu
2014-05-08
core: add parentheses around tests in conditions
Sébastien Helleu
2014-05-07
core: add support for negated tags in filters (closes #72)
stfn
2014-03-29
core: fix alignment of lines in merged buffers (closes #43)
Sebastien Helleu
2014-02-10
api: add integer return code for functions hook_{signal|hsignal}_send
Sebastien Helleu
2014-02-04
core: use structure itself for sizeof in two malloc
Sebastien Helleu
2014-01-05
core: fix crash with hdata_update on shared strings, add hdata type "shared_s...
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-12-15
core: add buffer property "highlight_tags_restrict", rename option irc.look.h...
Sebastien Helleu
2013-12-14
core: add logical "and" between tags in filters, weechat.look.highlight_tags ...
Sebastien Helleu
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
[next]