summaryrefslogtreecommitdiff
path: root/src/core/wee-completion.c
AgeCommit message (Expand)Author
2021-05-11core: split WeeChat home in 4 directories, use XDG directories by default (is...Sébastien Helleu
2021-05-11core: move directory/file functions from wee-util.c to wee-dir.c (issue #1285)Sébastien Helleu
2021-05-11core: evaluate option weechat.plugin.path (issue #1285)Sébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-12-19core: add options "setvar" and "delvar" in command /buffer, rename option "lo...Sébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-10-06core: ensure completion_item is not NULL before using itSébastien Helleu
2019-10-06core: fix crash in completion of filenamesSébastien Helleu
2019-10-06core: add optional default path (evaluated) in completion "filename" (issue #60)Sé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-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-01-07core: fix some stylesSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-07-05core: add constant WEECHAT_EXTRA_LIBDIRSébastien Helleu
2017-07-05core: search WEECHAT_EXTRA_LIBDIR for plugins (closes #971, issue #979)Linus Heckemann
2017-07-04api: add argument "recurse_subdirs" in function exec_on_files()Sébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-11-29core: add optional command prefix in completion templates "commands", "plugin...Sébastien Helleu
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-08-11core: add completion "colors" (closes #481)Sébastien Helleu
2015-08-11core: fix long linesSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-09-01core: optimize completion by using arraylistsSébastien Helleu
2014-08-09core: fix memory leak in completion of config options valuesSébastien Helleu
2014-06-28core: fix completion of plugins commands when beginning of command is givenSébastien Helleu
2014-06-28core: fix completion of environment variable value when beginning of value is...Sébastien Helleu
2014-06-27core: add missing declaration of "environ" (fix compilation on Mac OS X)Sébastien Helleu
2014-06-27core: add option "env" in command /setSébastien Helleu
2014-05-13core: fix completion %(plugins_commands) when there are more than one argumen...Sébastien Helleu
2014-01-14core: add completion "plugins_installed"Sebastien Helleu
2014-01-05core: replace calls to sprintf() with snprintf()Sebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-07-27core: add secured data with optional encryption in file sec.confSebastien Helleu
2013-03-17core: add support of multiple layouts (task #11274)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
2012-01-08core: update copyright datesSebastien Helleu
2011-11-21core: add "full_name" in buffer structureSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-08-26core: use dynamic buffer size for calls to vsnprintfSebastien Helleu
2011-08-05core: save and restore layout for buffers and windows on /upgradeSebastien Helleu
2011-07-29core: add number in windows, improve mouse/cursor actions when screen is splitSebastien Helleu
2011-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix b...Sebastien Helleu
2011-07-05core: add context "search" for keys (to define keys used during search in buf...Sebastien Helleu
2011-01-31Dynamically allocate color pairsSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu