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-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-19
core: convert deprecated commands bound to keys when upgrading weechat.conf t...
Sébastien Helleu
2023-04-15
doc/api: add more examples on function util_version_number
Sébastien Helleu
2023-04-14
core: remove unnecessary condition in comparison of timeval structures
Sébastien Helleu
2023-04-13
core: replace "SSL" by "TLS" in `/help upgrade` (issue #1903)
Sébastien Helleu
2023-04-12
core: rename option weechat.color.status_name_ssl to weechat.color.status_nam...
Sébastien Helleu
2023-04-12
core: replace SSL by TLS in comments (issue #1903)
Sébastien Helleu
2023-04-07
core: change default color of "mouse_status" item to lightgreen
Sébastien Helleu
2023-04-05
core: fix pointer to hash and hash_temp in doc generator
Sébastien Helleu
2023-04-01
core, plugins: set options to NULL by default, refactor config init functions
Sébastien Helleu
2023-04-01
alias: rename all aliases to lower case on upgrade (issue #1872)
Sébastien Helleu
2023-03-31
doc: add CMake option `ENABLE_DOC_INCOMPLETE` to force build of incomplete do...
Sébastien Helleu
2023-03-31
core: remove keys `meta-[I` and `meta-[G` for pgup/pgdn (issue #1900)
Sébastien Helleu
2023-03-30
doc: remove unnecessary empty lines in autogen files
Sébastien Helleu
2023-03-30
doc: update autogen files only if changed, add autogen dependencies on docs
Sébastien Helleu
2023-03-30
doc: convert docgen.py to C, remove autogen files from repository, add parame...
Sébastien Helleu
2023-03-28
core: add separate function to get translated help for values of color options
Sébastien Helleu
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
[next]