summaryrefslogtreecommitdiff
path: root/src/gui/gui-filter.c
AgeCommit message (Expand)Author
2024-04-25core: remove check of NULL pointers before calling free() (issue #865)Sébastien Helleu
2024-04-01core: fix print of pointer valuesSébastien Helleu
2024-03-12core: remove "wee-" prefix from source files in src/core and src/core/hookSébastien Helleu
2024-01-06core: add variable "opening" in buffer, do not send buffer signals when the b...Sébastien Helleu
2024-01-01core: update copyright datesSébastien Helleu
2023-10-05core: use larger buffer for errors when creating a filterSébastien Helleu
2023-01-28core, plugins: replace calls to strcmp by string_strcmp when difference matte...Sébastien Helleu
2023-01-28core: make filter names case sensitive (issue #1872)Sébastien Helleu
2023-01-01core: update copyright datesSébastien Helleu
2022-09-17tests: add tests on filter functionsSébastien Helleu
2022-09-17core: fix order of filters after renaming a filter (issue #1695)Sébastien Helleu
2022-09-17core: sort filters by name (closes #1695)Sébastien Helleu
2022-07-20api: add arguments "index_start" and "index_end" in function string_rebuild_s...Sébastien Helleu
2022-07-20api: rename function string_build_with_split_string to string_rebuild_split_s...Sébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2021-11-04core: fix access to integer/long/time arrays in hdata, add support of static ...Sébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-11-17core: fix and normalize error messagesSébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split (closes...Sébastien Helleu
2019-02-27core: remove function gui_buffer_match_list_split, use function string_match_...Sébastien Helleu
2019-02-23core: add /filter addreplace (closes #1055)Simmo Saan
2019-02-21gui: only refilter affected buffers on filter change (closes #1309)Simmo Saan
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-08-12core: fix check of tags in linesSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
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