summaryrefslogtreecommitdiff
path: root/src/gui/gui-completion.c
AgeCommit message (Expand)Author
2023-01-28core, plugins: replace calls to string_str(n)cmp by str(n)cmp (issue #1872)Sébastien Helleu
2023-01-28core, plugins: check that string parameters are not NULL in search functions ...Sébastien Helleu
2023-01-28core: make get/set object properties case sensitive (issue #1872)Sébastien Helleu
2023-01-28core, plugins: make commands, hook command_run, completions and aliases case ...Sébastien Helleu
2023-01-01core: update copyright datesSébastien Helleu
2022-12-24api: rename char comparison functions "utf8_char*" to "string_char*"Sébastien Helleu
2022-12-18api: return newly allocated string in functions string_tolower and string_tou...Sébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2022-01-15core: fix search of commands with UTF-8 chars in name when option weechat.loo...Sébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-12-19core: add buffer local variable "completion_default_template" (evaluated) (cl...Sébastien Helleu
2020-04-28core: remove obsolete commentSébastien Helleu
2020-04-28api: return integer in function gui_completion_search (issue #1484)Sébastien Helleu
2020-04-27api: add hdata "completion_word" (issue #1484)Sébastien Helleu
2020-04-27api: add functions completion_new, completion_search and completion_free (iss...Sébastien Helleu
2020-02-09core: fix unlikely memory leak in completionSé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-01-26core: do not automatically add a space when completing "nick:" at the beginni...Sébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-07-21gui: fix uncleared completion item (#1162)Nils Görs
2018-01-05core: update copyright datesSébastien Helleu
2017-12-09core: add option weechat.completion.partial_completion_templatesSébastien Helleu
2017-06-03gui: remove completion hdata made unusable by arraylist usageSimmo Saan
2017-05-21core: remove useless conditionSébastien Helleu
2017-05-06core: add option weechat.completion.nick_case_sensitive (closes #981)Sé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-07-25core: flush stdout/stderr after sending text directly on them (fix corrupted ...Sébastien Helleu
2015-07-04api: fix type of value returned by functions utf8_prev_char, utf8_next_char a...Sébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-11-09core: add option weechat.completion.command_inline (task #12491)Sébastien Helleu
2014-10-16core: fix memory leak in completionSébastien Helleu
2014-09-01core: use a sorted arraylist for partial completionsSébastien Helleu
2014-09-01core: optimize completion by using arraylistsSébastien Helleu
2014-08-23core: allow incomplete commands if unambiguous (task #5419)Sébastien Helleu
2014-02-21Merge branch 'trigger'Sebastien Helleu
2014-02-14core: fix completion template used in command completion when first argument ...Sebastien Helleu
2014-02-10api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu
2014-02-02core: fix compilation on Android (replace calls to rindex by strrchr) (bug #4...Sebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-04-18api: add property "completion_freeze" for function buffer_set: do not stop co...Sebastien Helleu
2013-03-17core: fix refresh of item "completion" (bug #38214) (patch from Nils Görs)Sebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-20core: search for a fallback template when a no template is matching command a...Sebastien Helleu