summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
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
2023-04-19core: render newline characters in chat line messagesTrygve Aaberge
2023-04-07core: add item "mouse_status" in default status barSébastien Helleu
2023-03-31core: replace key `meta2-` by `meta-[` in commentsSébastien Helleu
2023-03-31core: fix key `meta-[O` (unfocus with xterm) (closes #1900)Sébastien Helleu
2023-03-31core: remove keys `meta-[I` and `meta-[G` for pgup/pgdn (issue #1900)Sébastien Helleu
2023-03-26core: Add an option to start multiline input text on a new lineTrygve Aaberge
2023-03-26core: fix code style (issue #1503)Sébastien Helleu
2023-03-26core: add keys `shift-left` and `shift-right` with same commands as `left` an...Sébastien Helleu
2023-03-26core: revert keys `meta-r` (delete line) and `meta-R` (delete input) (issue #...Sébastien Helleu
2023-03-26core: Implement commands for operating on a single input lineTrygve Aaberge
2023-03-26core: fix default value of bar optionsSébastien Helleu
2023-03-25core: fix typo and code styleSébastien Helleu
2023-03-25core: Include blank lines in paste line countTrygve Aaberge
2023-03-25core: Remove option weechat.look.paste_auto_add_newlineTrygve Aaberge
2023-03-25core: Always remove final newline when pastingTrygve Aaberge
2023-03-25core: Replace newline/tabs after paste is acceptedTrygve Aaberge
2023-03-25core: When pasting, insert text in input instead of interpreting keysTrygve Aaberge
2023-03-25core: Parse bracketed paste also when paste pendingTrygve Aaberge
2023-03-25core: fix uninitialized variable `chunks2_count` when key_name and key_name_a...Sébastien Helleu
2023-03-25core: remove unnecessary assignmentSébastien Helleu
2023-03-25core: remove commented codeSébastien Helleu