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
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
2020-08-04
core: check that line is not NULL in functions gui_line_is_displayed and gui_...
Sébastien Helleu
2020-08-04
core: check that line_data is not NULL in functions gui_line_tags_alloc and g...
Sébastien Helleu
2020-08-04
core: rename functions to allocate/free lines
Sébastien Helleu
2020-07-20
core: do not add line with highlight and tag "notify_none" to hotlist (closes...
Sébastien Helleu
2020-06-30
api: add pointer "_bar_window" in hashtable sent to hook focus callback (clos...
Sébastien Helleu
2020-06-21
core: add bar option "color_bg_inactive" (issue #732)
Sébastien Helleu
2020-06-07
api: fix use of pointer after free in function key_unbind
Sébastien Helleu
2020-06-02
Add Alacritty title escape sequence support
Christian Duerr
2020-05-16
Fix /window scroll_beyond_end when buffer has fewer lines than terminal height
Trygve Aaberge
2020-05-16
core: move creation of info_hashtable from gui-focus.c to plugin-api-info.c (...
Sébastien Helleu
2020-05-16
gui: make key optional in gui_focus_to_hashtable
Simmo Saan
2020-05-16
gui: add gui_focus_info hashtable info (#1245)
Simmo Saan
2020-05-16
core: add bar items with nicklist groups and nicks/groups (closes #1506)
Sébastien Helleu
2020-05-14
core: force buffer property "time_for_each_line" to 0 for buffers with free c...
Sébastien Helleu
2020-05-10
core: set default size for input bar to 0 (automatic) (issue #1498)
Sébastien Helleu
2020-05-10
core: add default key alt-enter to insert a newline (issue #1498)
Sébastien Helleu
2020-05-10
core: don't collapse consecutive newlines in lines displayed before the first...
Sébastien Helleu
2020-05-10
core: Don't remove consecutive newlines when pasting
Trygve Aaberge
2020-05-10
core: Don't collapse consecutive newlines in bar content
Trygve Aaberge
2020-05-10
core: properly display newlines in input for all buffers
Trygve Aaberge
[next]