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
/
curses
Age
Commit message (
Expand
)
Author
2024-03-16
core: add option weechat.look.highlight_prefix (closes #2079)
Sébastien Helleu
2024-03-13
GUI: fix potential integer overflow bugs by casting to `size_t`
Mario Campos
2024-03-12
core: remove "wee-" prefix from source files in src/core and src/core/hook
Sébastien Helleu
2024-03-12
core: rename function gui_buffer_search_by_name to gui_buffer_search (issue #...
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: add missing mouse event "alt-ctrl-button3"
Sébastien Helleu
2024-02-24
core: add missing mouse event "alt-ctrl-button2"
Sébastien Helleu
2024-02-01
core: add support of base64url in encode/decode functions (issue #2066)
Sébastien Helleu
2024-01-06
core: add variable "opening" in buffer, do not send buffer signals when the b...
Sébastien Helleu
2024-01-01
core: update copyright dates
Sébastien Helleu
2023-12-26
core: store microseconds in buffer lines (closes #649)
Sébastien Helleu
2023-12-14
core: fix infinite loop in display when the chat area is too small (closes #2...
Sébastien Helleu
2023-12-14
core: fix style
Sébastien Helleu
2023-11-23
core: add syntax highlighting in evaluation of expressions, add option weecha...
Sébastien Helleu
2023-11-11
core: move key ctrl+s, ctrl+u to alt+shift+U (issue #2040)
Sébastien Helleu
2023-11-11
core: add key ctrl+o to send command found and insert next one in input (issu...
Sébastien Helleu
2023-11-11
core: add incremental search in commands history (issue #2040)
Sébastien Helleu
2023-11-01
irc: add support of RGB colors in messages (issue #2025)
Sébastien Helleu
2023-10-01
core: make zstd dependency optional (closes #2024)
Sébastien Helleu
2023-08-28
core: add key ctrl+z to suspend WeeChat process (closes #985)
Sébastien Helleu
2023-08-16
core: add parameters and key bindings to move to edges of current area with c...
Sébastien Helleu
2023-07-08
core: use type "enum" in options
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-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-13
core: add quotes around paths in CMake files (closes #29)
Sébastien Helleu
2023-05-01
core: add options weechat.color.chat_status_disabled and weechat.color.chat_s...
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 cursor key l to quote focused line
Trygve Aaberge
2023-04-23
core: fix update of terminal title in some terminals like suckless terminal (...
Sébastien Helleu
2023-04-19
core: render newline characters in chat line messages
Trygve Aaberge
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-25
core: fix typo and code style
Sébastien Helleu
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-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: set insert_ok to 0 for backspace 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
[next]