index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
gui-completion.c
Age
Commit message (
Expand
)
Author
2020-04-28
core: remove obsolete comment
Sébastien Helleu
2020-04-28
api: return integer in function gui_completion_search (issue #1484)
Sébastien Helleu
2020-04-27
api: add hdata "completion_word" (issue #1484)
Sébastien Helleu
2020-04-27
api: add functions completion_new, completion_search and completion_free (iss...
Sébastien Helleu
2020-02-09
core: fix unlikely memory leak in completion
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-06-15
api: add argument "strip_items" in function string_split
Sébastien Helleu
2019-03-10
core: replace argument "keep_eol" by "flags" in function string_split (closes...
Sébastien Helleu
2019-01-26
core: do not automatically add a space when completing "nick:" at the beginni...
Sébastien Helleu
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-07-21
gui: fix uncleared completion item (#1162)
Nils Görs
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-12-09
core: add option weechat.completion.partial_completion_templates
Sébastien Helleu
2017-06-03
gui: remove completion hdata made unusable by arraylist usage
Simmo Saan
2017-05-21
core: remove useless condition
Sébastien Helleu
2017-05-06
core: add option weechat.completion.nick_case_sensitive (closes #981)
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-25
core: flush stdout/stderr after sending text directly on them (fix corrupted ...
Sébastien Helleu
2015-07-04
api: fix type of value returned by functions utf8_prev_char, utf8_next_char a...
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-11-09
core: add option weechat.completion.command_inline (task #12491)
Sébastien Helleu
2014-10-16
core: fix memory leak in completion
Sébastien Helleu
2014-09-01
core: use a sorted arraylist for partial completions
Sébastien Helleu
2014-09-01
core: optimize completion by using arraylists
Sébastien Helleu
2014-08-23
core: allow incomplete commands if unambiguous (task #5419)
Sébastien Helleu
2014-02-21
Merge branch 'trigger'
Sebastien Helleu
2014-02-14
core: fix completion template used in command completion when first argument ...
Sebastien Helleu
2014-02-10
api: add integer return code for functions hook_{signal|hsignal}_send
Sebastien Helleu
2014-02-02
core: fix compilation on Android (replace calls to rindex by strrchr) (bug #4...
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-04-18
api: add property "completion_freeze" for function buffer_set: do not stop co...
Sebastien Helleu
2013-03-17
core: fix refresh of item "completion" (bug #38214) (patch from Nils Görs)
Sebastien Helleu
2013-03-17
core: fix typos in many comments and some strings
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-12-20
core: search for a fallback template when a no template is matching command a...
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-08-27
api: allow update for some variables of hdata, add new functions hdata_update...
Sebastien Helleu
2012-07-20
core: add support of arrays in hdata variables
Sebastien Helleu
2012-02-01
core: do not auto add space after nick completer if option weechat.completion...
Sebastien Helleu
2012-01-08
core: update copyright dates
Sebastien Helleu
2011-11-12
core: add new option weechat.completion.base_word_until_cursor: allow complet...
Sebastien Helleu
2011-10-26
core: remove unneeded whitespace
Sebastien Helleu
2011-07-26
core: add mouse support (task #5435), free cursor movement, hook_focus, fix b...
Sebastien Helleu
2011-07-12
core: fix completion for command arguments when same command exists in many p...
Sebastien Helleu
[next]