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
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-08-16
core: set notify_level to 3 if highlight is forced in gui_line_hook_update (o...
Sébastien Helleu
2020-08-16
core: set notify_level to 3 in case of highlight in gui_line_hook_update only...
Sébastien Helleu
2020-08-16
core: set notify_level to 3 in case of highlight only if tag "notify_none" is...
Sébastien Helleu
2020-08-15
core: set "notify_level" to 3 if there is a highlight in the line (closes #1529)
Sébastien Helleu
2020-08-04
core: check that line is not NULL in functions gui_line_is_displayed and gui_...
Sébastien Helleu
2020-08-04
core: check that line_data is not NULL in functions gui_line_tags_alloc and g...
Sébastien Helleu
2020-08-04
core: rename functions to allocate/free lines
Sébastien Helleu
2020-07-20
core: do not add line with highlight and tag "notify_none" to hotlist (closes...
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-06-15
api: add argument "strip_items" in function string_split
Sébastien Helleu
2019-04-13
core: merge functions gui_line_prefix_is_same_nick_as_{previous|next} (issue ...
Sébastien Helleu
2019-04-13
core: add option weechat.look.prefix_same_nick_middle (closes #930, closes #931)
Adrian Bjugård
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
[next]