summaryrefslogtreecommitdiff
path: root/src/core/wee-command.c
AgeCommit message (Expand)Author
2023-09-13core: add algorithms `sha512-224`, `sha512-256`, `sha3-*`, blake2b-*` and `bl...Sébastien Helleu
2023-09-07core: add completion "eval_variables", used in completion of `/eval`Sébastien Helleu
2023-09-05core: add note for translators on command arguments (issue #2005)Sébastien Helleu
2023-08-28core: move sys filename and functionsSébastien Helleu
2023-08-28core: update translationsSébastien Helleu
2023-08-28core: add key ctrl+z to suspend WeeChat process (closes #985)Sébastien Helleu
2023-08-28core: add command `/sys` to show resource limits and usageSébastien Helleu
2023-08-27core: add support of quotes in commands `/key bind` and `/key bindctxt`Sébastien Helleu
2023-08-27core: add countdown example in `/help repeat` (issue #2007)Sébastien Helleu
2023-08-27core: evaluate command given to `/repeat` with contextual variables (closes #...Sébastien Helleu
2023-08-25core: add option `callbacks` in command `/debug`Sébastien Helleu
2023-08-25core: add microseconds precision in function util_parse_delaySébastien Helleu
2023-08-24core: add option `setauto` in command `/buffer` (issue #352)Sébastien Helleu
2023-08-16core: fix /help cursor (issue #1282)Sébastien Helleu
2023-08-16core: add parameters and key bindings to move to edges of current area with c...Sébastien Helleu
2023-07-08core: use type "enum" in optionsSébastien Helleu
2023-07-08core: add option type "enum" (closes #1973)Sébastien Helleu
2023-07-05core: add quotes around key names in /help keySébastien Helleu
2023-07-04core: fix cursor position after `/plugin list -i` or `/plugin list -il`Sébastien Helleu
2023-07-04core: add key ctrl-backspace in /help key (issue #1975)Sébastien Helleu
2023-06-26core: display actual key name and command with key Alt+kSébastien Helleu
2023-06-10core: add completions "filters_names_disabled" and "filters_names_enabled"Sébastien Helleu
2023-05-04api: don't split on newline by default in functions `command` and `command_op...Sébastien Helleu
2023-05-01core: add enabled/disabled status color in output of `/filter list` (closes #...Sébastien Helleu
2023-04-25core: add option `split_return` in command `/input` (closes #1916)Sébastien Helleu
2023-04-23Revert "core: remove deprecated parameters from command `/input`"Sébastien Helleu
2023-04-19core: remove deprecated parameters from command `/input`Sébastien Helleu
2023-04-13core: replace "SSL" by "TLS" in `/help upgrade` (issue #1903)Sébastien Helleu
2023-03-28core: add separate function to get translated help for values of color optionsSébastien Helleu
2023-03-26core: update translations (issue #1503)Sébastien Helleu
2023-03-26core: Implement commands for operating on a single input lineTrygve Aaberge
2023-03-24core: add option `legacy` in command `/key`Sébastien Helleu
2023-03-19core: add option `rename` in command `/bar`Sébastien Helleu
2023-03-19core: display an error with `/bar add` when the bar already existsSébastien Helleu
2023-03-19core: add value "name" in completion of `/bar set <name>`Sébastien Helleu
2023-03-19core: optimize commands `/reset` and `/unset` with a maskSébastien Helleu
2023-03-19core: add command `/reset` to reset options to their default valuesSébastien Helleu
2023-03-19core: don't translate the key context (default/search/cursor/mouse)Sébastien Helleu
2023-03-17core: also display mouse codes with `/debug key`Sébastien Helleu
2023-03-17core: add note about "shift-" modifier in /help keySébastien Helleu
2023-03-17core: add modifiers, key names and combos in /help keySébastien Helleu
2023-03-17core: check new keys manually added with /setSébastien Helleu
2023-03-16core: remove mention to list of keys being displayed without arguments in /he...Sébastien Helleu
2023-03-16core: display a specific error when trying to bind a key without area in mous...Sébastien Helleu
2023-03-16core: move keyboard debug mode from `/key debug` to `/debug key`Sébastien Helleu
2023-03-16fset: hook command /keySébastien Helleu
2023-03-16core: create config options for all keys that can be managed with `/set` and ...Sébastien Helleu
2023-03-16core: add key alt-K (alt+shift+k) to grab raw key and its commandSébastien Helleu
2023-03-16core: use new key name in command `/key` and configuration fileSébastien Helleu
2023-03-16core: fix display of key with command `/key bindctxt <context> <key>`Sébastien Helleu