aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/tcl (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: update copyright datesSébastien Helleu2021-01-026-6/+6
* api: add function string_color_code_size (issue #1547)Sébastien Helleu2020-08-221-0/+15
* core: add bar option "color_bg_inactive" (issue #732)Sébastien Helleu2020-06-211-4/+6
* core: rename functions hook_completion_{get_string|list_add} to completion_{get_string|list_add}Sébastien Helleu2020-05-081-0/+57
* api: return integer in function gui_completion_search (issue #1484)Sébastien Helleu2020-04-281-6/+6
* api: add functions completion_new, completion_search and completion_free (issue #1484)Sébastien Helleu2020-04-271-0/+43
* core: update copyright datesSébastien Helleu2020-01-046-6/+6
* core: fix style in CMake filesSébastien Helleu2019-10-011-3/+4
* cmake: allow custom libdir (fix #1341)Ryan Farley2019-04-251-1/+1
* api: return allocated string in hook_info callback and function info_getSébastien Helleu2019-04-132-18/+11
* core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage optionsSébastien Helleu2019-03-241-1/+1
* api: add function command_options (issue #928)Sébastien Helleu2019-02-281-0/+31
* api: add function string_match_listSébastien Helleu2019-02-271-0/+25
* core: update copyright datesSébastien Helleu2019-01-016-6/+6
* core: use https for links to GNU GPL licenseSébastien Helleu2018-11-296-6/+6
* api: add function hook_lineSébastien Helleu2018-08-121-0/+57
* scripts: remove double return in info eval callback functions not yet implementedSébastien Helleu2018-05-171-3/+1
* scripts: fix memory leak in hook_info callbackSébastien Helleu2018-04-132-6/+10
* scripts: fix return value of hook_infolist callback (pointer instead of string)Sébastien Helleu2018-04-122-1/+13
* scripts: return long integer instead of string in function infolist_timeSébastien Helleu2018-04-101-13/+4
* scripts: do not allocate memory when converting pointers to stringsSébastien Helleu2018-04-101-222/+200
* api: add function string_format_size in scripting APISébastien Helleu2018-04-071-0/+19
* scripts: add option "eval_keep_context" in script pluginsSébastien Helleu2018-01-151-0/+2
* scripts: add configuration file for each script pluginSébastien Helleu2018-01-153-13/+23
* core: fix some stylesSébastien Helleu2018-01-071-2/+2
* core: update translations (issue #128)Sébastien Helleu2018-01-061-3/+4
* tcl: fix compiler warning (issue #128)Sébastien Helleu2018-01-061-0/+4
* scripts: add "eval" option in script commands and info "xxx_eval" (issue #128)Sébastien Helleu2018-01-061-23/+129
* core: update copyright datesSébastien Helleu2018-01-056-6/+6
* scripts: add option "version" in script commands (closes #1075)Sébastien Helleu2017-12-231-26/+15
* core, plugins: check return code of strftime functionSébastien Helleu2017-09-231-1/+4
* api: change type of arguments status/gnutls_rc/sock in hook_connect() callback from string to integer (in scripts)Sébastien Helleu2017-08-131-9/+4
* api: send file descriptor as integer instead of string to the callback of hook_fdSébastien Helleu2017-08-131-5/+3
* core: fix cast of time_t (to "long long" instead of "long") (closes #1051)Sébastien Helleu2017-08-121-1/+1
* core: remove value for first #define in headers, add "PLUGIN" in plugin headersSébastien Helleu2017-08-102-6/+6
* fset: fix priority of plugin (load it after all other plugins)Sébastien Helleu2017-07-081-1/+1
* api: add function hdata_compareSébastien Helleu2017-05-301-0/+28
* core: update copyright datesSébastien Helleu2017-01-016-6/+6
* api: move functions hook_completion* after hook_commandSébastien Helleu2016-11-271-119/+119
* api: add support of functions in hook_processSébastien Helleu2016-04-231-2/+21
* api: rename function unhook_all_plugin to unhook_allSébastien Helleu2016-03-241-1/+1
* core: add pointer in some callbacks (closes #406)Sébastien Helleu2016-03-213-354/+422
* core: update copyright datesSébastien Helleu2016-01-016-6/+6
* api: add missing function infolist_search_var() in script API (issue #484)Sébastien Helleu2015-08-131-0/+17
* api: add missing function hook_completion_get_string() in script API (issue #484)Sébastien Helleu2015-08-131-0/+21
* api: add function string_eval_path_home()Sébastien Helleu2015-06-241-0/+42
* core: add comments after some #endifSébastien Helleu2015-04-301-1/+1
* scripts: reset current script pointer when load of script fails in python/perl/ruby/lua/tcl pluginsSébastien Helleu2015-03-071-2/+11
* scripts: fix name of variables in infolist API functionsSébastien Helleu2015-03-041-4/+4
* tcl: fix value returned in case of error in some functionsSébastien Helleu2015-03-011-35/+35