summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2023-11-01core, plugins: set error to NULL before calling strtol()Sébastien Helleu
2023-10-30core: check that buffer is not NULL in function gui_chat_printf_date_tags_int...Sébastien Helleu
2023-10-23core: fix crash when a custom bar item name is already used by a default bar ...Sébastien Helleu
2023-10-05core: use larger buffer for errors when creating a filterSébastien Helleu
2023-10-01core: make zstd dependency optional (closes #2024)Sébastien Helleu
2023-08-30core: do not evaluate properties "key_bind_xxx" and "key_unbind_xxx" in optio...Sébastien Helleu
2023-08-28core: add key ctrl+z to suspend WeeChat process (closes #985)Sébastien Helleu
2023-08-27core: ignore key bindings with empty commandSébastien Helleu
2023-08-26core: add variable ${property} in evaluation of options weechat.buffer.* (iss...Sébastien Helleu
2023-08-25core: add option `callbacks` in command `/debug`Sébastien Helleu
2023-08-24api: add infos "nick_color_ignore_case" and "nick_color_name_ignore_case" (is...Sébastien Helleu
2023-08-24core: add option `setauto` in command `/buffer` (issue #352)Sébastien Helleu
2023-08-24core: add options weechat.buffer.* to save buffer properties set by user (iss...Sébastien Helleu
2023-08-22core: fix gcc warning on uninitialized variable `pos_end`Sébastien Helleu
2023-08-18core: use dynamic string in function gui_buffer_set_highlight_words_listSébastien Helleu
2023-08-18core: simplify function gui_buffer_notify_getSébastien Helleu
2023-08-16core: add parameters and key bindings to move to edges of current area with c...Sébastien Helleu
2023-07-28core: fix input length and crash after delete of line (closes #1989)Sébastien Helleu
2023-07-10core: fix renaming of options with command `/item rename` (closes #1978)Sébastien Helleu
2023-07-08core: display focus hashtable for debug even if no key is matchingSébastien Helleu
2023-07-08core: use type "enum" in optionsSébastien Helleu
2023-07-03core: fix stylesSébastien Helleu
2023-07-03core: don't send key_pressed signal again for the same key pressTrygve Aaberge
2023-07-03core: don't send key_combo_* signals for incomplete keysTrygve Aaberge
2023-06-26core: add variables "_chat_focused_line_bol" and "_chat_focused_line_eol" in ...Sébastien Helleu
2023-06-26core: display actual key name and command with key Alt+kSébastien Helleu
2023-06-02core: fix weechat.look.align_multiline_words not workingTrygve Aaberge
2023-05-29core: set word_end_offset to character after wordTrygve Aaberge
2023-05-29core: fix chat colors at certain positions not being appliedTrygve Aaberge
2023-05-18core: fix refresh of bar item "input_search" after buffer switch in root bars...Sébastien Helleu
2023-05-16core: fix partial completion when the common prefix found is empty (closes #340)Sébastien Helleu
2023-05-14core: allow to reset buffer property "input_multiline" to 0 even if there are...Sébastien Helleu
2023-05-13core: add quotes around paths in CMake files (closes #29)Sébastien Helleu
2023-05-12core: fix completion after newline in input (closes #1925)Sébastien Helleu
2023-05-04api: don't split on newline by default in functions `command` and `command_op...Sébastien Helleu
2023-05-01core: add options weechat.color.chat_status_disabled and weechat.color.chat_s...Sébastien Helleu
2023-05-01core: keep only first message line in modifier "weechat_print" when input_mul...Sébastien Helleu
2023-05-01core: keep only first message line in hook line when input_multiline is not s...Sébastien Helleu
2023-04-26core: change default background color of status and title bars (issue #1920)Sébastien Helleu
2023-04-26core: always allow 256 colors, find nearest color if less colors are availabl...Sébastien Helleu
2023-04-26core: fix infinite loop on startup when running some gui commands before the ...Sébastien Helleu
2023-04-26core: fix display bug when drawing partially scrolled multilineTrygve Aaberge
2023-04-25core: add option `split_return` in command `/input` (closes #1916)Sébastien Helleu
2023-04-25core: add cursor key l to quote focused lineTrygve Aaberge
2023-04-25core: add _chat_focused_line variable to get the focused lineTrygve Aaberge
2023-04-23core: fix update of terminal title in some terminals like suckless terminal (...Sébastien Helleu
2023-04-20core: keep only first message line in hdata update of line_data when input_mu...Sébastien Helleu
2023-04-20core: do now allow buffer property "input_multiline" to be reset to 0, except...Sébastien Helleu
2023-04-19core: still split on printf when input_multiline isn't setTrygve Aaberge
2023-04-19core: don't split on newline characters in printf_date_tagsTrygve Aaberge