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-buffer.c
Age
Commit message (
Expand
)
Author
2023-08-24
core: add option `setauto` in command `/buffer` (issue #352)
Sébastien Helleu
2023-08-24
core: add options weechat.buffer.* to save buffer properties set by user (iss...
Sébastien Helleu
2023-08-18
core: use dynamic string in function gui_buffer_set_highlight_words_list
Sébastien Helleu
2023-08-18
core: simplify function gui_buffer_notify_get
Sébastien Helleu
2023-07-08
core: use type "enum" in options
Sébastien Helleu
2023-05-14
core: allow to reset buffer property "input_multiline" to 0 even if there are...
Sébastien Helleu
2023-04-20
core: do now allow buffer property "input_multiline" to be reset to 0, except...
Sébastien Helleu
2023-03-21
core: move buffer functions and remove them from header file
Sébastien Helleu
2023-03-21
core: remove unused function gui_buffer_is_scrolled
Sébastien Helleu
2023-03-21
core: remove unused function gui_buffer_search_by_layout_number
Sébastien Helleu
2023-03-20
core: add relative move of read marker with `/buffer set unread [+/-]N` (clos...
Sébastien Helleu
2023-03-17
core: check new keys manually added with /set
Sébastien Helleu
2023-03-16
core: display a specific error when trying to bind a key without area in mous...
Sébastien Helleu
2023-03-16
core: create config options for all keys that can be managed with `/set` and ...
Sébastien Helleu
2023-02-04
fix: various code comments
rj1
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, plugins: check that string parameters are not NULL in search functions ...
Sébastien Helleu
2023-01-28
core, plugins: make input actions in buffers case sensitive (issue #1872)
Sébastien Helleu
2023-01-28
core: make function gui_buffer_match_list case sensitive (issue #1872)
Sébastien Helleu
2023-01-28
core: make buffer types and notify levels case sensitive (issue #1872)
Sébastien Helleu
2023-01-28
core: make get/set object properties case sensitive (issue #1872)
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-12-31
core: move function gui_input_move_to_buffer to gui-buffer.c
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
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: 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-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-07-24
core: add option weechat.look.highlight_disable_regex and buffer property "hi...
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-03-13
core: add function gui_buffer_new_props (issue #1759)
Sébastien Helleu
2022-01-17
core: update copyright dates
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-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-01-02
core: update copyright dates
Sébastien Helleu
2020-11-17
core: fix and normalize error messages
Sébastien Helleu
2020-08-04
core: rename functions to allocate/free lines
Sébastien Helleu
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-09
core: add an option for multiline input in a buffer (closes #984)
Trygve Aaberge
2020-04-27
api: add functions completion_new, completion_search and completion_free (iss...
Sébastien Helleu
2020-01-12
core: reset variable "old_full_name" after send of signal "buffer_renamed" (i...
Sébastien Helleu
[next]