summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
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
2023-03-25core: fix gcc warning on snprintfSé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-19core: fix default value of options for bars added by pluginsSébastien Helleu
2023-03-19core: fix long lines in function gui_bar_use_temp_barsSébastien Helleu
2023-03-19core: allow any valid boolean value in command `/bar set <name> separator xxx`Sébastien Helleu
2023-03-19core: fix typo on bar option name "separator"Sébastien Helleu
2023-03-19core: use a fixed size buffer to create a bar optionSébastien Helleu
2023-03-19core: use a fixed size buffer to rename a barSébastien Helleu
2023-03-18core: bump version to 4.0.0-dev, follow "practical" semantic versioningSébastien Helleu
2023-03-17core: also display mouse codes with `/debug key`Sébastien Helleu
2023-03-17core: change order of modifiers in mouse keysSébastien Helleu
2023-03-17core: split gui-curses.h into multiple headersSébastien Helleu
2023-03-17core: fix search of commands with raw code and alias matchingSébastien Helleu
2023-03-17core: set insert_ok to 0 for backspace keySébastien Helleu