summaryrefslogtreecommitdiff
path: root/src/plugins/spell
AgeCommit message (Expand)Author
2023-09-05core: add note for translators on command arguments (issue #2005)Sébastien Helleu
2023-05-13core: add quotes around paths in CMake files (closes #29)Sébastien Helleu
2023-04-01core, plugins: set options to NULL by default, refactor config init functionsSébastien Helleu
2023-03-30spell: check buffer pointer received in info "spell_dict"Sébastien Helleu
2023-01-28core, plugins: replace calls to string_str(n)cmp by str(n)cmp (issue #1872)Sébastien Helleu
2023-01-28core, plugins: make commands, hook command_run, completions and aliases case ...Sébastien Helleu
2023-01-28plugins: set priority in calls to weechat_config_new (issue #1872)Sébastien Helleu
2023-01-08core: remove build with autotoolsSébastien Helleu
2023-01-01core: update copyright datesSébastien Helleu
2022-12-19spell: return directly output of string_dyn_free without temporary variableSébastien Helleu
2022-09-17spell: allow special dict value "-" to disable spell checking on a specific b...Sébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2022-01-15spell: fix comparison of URL prefix with UTF-8 chars (issue #1739)Sébastien Helleu
2021-07-04typing: add typing pluginSébastien Helleu
2021-05-25core: replace freenode by libera in command examplesSébastien Helleu
2021-05-11core: split WeeChat home in 4 directories, use XDG directories by default (is...Sébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-11-20spell: fix crash with IRC color codes in command line (closes #1589)Sébastien Helleu
2020-11-19core: add missing cast to unsigned char on first argument to function isdigitSébastien Helleu
2020-11-13spell: fix refresh of bar item "spell_suggest" when the input becomes empty (...Sébastien Helleu
2020-08-28spell: also skip IRC color attributes codes when checking words in input (iss...Sébastien Helleu
2020-08-25spell: skip IRC color codes when checking words in input (closes #1547)Sébastien Helleu
2020-08-24spell: use dynamic string functions to return modified stringSébastien Helleu
2020-08-23api: add argument "bytes" in function string_dyn_concatSébastien Helleu
2020-08-22spell: properly skip WeeChat color codes when checking words in input (closes...Sébastien Helleu
2020-05-08core: rename functions hook_completion_{get_string|list_add} to completion_{g...Sébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-10-01core: fix style in CMake filesSébastien Helleu
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-06-07alias: remove default aliases /AME and /AMSGjesopo
2019-06-04spell: add a warning if aspell.conf is still present (on first spell load)Sébastien Helleu
2019-04-25cmake: allow custom libdir (fix #1341)Ryan Farley
2019-04-13api: return allocated string in hook_info callback and function info_getSébastien Helleu
2019-03-24core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage o...Sébastien Helleu
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split (closes...Sébastien Helleu
2019-02-19spell: rename "aspell" plugin to "spell" (issue #1299)Sébastien Helleu