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
2024-05-08
core: fix buffer short name comparison in function gui_buffer_set_short_name
Sébastien Helleu
2024-05-08
core: fix buffer name comparison in function gui_buffer_set_name
Sébastien Helleu
2024-05-08
core: check that buffer is not NULL in function gui_input_set_pos
Sébastien Helleu
2024-05-08
core: add function gui_buffer_set_notify
Sébastien Helleu
2024-05-08
core: add function gui_buffer_set_day_change
Sébastien Helleu
2024-05-03
core: remove unused variable "used"
Sébastien Helleu
2024-05-02
core: fix prototype of function "resizeterm" in fake ncurses interface
Sébastien Helleu
2024-05-01
core: execute command as user data for local keys in buffer (issue #2066)
Sébastien Helleu
2024-05-01
core: send signal "buffer_line_added" on buffers with free content (issue #2066)
Sébastien Helleu
2024-04-29
api: allow to set nicklist group/nick id in functions nicklist_group_set and ...
Sébastien Helleu
2024-04-29
api: allow search by group and nick id in functions nicklist_search_group and...
Sébastien Helleu
2024-04-28
core: remove obsolete function gui_nicklist_get_max_length
Sébastien Helleu
2024-04-28
core: remove unnecessary condition in function gui_nicklist_get_group_start
Sébastien Helleu
2024-04-28
core: check that parameter name is not NULL in function gui_nicklist_get_grou...
Sébastien Helleu
2024-04-28
core: fix recursive search of group in nicklist
Sébastien Helleu
2024-04-26
core: remove check of NULL pointers before calling gui_focus_free_info() (iss...
Sébastien Helleu
2024-04-26
core: remove check of NULL pointers before calling gui_color_palette_free() (...
Sébastien Helleu
2024-04-26
core: remove check of NULL pointers before calling gui_completion_free() (iss...
Sébastien Helleu
2024-04-26
core: remove check of NULL pointers before calling string_free_split_tags() (...
Sébastien Helleu
2024-04-26
core: remove check of NULL pointers before calling gui_bar_window_free() (iss...
Sébastien Helleu
2024-04-26
core: remove check of NULL pointers before calling gui_bar_item_free() (issue...
Sébastien Helleu
2024-04-26
core: remove check of NULL pointers before calling weelist_free() (issue #865)
Sébastien Helleu
2024-04-26
core: remove check of NULL pointers before calling config_file_option_free() ...
Sébastien Helleu
2024-04-26
core: remove check of NULL pointers before calling string_shared_free() (issu...
Sébastien Helleu
2024-04-26
core: remove check of NULL pointers before calling string_dyn_free() (issue #...
Sébastien Helleu
2024-04-26
core: remove check of NULL pointers before calling string_free_split() (issue...
Sébastien Helleu
2024-04-26
core: remove check of NULL pointers before calling hashtable_free() (issue #865)
Sébastien Helleu
2024-04-26
core: remove check of NULL pointers before calling unhook() (issue #865)
Sébastien Helleu
2024-04-25
core: remove check of NULL pointers before calling free() (issue #865)
Sébastien Helleu
2024-04-17
core: do not color prefix of join/part/quit messages when the nick is offline
Sébastien Helleu
2024-04-11
core: use nick offline color for nick in action message
Sébastien Helleu
2024-04-11
core: use nick offline highlight color for prefix of action message when the ...
Sébastien Helleu
2024-04-07
core: add unique "id" in nicklist group and nick (issue #2081)
Sébastien Helleu
2024-04-07
buffer: add property `input_get_any_user_data` in buffer (issue #2066)
Sébastien Helleu
2024-04-01
core: remove whitespace
Sébastien Helleu
2024-04-01
core: fix print of pointer values
Sébastien Helleu
2024-03-24
core: add option weechat.completion.case_sensitive
Sébastien Helleu
2024-03-18
core: send signal "hotlist_changed" only if the order of hotlist has changed ...
Sébastien Helleu
2024-03-18
core: reduce number of re-sort of hotlist (issue #2097)
Sébastien Helleu
2024-03-16
core: optimize sort of hotlist
Sébastien Helleu
2024-03-16
core: don't resort hotlist when signal "hotlist_changed" is sent
Sébastien Helleu
2024-03-16
core: sort hotlist and remove buffer even while upgrading
Sébastien Helleu
2024-03-16
core: fix crash on /upgrade when hotlist contains buffers that are closed
Sébastien Helleu
2024-03-16
core: resort hotlist on any buffer signal (issue #2097)
Sébastien Helleu
2024-03-16
core: add option weechat.look.highlight_prefix (closes #2079)
Sébastien Helleu
2024-03-16
core: add variable `${highlight}` in option weechat.look.buffer_time_format (...
Sébastien Helleu
2024-03-15
core: convert option weechat.look.hotlist_sort to a list of fields (closes #2...
Sébastien Helleu
2024-03-15
core: rename variables with creation time in hdata "hotlist"
Sébastien Helleu
2024-03-15
core: add missing hdata name "buffer" in hdata "hotlist"
Sébastien Helleu
2024-03-13
core: make search_stop scroll to search start position
Trygve Aaberge
[next]