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
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
2023-02-02
core: remove extra spaces before comma
Sébastien Helleu
2023-01-29
core: force ctrl keys to lower case when they are added (closes #1875)
Sébastien Helleu
2023-01-29
core: ensure internal_code is not NULL when adding a default key (issue #1875)
Sébastien Helleu
2023-01-28
core, plugins: replace calls to string_str(n)cmp by str(n)cmp (issue #1872)
Sébastien Helleu
2023-01-28
core, plugins: check that string parameters are not NULL in search functions ...
Sébastien Helleu
2023-01-28
core: make color names and attributes case sensitive (issue #1872)
Sébastien Helleu
2023-01-28
core, plugins: make input actions in buffers case sensitive (issue #1872)
Sébastien Helleu
2023-01-08
core: remove build with autotools
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-12-31
core: move function gui_input_move_to_buffer to gui-buffer.c
Sébastien Helleu
2022-12-29
core: add option weechat.look.chat_space_right (issue #1862)
Sébastien Helleu
2022-12-25
core: move `/input` buffer switch/zoom actions to command `/buffer`
Sébastien Helleu
2022-12-25
core: move `/input` set_unread actions to commands `/allbuf` and `/buffer set`
Sébastien Helleu
2022-12-25
core: move `/input` hotlist actions to new command `/hotlist`
Sébastien Helleu
2022-12-25
core: move `/input` jump actions to command `/buffer jump`
Sébastien Helleu
2022-12-19
core: return directly output of string_dyn_free without temporary variable
Sébastien Helleu
2022-12-18
core: remove unused argument "pos" from function gui_input_insert_string, add...
Sébastien Helleu
2022-12-10
core: add color attributes "blink" and "dim" (half bright) (closes #1855)
Sébastien Helleu
2022-12-10
core: do not display non printable chars, fix function utf8_char_size_screen
Sébastien Helleu
2022-12-10
core: display chars < 32 with a letter/symbol and reverse video attribute in ...
Sébastien Helleu
2022-12-10
core: toggle reverse video attribute in bars for chars < 32 only if not alrea...
Sébastien Helleu
2022-12-10
core: expand tabulations as spaces in bars
Sébastien Helleu
2022-12-10
core: replace call to memcpy by utf8_strncpy
Sébastien Helleu
2022-10-14
Allow terminal title to be left unchanged.
Latchezar Tzvetkoff
2022-10-05
core: fix page scroll in bare display (closes #1830)
Sébastien Helleu
2022-09-27
api: add function file_compress
Sébastien Helleu
2022-09-18
core: add key alt+backspace, change behavior of key ctrl+w (closes #559)
Sébastien Helleu
2022-09-17
core: fix wrong terminal title on terminal resize (closes #1702)
Sébastien Helleu
2022-04-18
core: add bar item "spacer"
Sébastien Helleu
[next]