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-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: add variables "_chat_focused_line_bol" and "_chat_focused_line_eol" in ...
Sébastien Helleu
2023-06-26
core: display actual key name and command with key Alt+k
Sébastien Helleu
2023-06-02
core: fix weechat.look.align_multiline_words not working
Trygve Aaberge
2023-05-29
core: set word_end_offset to character after word
Trygve Aaberge
2023-05-29
core: fix chat colors at certain positions not being applied
Trygve Aaberge
2023-05-18
core: fix refresh of bar item "input_search" after buffer switch in root bars...
Sébastien Helleu
2023-05-16
core: fix partial completion when the common prefix found is empty (closes #340)
Sébastien Helleu
2023-05-14
core: allow to reset buffer property "input_multiline" to 0 even if there are...
Sébastien Helleu
2023-05-13
core: add quotes around paths in CMake files (closes #29)
Sébastien Helleu
2023-05-12
core: fix completion after newline in input (closes #1925)
Sébastien Helleu
2023-05-04
api: don't split on newline by default in functions `command` and `command_op...
Sébastien Helleu
2023-05-01
core: add options weechat.color.chat_status_disabled and weechat.color.chat_s...
Sébastien Helleu
2023-05-01
core: keep only first message line in modifier "weechat_print" when input_mul...
Sébastien Helleu
2023-05-01
core: keep only first message line in hook line when input_multiline is not s...
Sébastien Helleu
2023-04-26
core: change default background color of status and title bars (issue #1920)
Sébastien Helleu
2023-04-26
core: always allow 256 colors, find nearest color if less colors are availabl...
Sébastien Helleu
2023-04-26
core: fix infinite loop on startup when running some gui commands before the ...
Sébastien Helleu
2023-04-26
core: fix display bug when drawing partially scrolled multiline
Trygve Aaberge
2023-04-25
core: add option `split_return` in command `/input` (closes #1916)
Sébastien Helleu
2023-04-25
core: add cursor key l to quote focused line
Trygve Aaberge
2023-04-25
core: add _chat_focused_line variable to get the focused line
Trygve Aaberge
2023-04-23
core: fix update of terminal title in some terminals like suckless terminal (...
Sébastien Helleu
2023-04-20
core: keep only first message line in hdata update of line_data when input_mu...
Sébastien Helleu
2023-04-20
core: do now allow buffer property "input_multiline" to be reset to 0, except...
Sébastien Helleu
2023-04-19
core: still split on printf when input_multiline isn't set
Trygve Aaberge
2023-04-19
core: don't split on newline characters in printf_date_tags
Trygve Aaberge
2023-04-19
core: render newline characters in chat line messages
Trygve Aaberge
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
[next]