index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
wee-command.c
Age
Commit message (
Expand
)
Author
2023-04-25
core: add option `split_return` in command `/input` (closes #1916)
Sébastien Helleu
2023-04-23
Revert "core: remove deprecated parameters from command `/input`"
Sébastien Helleu
2023-04-19
core: remove deprecated parameters from command `/input`
Sébastien Helleu
2023-04-13
core: replace "SSL" by "TLS" in `/help upgrade` (issue #1903)
Sébastien Helleu
2023-03-28
core: add separate function to get translated help for values of color options
Sébastien Helleu
2023-03-26
core: update translations (issue #1503)
Sébastien Helleu
2023-03-26
core: Implement commands for operating on a single input line
Trygve Aaberge
2023-03-24
core: add option `legacy` in command `/key`
Sébastien Helleu
2023-03-19
core: add option `rename` in command `/bar`
Sébastien Helleu
2023-03-19
core: display an error with `/bar add` when the bar already exists
Sébastien Helleu
2023-03-19
core: add value "name" in completion of `/bar set <name>`
Sébastien Helleu
2023-03-19
core: optimize commands `/reset` and `/unset` with a mask
Sébastien Helleu
2023-03-19
core: add command `/reset` to reset options to their default values
Sébastien Helleu
2023-03-19
core: don't translate the key context (default/search/cursor/mouse)
Sébastien Helleu
2023-03-17
core: also display mouse codes with `/debug key`
Sébastien Helleu
2023-03-17
core: add note about "shift-" modifier in /help key
Sébastien Helleu
2023-03-17
core: add modifiers, key names and combos in /help key
Sébastien Helleu
2023-03-17
core: check new keys manually added with /set
Sébastien Helleu
2023-03-16
core: remove mention to list of keys being displayed without arguments in /he...
Sébastien Helleu
2023-03-16
core: display a specific error when trying to bind a key without area in mous...
Sébastien Helleu
2023-03-16
core: move keyboard debug mode from `/key debug` to `/debug key`
Sébastien Helleu
2023-03-16
fset: hook command /key
Sébastien Helleu
2023-03-16
core: create config options for all keys that can be managed with `/set` and ...
Sébastien Helleu
2023-03-16
core: add key alt-K (alt+shift+k) to grab raw key and its command
Sébastien Helleu
2023-03-16
core: use new key name in command `/key` and configuration file
Sébastien Helleu
2023-03-16
core: fix display of key with command `/key bindctxt <context> <key>`
Sébastien Helleu
2023-03-16
core: display new key name using aliases in output of `/key` command
Sébastien Helleu
2023-03-16
core: add function to expand raw key code to name with alias, use it in /key ...
Sébastien Helleu
2023-03-16
core: add keyboard debug mode with command `/key debug`
Sébastien Helleu
2023-03-10
core: simplify /help eval, move examples with the other examples (issue #1888)
Sébastien Helleu
2023-03-10
core: allow /eval to get hashtable properties
Andrew Potter
2023-01-29
core: force ctrl keys to lower case when they are added (closes #1875)
Sébastien Helleu
2023-01-28
core, plugins: make plugin names case sensitive (issue #1872)
Sébastien Helleu
2023-01-28
core: make bar and bar items case sensitive (issue #1872)
Sébastien Helleu
2023-01-28
core, plugins: make commands, hook command_run, completions and aliases case ...
Sébastien Helleu
2023-01-28
core: make configuration files, sections and options case sensitive (issue #1...
Sébastien Helleu
2023-01-28
core: add function config_file_get_configs_by_priority (issue #1872)
Sébastien Helleu
2023-01-28
core: sort configuration files by name, reload them by priority (issue #1872)
Sébastien Helleu
2023-01-12
core: remove useless continue statement in loop
Sébastien Helleu
2023-01-12
core: display error in command if allocation of arraylist fails
Sébastien Helleu
2023-01-03
core: fix crash or infinite loop in /allbuf command
Sébastien Helleu
2023-01-03
core: add variable list_size to prevent computing arraylist size in each iter...
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-12-25
core: move `/input` buffer switch/zoom actions to command `/buffer`
Sébastien Helleu
2022-12-25
core: move `/input` set_unread actions to commands `/allbuf` and `/buffer set`
Sébastien Helleu
2022-12-25
core: add command `/allbuf`
Sébastien Helleu
2022-12-25
api: do not check hotlist add conditions when adding buffer in hotlist with f...
Sébastien Helleu
2022-12-25
core: add option `add` in command `/hotlist`
Sébastien Helleu
2022-12-25
core: move `/input` hotlist actions to new command `/hotlist`
Sébastien Helleu
2022-12-25
core: add function gui_buffer_jump_last_visible_number
Sébastien Helleu
[next]