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
Age
Commit message (
Expand
)
Author
2023-03-28
core: check that infolist is not NULL in next/prev/reset_item_cursor functions
Sébastien Helleu
2023-03-26
core: Add an option to start multiline input text on a new line
Trygve Aaberge
2023-03-26
core: update translations (issue #1503)
Sébastien Helleu
2023-03-26
core: fix code style (issue #1503)
Sébastien Helleu
2023-03-26
core: Implement commands for operating on a single input line
Trygve Aaberge
2023-03-25
core: Increase default value for paste_max_lines to 100
Trygve Aaberge
2023-03-25
core: Remove option weechat.look.paste_auto_add_newline
Trygve Aaberge
2023-03-25
core: fix memory leak in function config_file_read_internal
Sébastien Helleu
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: do not call check callback when setting default value of option
Sébastien Helleu
2023-03-19
core: run config hooks only when value or default value is actually changed i...
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: display a warning if the config version read is newer than supported ve...
Sébastien Helleu
2023-03-16
core: move keyboard debug mode from `/key debug` to `/debug key`
Sébastien Helleu
2023-03-16
core: add function config_file_option_set_default
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: add configuration version, add API function config_set_version
Sébastien Helleu
2023-03-16
core: simplify function config_file_read_internal
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-12
core: revert case sensitive Curl constants and options (issue #1872)
Sébastien Helleu
2023-03-12
core: check that parameters are not NULL in URL functions
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: rename variable open_paren to pos_open_paren
Sébastien Helleu
2023-03-10
core: allow /eval to get hashtable properties
Andrew Potter
2023-01-30
core: update description of function hook_command_display_error_unknown
Sébastien Helleu
2023-01-30
core: inform that commands are case sensitive when another command with diffe...
Sébastien Helleu
2023-01-30
core: improve prioritization of commands starting with same chars in similar ...
Sébastien Helleu
2023-01-30
core: display similar command names when a command is unknown (closes #1877)
Sébastien Helleu
2023-01-30
core: add function string_get_common_bytes_count (issue #1877)
Sébastien Helleu
2023-01-30
core: add function string_levenshtein (issue #1877)
Sébastien Helleu
2023-01-29
core: properly skip command char when it is a wide char in exec of hook_comma...
Sébastien Helleu
2023-01-29
core: force ctrl keys to lower case when they are added (closes #1875)
Sébastien Helleu
2023-01-29
api: readjust string size in function string_dyn_free when string is not free...
Sébastien Helleu
[prev]
[next]