summaryrefslogtreecommitdiff
path: root/src/gui/gui-filter.c
AgeCommit message (Expand)Author
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
2009-01-30Add plugin name in buffer name for filtersSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-11-04Fix bug with pointer conversions on 64 bits architectureSebastien Helleu
2008-10-25Add smart join/part/quit message filter in IRC plugin, add names for filtersSebastien Helleu
2008-10-24Add "enabled" flag for each filter (now possible to disable only one or some ...Sebastien Helleu
2008-10-18Aspell plugin is born againSebastien Helleu
2008-09-30Fix some memory leaksSebastien Helleu
2008-09-18Remove "category" for buffers (keep only name).Sebastien Helleu
2008-09-03Reintroduce /ignore command to ignore IRC nicks/hosts, using regexSebastien Helleu
2008-09-03Add infolist for list of filters ("filter")Sebastien Helleu
2008-09-03Add "no_filter" tag, to prevent some lines to be filtered (like output of /fi...Sebastien Helleu
2008-06-07Fix display bug with prefix when filters are enable: do not count prefix leng...Sebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-04-16Added "toggle" value for /set on boolean options, fixed refresh bugs, added o...Sebastien Helleu
2008-04-03Fixed bugs with filters (regex and refresh of buffers)Sebastien Helleu
2008-03-23Removed sizeof(char) and useless type casts from void* to another pointer typ...Sebastien Helleu
2008-03-22Added tags for lines and custom filtering by tags or regex (task #7674), fixe...Sebastien Helleu