summaryrefslogtreecommitdiff
path: root/src/gui/gui-buffer.c
AgeCommit message (Expand)Author
2023-05-14core: allow to reset buffer property "input_multiline" to 0 even if there are...Sébastien Helleu
2023-04-20core: do now allow buffer property "input_multiline" to be reset to 0, except...Sébastien Helleu
2023-03-21core: move buffer functions and remove them from header fileSébastien Helleu
2023-03-21core: remove unused function gui_buffer_is_scrolledSébastien Helleu
2023-03-21core: remove unused function gui_buffer_search_by_layout_numberSébastien Helleu
2023-03-20core: add relative move of read marker with `/buffer set unread [+/-]N` (clos...Sébastien Helleu
2023-03-17core: check new keys manually added with /setSébastien Helleu
2023-03-16core: display a specific error when trying to bind a key without area in mous...Sébastien Helleu
2023-03-16core: create config options for all keys that can be managed with `/set` and ...Sébastien Helleu
2023-02-04fix: various code commentsrj1
2023-01-28core, plugins: replace calls to string_str(n)cmp by str(n)cmp (issue #1872)Sébastien Helleu
2023-01-28core, plugins: check that string parameters are not NULL in search functions ...Sébastien Helleu
2023-01-28core, plugins: make input actions in buffers case sensitive (issue #1872)Sébastien Helleu
2023-01-28core: make function gui_buffer_match_list case sensitive (issue #1872)Sébastien Helleu
2023-01-28core: make buffer types and notify levels case sensitive (issue #1872)Sébastien Helleu
2023-01-28core: make get/set object properties case sensitive (issue #1872)Sébastien Helleu
2023-01-01core: update copyright datesSébastien Helleu
2022-12-31core: move function gui_input_move_to_buffer to gui-buffer.cSébastien Helleu
2022-12-26core: allow value "0" in buffer property "unread" to remove read marker from ...Sébastien Helleu
2022-12-25core: move `/input` buffer switch/zoom actions to command `/buffer`Sébastien Helleu
2022-12-25api: do not check hotlist add conditions when adding buffer in hotlist with f...Sébastien Helleu
2022-12-25core: add option `add` in command `/hotlist`Sébastien Helleu
2022-12-25core: fix typo in commentSébastien Helleu
2022-12-25core: add function gui_buffer_jump_last_visible_numberSébastien Helleu
2022-12-25core: move `/input` jump actions to command `/buffer jump`Sébastien Helleu
2022-11-20core: fix typo in commentSébastien Helleu
2022-11-11core: add identifier in buffer lines (closes #901)Sébastien Helleu
2022-11-08core: add signals "buffer_user_{input|closing}_xxx" for buffers created with ...Sébastien Helleu
2022-07-24core: add option weechat.look.highlight_disable_regex and buffer property "hi...Sébastien Helleu
2022-07-20api: add arguments "index_start" and "index_end" in function string_rebuild_s...Sébastien Helleu
2022-07-20api: rename function string_build_with_split_string to string_rebuild_split_s...Sébastien Helleu
2022-03-13core: add function gui_buffer_new_props (issue #1759)Sébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2021-11-04core: fix access to integer/long/time arrays in hdata, add support of static ...Sébastien Helleu
2021-08-31core: add options in command /input and new keys to remove/restore buffers in...Sébastien Helleu
2021-05-25core, buflist, irc, relay: replace freenode by libera in commentsSébastien Helleu
2021-03-20core: Prevent switching to start of visited buffers when jumping to nextTrygve Aaberge
2021-01-02core: update copyright datesSébastien Helleu
2020-11-17core: fix and normalize error messagesSébastien Helleu
2020-08-04core: rename functions to allocate/free linesSébastien Helleu
2020-05-16core: add bar items with nicklist groups and nicks/groups (closes #1506)Sébastien Helleu
2020-05-14core: force buffer property "time_for_each_line" to 0 for buffers with free c...Sébastien Helleu
2020-05-09core: add an option for multiline input in a buffer (closes #984)Trygve Aaberge
2020-04-27api: add functions completion_new, completion_search and completion_free (iss...Sébastien Helleu
2020-01-12core: reset variable "old_full_name" after send of signal "buffer_renamed" (i...Sébastien Helleu
2020-01-12core: add variable "old_full_name" in buffer, set before the buffer is rename...Sébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-11-17core: set buffer name, short name and title only if the value has changedSébastien Helleu
2019-08-10core: create or update option weechat.notify.xxx when function buffer_set is ...Sébastien Helleu
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu