Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-04 | core: check that line is not NULL in functions gui_line_is_displayed and ↵ | Sébastien Helleu | |
gui_line_get_nick_tag | |||
2020-08-04 | core: check that line_data is not NULL in functions gui_line_tags_alloc and ↵ | Sébastien Helleu | |
gui_line_has_tag_no_filter | |||
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 ↵ | Sébastien Helleu | |
(closes #1529) | |||
2020-06-30 | api: add pointer "_bar_window" in hashtable sent to hook focus callback ↵ | Sébastien Helleu | |
(closes #1450) | |||
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 | |
(issue #1257) | |||
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 | |
The bar item "buffer_nicklist_count" is now the number of displayed nicks only (not groups). New bar items: - "buffer_nicklist_count_groups": number of groups displayed - "buffer_nicklist_count_all": number of nicks and groups displayed | |||
2020-05-14 | core: force buffer property "time_for_each_line" to 0 for buffers with free ↵ | Sébastien Helleu | |
content (closes #1485) | |||
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 ↵ | Sébastien Helleu | |
first buffer is created | |||
2020-05-10 | core: Don't remove consecutive newlines when pasting | Trygve Aaberge | |
Relates to #1498 | |||
2020-05-10 | core: Don't collapse consecutive newlines in bar content | Trygve Aaberge | |
This allows blank lines to be displayed in the input bar when you input multiple consecutive newlines. Relates to #1498 | |||
2020-05-10 | core: properly display newlines in input for all buffers | Trygve Aaberge | |
Supporting multiple lines in the input bar is useful even for buffers without input_multiline set, because it enables you to compose multiple lines at once, even if it is sent as multiple messages. It is particularly useful when you paste multiple lines and want to edit some of it before you send the message. | |||
2020-05-09 | core: properly display newlines in input when multiline is enabled in buffer ↵ | Sébastien Helleu | |
(issue #984, issue #1063) | |||
2020-05-09 | core: add an option for multiline input in a buffer (closes #984) | Trygve Aaberge | |
This allows the input callback function for a buffer to receive multiple lines at once, instead of the message being split on newline before being sent to the callback. It adds a new flag, input_multiline, to control this. This flag defaults to 0 which is the current behavior. | |||
2020-05-09 | api: use buffer pointer in argument "modifier_data" sent to weechat_print ↵ | Sébastien Helleu | |
modifier callback (closes #42) | |||
2020-04-28 | core: remove obsolete comment | Sébastien Helleu | |
The completion context can be "GUI_COMPLETION_NULL" if there's no base word found (for example empty input). | |||
2020-04-28 | api: return integer in function gui_completion_search (issue #1484) | Sébastien Helleu | |
2020-04-27 | api: add hdata "completion_word" (issue #1484) | Sébastien Helleu | |
2020-04-27 | api: add functions completion_new, completion_search and completion_free ↵ | Sébastien Helleu | |
(issue #1484) | |||
2020-04-24 | core: add default key alt-shift-N to toggle nicklist bar | Sébastien Helleu | |
2020-04-21 | core: translate log message when the signal SIGHUP is received | Sébastien Helleu | |
2020-04-21 | core: restore signal "signal_sighup", and if eaten do not reload configuration | Sébastien Helleu | |
2020-04-22 | core: reload config on SIGHUP | Tom Fitzhenry | |
fixes https://github.com/weechat/weechat/issues/1476 | |||
2020-04-19 | core: add command line option "--stdout" in weechat-headless binary (closes ↵ | Sébastien Helleu | |
#1475, closes #1477) | |||
2020-04-19 | core: log to stdout, if headless | Tom Fitzhenry | |
Fixes https://github.com/weechat/weechat/issues/1475 . | |||
2020-04-07 | core: fix resize of a bar when its size is 0 (automatic) (closes #1470) | Sébastien Helleu | |
2020-02-09 | core: fix unlikely memory leak in completion | Sébastien Helleu | |
2020-01-12 | core: reset variable "old_full_name" after send of signal "buffer_renamed" ↵ | Sébastien Helleu | |
(issue #1428) | |||
2020-01-12 | core: add variable "old_full_name" in buffer, set before the buffer is ↵ | Sébastien Helleu | |
renamed (issue #1428) | |||
2020-01-04 | core: update copyright dates | Sébastien Helleu | |
2019-11-25 | core: move each hash algorithm in a separate function (issue #635) | Sébastien Helleu | |
2019-11-25 | core: remove allocation of string when salt is used (issue #635) | Sébastien Helleu | |
2019-11-25 | core: add option weechat.look.nick_color_hash_salt to allow for reshuffling ↵ | Simmo Saan | |
of colors (issue #635) | |||
2019-11-17 | core: set buffer name, short name and title only if the value has changed | Sébastien Helleu | |
This fix reduces the number of messages "_buffer_title_changed" sent to the weechat relay clients in IRC private buffers (this message was sent for every new message received in the private buffer). | |||
2019-11-10 | Haiku: link libnetwork, not libpthread. | Jerome Duval | |
2019-10-14 | core: fix scrolling up in bare mode when switched to bare mode at the top of ↵ | Sébastien Helleu | |
the buffer (closes #899, issue #978) | |||
2019-10-06 | core: fix long lines | Sébastien Helleu | |
2019-10-06 | Merge remote-tracking branch 'origin/pr/630' | Sébastien Helleu | |
2019-10-06 | core: fix line too long, add comment on argument "with_suffix" | Sébastien Helleu | |
2019-10-06 | core: count suffix in alignment computed for context info | Sébastien Helleu | |
2019-10-06 | Merge remote-tracking branch 'origin/pr/619' | Sébastien Helleu | |
2019-10-01 | core: add function to convert WeeChat colors to ANSI colors (issue #528) | Sébastien Helleu | |