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
Age
Commit message (
Expand
)
Author
2023-04-07
core: add item "mouse_status" in default status bar
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-26
core: Add an option to start multiline input text on a new line
Trygve Aaberge
2023-03-26
core: fix code style (issue #1503)
Sébastien Helleu
2023-03-26
core: add keys `shift-left` and `shift-right` with same commands as `left` an...
Sébastien Helleu
2023-03-26
core: revert keys `meta-r` (delete line) and `meta-R` (delete input) (issue #...
Sébastien Helleu
2023-03-26
core: Implement commands for operating on a single input line
Trygve Aaberge
2023-03-26
core: fix default value of bar options
Sébastien Helleu
2023-03-25
core: fix typo and code style
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: When pasting, insert text in input instead of interpreting keys
Trygve Aaberge
2023-03-25
core: Parse bracketed paste also when paste pending
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-25
core: fix gcc warning on snprintf
Sébastien Helleu
2023-03-21
core: move buffer functions and remove them from header file
Sébastien Helleu
2023-03-21
core: remove unused function gui_buffer_is_scrolled
Sébastien Helleu
2023-03-21
core: remove unused function gui_buffer_search_by_layout_number
Sébastien Helleu
2023-03-20
core: add relative move of read marker with `/buffer set unread [+/-]N` (clos...
Sébastien Helleu
2023-03-19
core: fix default value of options for bars added by plugins
Sébastien Helleu
2023-03-19
core: fix long lines in function gui_bar_use_temp_bars
Sébastien Helleu
2023-03-19
core: allow any valid boolean value in command `/bar set <name> separator xxx`
Sébastien Helleu
2023-03-19
core: fix typo on bar option name "separator"
Sébastien Helleu
2023-03-19
core: use a fixed size buffer to create a bar option
Sébastien Helleu
2023-03-19
core: use a fixed size buffer to rename a bar
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: split gui-curses.h into multiple headers
Sébastien Helleu
2023-03-17
core: fix search of commands with raw code and alias matching
Sébastien Helleu
2023-03-17
core: set insert_ok to 0 for backspace key
Sébastien Helleu
2023-03-17
core: remove "%s" from translated message for key debug
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
[prev]
[next]