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
/
gui
/
gui-key.c
Age
Commit message (
Expand
)
Author
2024-04-25
core: remove check of NULL pointers before calling free() (issue #865)
Sébastien Helleu
2024-04-07
buffer: add property `input_get_any_user_data` in buffer (issue #2066)
Sébastien Helleu
2024-04-01
core: fix print of pointer values
Sébastien Helleu
2024-03-12
core: remove "wee-" prefix from source files in src/core and src/core/hook
Sébastien Helleu
2024-03-06
core: add support of SGR mouse events, remove option weechat.look.mouse_timer...
Sébastien Helleu
2024-02-24
core: fix typo in comment
Sébastien Helleu
2024-01-01
core: update copyright dates
Sébastien Helleu
2023-11-11
core: add incremental search in commands history (issue #2040)
Sébastien Helleu
2023-11-04
core: remove incorrect warning when binding keys F10 to F20 (closes #2039)
Sébastien Helleu
2023-08-27
core: ignore key bindings with empty command
Sébastien Helleu
2023-07-08
core: display focus hashtable for debug even if no key is matching
Sébastien Helleu
2023-07-03
core: fix styles
Sébastien Helleu
2023-07-03
core: don't send key_pressed signal again for the same key press
Trygve Aaberge
2023-07-03
core: don't send key_combo_* signals for incomplete keys
Trygve Aaberge
2023-06-26
core: display actual key name and command with key Alt+k
Sébastien Helleu
2023-05-04
api: don't split on newline by default in functions `command` and `command_op...
Sébastien Helleu
2023-03-31
core: replace key `meta2-` by `meta-[` in comments
Sébastien Helleu
2023-03-31
core: fix key `meta-[O` (unfocus with xterm) (closes #1900)
Sébastien Helleu
2023-03-31
core: remove keys `meta-[I` and `meta-[G` for pgup/pgdn (issue #1900)
Sébastien Helleu
2023-03-25
core: Include blank lines in paste line count
Trygve Aaberge
2023-03-25
core: Remove option weechat.look.paste_auto_add_newline
Trygve Aaberge
2023-03-25
core: Always remove final newline when pasting
Trygve Aaberge
2023-03-25
core: Replace newline/tabs after paste is accepted
Trygve Aaberge
2023-03-25
core: fix uninitialized variable `chunks2_count` when key_name and key_name_a...
Sébastien Helleu
2023-03-25
core: remove unnecessary assignment
Sébastien Helleu
2023-03-25
core: remove commented code
Sébastien Helleu
2023-03-18
core: bump version to 4.0.0-dev, follow "practical" semantic versioning
Sébastien Helleu
2023-03-17
core: also display mouse codes with `/debug key`
Sébastien Helleu
2023-03-17
core: change order of modifiers in mouse keys
Sébastien Helleu
2023-03-17
core: fix search of commands with raw code and alias matching
Sébastien Helleu
2023-03-17
core: refactor print of keys in debug mode
Sébastien Helleu
2023-03-17
core: replace "\x01" by "^" and add color for delimiters in output of /debug key
Sébastien Helleu
2023-03-17
core: use order returned by gui_key_expand in gui_key_modifier_list
Sébastien Helleu
2023-03-17
core: display a warning when trying to bind a raw key code or invalid key (mi...
Sébastien Helleu
2023-03-17
core: check new keys manually added with /set
Sébastien Helleu
2023-03-17
core: remove use of "meta2-" in key name
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
api: change also default value of new key options with function key_bind
Sébastien Helleu
2023-03-16
core: split alias list into two lists
Sébastien Helleu
2023-03-16
tests: add extra test on function gui_key_legacy_to_alias
Sébastien Helleu
2023-03-16
api: change default value of existing key options with function key_bind
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: fix safe list of keys
Sébastien Helleu
2023-03-16
core: remove obsolete function gui_key_legacy_expand
Sébastien Helleu
2023-03-16
core: optimize search of key by reducing the number of splits into chunks
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: display new key name using aliases in output of `/key` command
Sébastien Helleu
2023-03-16
core: fix function gui_key_legacy_to_alias with keys on areas
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
[next]