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-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
2022-01-28
core: use dynamic string in function gui_chat_build_string_prefix_message
Sébastien Helleu
2022-01-26
core: check that utf_char is not NULL in gui chat functions
Sébastien Helleu
2022-01-26
core: set prefix to NULL when clearing a line on a buffer with free content
Sébastien Helleu
2022-01-26
core: fix memory leak when removing a line on a buffer with free content
Sébastien Helleu
2022-01-17
core: update copyright dates
Sébastien Helleu
2022-01-15
core: fix search of commands with UTF-8 chars in name when option weechat.loo...
Sébastien Helleu
2021-12-28
core: fix display of hotlist in buflist after changing value of option weecha...
Sébastien Helleu
2021-11-04
core: fix access to integer/long/time arrays in hdata, add support of static ...
Sébastien Helleu
2021-08-31
core: add options in command /input and new keys to remove/restore buffers in...
Sébastien Helleu
2021-08-11
core: add terminal and color info in output of /debug color
Sébastien Helleu
2021-08-06
core: fix decoding of attributes in basic ANSI colors (closes #1678)
Sébastien Helleu
2021-07-04
core: add bar item "typing" in status bar by default
Sébastien Helleu
2021-05-27
core: update translations (issue #1647)
Sébastien Helleu
2021-05-27
clarify (max) bar size to be in chars/lines
Filip H.F. "FiXato" Slagter
2021-05-26
core: add signals "cursor_start" and "cursor_end"
Sébastien Helleu
2021-05-25
core, buflist, irc, relay: replace freenode by libera in comments
Sébastien Helleu
2021-03-20
core: Prevent switching to start of visited buffers when jumping to next
Trygve Aaberge
2021-03-16
core: add options to customize commands on system signals, quit by default on...
Sébastien Helleu
2021-03-07
core: fix compilation of tests on FreeBSD
Sébastien Helleu
2021-02-28
core: fix quoted line in cursor mode (closes #1602)
Sébastien Helleu
2021-02-08
core: fix wrong size of the new window after vertical split (closes #1612)
Sébastien Helleu
2021-02-07
core: add options weechat.look.hotlist_update_on_buffer_switch and weechat.lo...
Kevin Pulo
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-12-19
core: add options "setvar" and "delvar" in command /buffer, rename option "lo...
Sébastien Helleu
2020-12-19
core: add buffer local variable "completion_default_template" (evaluated) (cl...
Sébastien Helleu
2020-11-23
core: allocate dynamic string size for colors
Sébastien Helleu
2020-11-22
core: increase buffer size in function gui_bar_item_time_cb
Sébastien Helleu
2020-11-19
core: add missing cast to unsigned char on first argument to function isdigit
Sébastien Helleu
2020-11-17
core: fix and normalize error messages
Sébastien Helleu
2020-10-04
api: add optional list of colors in infos "nick_color" and "nick_color_name" ...
Sébastien Helleu
2020-10-04
core: add argument "num_colors" in function gui_nick_hash_color, add tests on...
Sébastien Helleu
2020-08-23
api: add argument "bytes" in function string_dyn_concat
Sébastien Helleu
2020-08-22
api: add function string_color_code_size (issue #1547)
Sébastien Helleu
2020-08-17
core: replace calls to malloc by calloc
Sébastien Helleu
2020-08-16
core: set notify_level to 3 if highlight is forced in gui_line_hook_update (o...
Sébastien Helleu
2020-08-16
core: set notify_level to 3 in case of highlight in gui_line_hook_update only...
Sébastien Helleu
2020-08-16
core: set notify_level to 3 in case of highlight only if tag "notify_none" is...
Sébastien Helleu
2020-08-15
core: set "notify_level" to 3 if there is a highlight in the line (closes #1529)
Sébastien Helleu
[next]