summaryrefslogtreecommitdiff
path: root/src/gui/gui-filter.c
AgeCommit message (Expand)Author
2017-06-10core, plugins: fix conditions to insert elements in linked listsSébastien Helleu
2017-03-25core: check that pointers received in arguments are not NULL in "free" functionsSébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-09-09core: display a more explicit error when a filter fails to be added (closes #...Sébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-05-24api: add argument "flags" in function hdata_new_listSébastien Helleu
2014-04-01core: add default key alt-'-' to toggle filters in current buffer (closes #17)Sébastien Helleu
2014-03-19core: fix add of filter on OS X when regex for message is empty (filter regex...Sebastien Helleu
2014-02-10api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-12-15core: fix use of NULL pointer (in case of malloc error) when creating a new f...Sebastien Helleu
2013-12-14core: add logical "and" between tags in filters, weechat.look.highlight_tags ...Sebastien Helleu
2013-10-19core: fix truncated prefix when filters are toggled (bug #40204)Sebastien Helleu
2013-08-10core: optimize the removal of lines in buffers (a lot faster to clear/close b...Sebastien Helleu
2013-06-08core: add "proxy" infolist and hdataSebastien Helleu
2013-02-04core: fix refresh of line after changes with hdata_update (update flag "displ...Sebastien Helleu
2013-01-01core: fix scroll in buffer after enabling/disabling some filters (if scroll i...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-12-08api: allow creation of structure with hdata_update (allowed for hdata "history")Sebastien Helleu
2012-08-27api: allow update for some variables of hdata, add new functions hdata_update...Sebastien Helleu
2012-07-20core: add support of arrays in hdata variablesSebastien Helleu
2012-04-03core: fix bugs with option weechat.look.prefix_same_nick, use nick color for ...Sebastien Helleu
2012-04-01core: fix bug with option weechat.look.prefix_same_nick and filtered linesSebastien Helleu
2012-01-22core: add support of flags in regular expressions and highlight options, add ...Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2012-01-06core: use extended regex in filters (patch #7616)Sebastien Helleu
2011-11-21core: add "full_name" in buffer structureSebastien Helleu
2011-11-17core: apply filters after full reload of configuration files (with /reload) (...Sebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-08-05core: save and restore layout for buffers and windows on /upgradeSebastien Helleu
2011-06-26core: many improvements on hdataSebastien Helleu
2011-06-13core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu
2011-03-11Add function "buffer_match_list" in plugin APISebastien Helleu
2011-03-09Add missing variable "buffers" in dump of filtersSebastien Helleu
2011-03-09Allow list of buffers in command /filter (exclusion with prefix "!") (task #1...Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-10-02Add new option weechat.look.prefix_align_min (task #10650)Sebastien Helleu
2010-07-16Use '!' to reverse a regex in a filter (to keep lines matching regex and hide...Sebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-01-24Remove evil tabs in sourcesSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-06-28Rename function string_explode to string_splitSebastien Helleu
2009-06-12Fix line filtering after /upgrade when filter applies on one buffer onlySebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-04-24Add filter with third argument of infolist_get for some infolists (bars, bar ...Sebastien Helleu