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
2022-12-29
core: add option weechat.look.chat_space_right (issue #1862)
Sébastien Helleu
2022-12-26
core: allow value "0" in buffer property "unread" to remove read marker from ...
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
api: do not check hotlist add conditions when adding buffer in hotlist with f...
Sébastien Helleu
2022-12-25
core: add option `add` in command `/hotlist`
Sébastien Helleu
2022-12-25
core: fix typo in comment
Sébastien Helleu
2022-12-25
core: move `/input` hotlist actions to new command `/hotlist`
Sébastien Helleu
2022-12-25
core: add function gui_buffer_jump_last_visible_number
Sébastien Helleu
2022-12-25
core: move `/input` jump actions to command `/buffer jump`
Sébastien Helleu
2022-12-24
api: rename char comparison functions "utf8_char*" to "string_char*"
Sébastien Helleu
2022-12-19
core: return directly output of string_dyn_free without temporary variable
Sébastien Helleu
2022-12-18
api: return newly allocated string in functions string_tolower and string_tou...
Sébastien Helleu
2022-12-18
core: remove unused argument "pos" from function gui_input_insert_string, add...
Sébastien Helleu
2022-12-17
core: simplify gui input functions by returning immediately if condition not met
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-11-20
core: fix typo in comment
Sébastien Helleu
2022-11-11
core: add identifier in buffer lines (closes #901)
Sébastien Helleu
2022-11-08
core: add signals "buffer_user_{input|closing}_xxx" for buffers created with ...
Sébastien Helleu
2022-10-14
Allow terminal title to be left unchanged.
Latchezar Tzvetkoff
2022-10-10
core: fix context info in buffers with free content (closes #1832)
Sébastien Helleu
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
tests: add tests on filter functions
Sébastien Helleu
2022-09-17
core: fix order of filters after renaming a filter (issue #1695)
Sébastien Helleu
2022-09-17
core: fix wrong terminal title on terminal resize (closes #1702)
Sébastien Helleu
2022-09-17
core: sort filters by name (closes #1695)
Sébastien Helleu
2022-07-24
core: remove dead assignments
Sébastien Helleu
2022-07-24
core: add option weechat.look.highlight_disable_regex and buffer property "hi...
Sébastien Helleu
2022-07-24
core: use dynamic string in function gui_bar_item_get_value
Sébastien Helleu
2022-07-20
api: add arguments "index_start" and "index_end" in function string_rebuild_s...
Sébastien Helleu
2022-07-20
api: rename function string_build_with_split_string to string_rebuild_split_s...
Sébastien Helleu
2022-05-27
core: add completion of conditions and content in commands `/item add` and `/...
Sébastien Helleu
2022-05-27
core: add display conditions in custom bar items (issue #808)
Sébastien Helleu
2022-05-27
core: add command /item (closes #808)
Sébastien Helleu
2022-04-24
api: allow to catch multiple signals in functions hook_signal and hook_hsigna...
Sébastien Helleu
2022-04-18
core: add bar item "spacer"
Sébastien Helleu
2022-04-17
core: use dynamic string functions to build bar window content
Sébastien Helleu
2022-03-27
core: fix bad window size on startup with some terminals like kitty (closes #...
Sébastien Helleu
2022-03-13
core: add function gui_buffer_new_props (issue #1759)
Sébastien Helleu
2022-01-30
core: search in message tags when tags are displayed with /debug tags
Sébastien Helleu
2022-01-30
core: add support of date and tags in messages displayed in buffers with free...
Sébastien Helleu
2022-01-28
core: move functions from gui-chat.c to gui-line.c
Sébastien Helleu
2022-01-28
core: use dynamic string in function gui_chat_build_string_message_tags
Sébastien Helleu
[next]