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
/
gui-bar-item-custom.c
Age
Commit message (
Collapse
)
Author
2024-04-26
core: remove check of NULL pointers before calling gui_bar_item_free() ↵
Sébastien Helleu
(issue #865)
2024-04-26
core: remove check of NULL pointers before calling config_file_option_free() ↵
Sébastien Helleu
(issue #865)
2024-04-26
core: remove check of NULL pointers before calling hashtable_free() (issue #865)
Sébastien Helleu
2024-04-25
core: remove check of NULL pointers before calling free() (issue #865)
Sébastien Helleu
2024-03-12
core: remove "wee-" prefix from source files in src/core and src/core/hook
Sébastien Helleu
2024-01-01
core: update copyright dates
Sébastien Helleu
2023-10-23
core: fix crash when a custom bar item name is already used by a default bar ↵
Sébastien Helleu
item (closes #2034)
2023-07-10
core: fix renaming of options with command `/item rename` (closes #1978)
Sébastien Helleu
The options `weechat.custom_bar_item.xxx.*` are now properly renamed to the new item name. This fixes a save issue (item saved with old name in config) and a crash if a new item is created with the old name.
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: make bar and bar items case sensitive (issue #1872)
Sébastien Helleu
2023-01-01
core: update copyright dates
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
This allows to create custom bar items with evaluated content (like the script text_item.py does).