summaryrefslogtreecommitdiff
path: root/src/gui/gui-completion.c
AgeCommit message (Expand)Author
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
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-02-01core: do not auto add space after nick completer if option weechat.completion...Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-11-12core: add new option weechat.completion.base_word_until_cursor: allow complet...Sebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix b...Sebastien Helleu
2011-07-12core: fix completion for command arguments when same command exists in many p...Sebastien Helleu
2011-06-26core: many improvements on hdataSebastien Helleu
2011-06-13core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu
2011-03-10Fix bug with repeat of last completion ("%*"), which failed when many templat...Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-11-09Add function "hook_completion_get_string" in plugin APISebastien Helleu
2010-11-09Move WeeChat core completions from gui-completion.c to wee-completion.cSebastien Helleu
2010-10-31Add extra checks on some pointersSebastien 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-04-03Add option "get" for command /buffer, add completions with buffer propertiesSebastien Helleu
2010-03-24Add new options for command /key (listdefault, listdiff and reset), add examp...Sebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-03-03Fix completion bug for commands when input starts with two command chars (lik...Sebastien Helleu
2010-03-02Add new option weechat.look.command_chars, add functions string_is_command_ch...Sebastien Helleu
2010-01-10Fix bug with completion of words with wide charsSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-12-07Add missing include of limits.hSebastien Helleu
2009-12-05Remove old fifo pipes before creating new pipeSebastien Helleu
2009-11-08Remove compilation warning on 64-bit machinesSebastien Helleu
2009-11-05Add missing include of strings.h in gui-completion.cSebastien Helleu
2009-10-10Use default auto completion for arguments of unknown commandsSebastien Helleu