Age | Commit message (Expand) | Author |
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 |
2011-06-26 | core: many improvements on hdata | Sebastien Helleu |
2011-06-13 | core: add "hdata" (direct access to WeeChat/plugin data) | Sebastien Helleu |
2011-03-10 | Fix bug with repeat of last completion ("%*"), which failed when many templat... | Sebastien Helleu |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2010-11-09 | Add function "hook_completion_get_string" in plugin API | Sebastien Helleu |
2010-11-09 | Move WeeChat core completions from gui-completion.c to wee-completion.c | Sebastien Helleu |
2010-10-31 | Add extra checks on some pointers | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu |
2010-04-03 | Add option "get" for command /buffer, add completions with buffer properties | Sebastien Helleu |
2010-03-24 | Add new options for command /key (listdefault, listdiff and reset), add examp... | Sebastien Helleu |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu |
2010-03-03 | Fix completion bug for commands when input starts with two command chars (lik... | Sebastien Helleu |
2010-03-02 | Add new option weechat.look.command_chars, add functions string_is_command_ch... | Sebastien Helleu |
2010-01-10 | Fix bug with completion of words with wide chars | Sebastien Helleu |
2010-01-03 | Update copyright dates | Sebastien Helleu |
2009-12-07 | Add missing include of limits.h | Sebastien Helleu |
2009-12-05 | Remove old fifo pipes before creating new pipe | Sebastien Helleu |
2009-11-08 | Remove compilation warning on 64-bit machines | Sebastien Helleu |
2009-11-05 | Add missing include of strings.h in gui-completion.c | Sebastien Helleu |
2009-10-10 | Use default auto completion for arguments of unknown commands | Sebastien Helleu |