Age | Commit message (Expand) | Author |
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 |
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 |