summaryrefslogtreecommitdiff
path: root/src/gui/curses
AgeCommit message (Expand)Author
2023-05-01core: add options weechat.color.chat_status_disabled and weechat.color.chat_s...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 cursor key l to quote focused lineTrygve Aaberge
2023-04-23core: fix update of terminal title in some terminals like suckless terminal (...Sébastien Helleu
2023-04-19core: render newline characters in chat line messagesTrygve Aaberge
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-25core: fix typo and code styleSébastien Helleu
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-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: set insert_ok to 0 for backspace keySébastien Helleu
2023-03-16core: create config options for all keys that can be managed with `/set` and ...Sébastien Helleu
2023-03-16core: add key alt-K (alt+shift+k) to grab raw key and its commandSébastien Helleu
2023-03-16core: use new key name in command `/key` and configuration fileSébastien Helleu
2023-02-02core: remove extra spaces before commaSébastien Helleu
2023-01-29core: force ctrl keys to lower case when they are added (closes #1875)Sébastien Helleu
2023-01-29core: ensure internal_code is not NULL when adding a default key (issue #1875)Sébastien Helleu
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: make color names and attributes case sensitive (issue #1872)Sébastien Helleu
2023-01-28core, plugins: make input actions in buffers case sensitive (issue #1872)Sébastien Helleu
2023-01-08core: remove build with autotoolsSé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-29core: add option weechat.look.chat_space_right (issue #1862)Sébastien Helleu
2022-12-25core: move `/input` buffer switch/zoom actions to command `/buffer`Sébastien Helleu
2022-12-25core: move `/input` set_unread actions to commands `/allbuf` and `/buffer set`Sébastien Helleu
2022-12-25core: move `/input` hotlist actions to new command `/hotlist`Sébastien Helleu
2022-12-25core: move `/input` jump actions to command `/buffer jump`Sébastien Helleu
2022-12-19core: return directly output of string_dyn_free without temporary variableSébastien Helleu
2022-12-18core: remove unused argument "pos" from function gui_input_insert_string, add...Sébastien Helleu
2022-12-10core: add color attributes "blink" and "dim" (half bright) (closes #1855)Sébastien Helleu
2022-12-10core: do not display non printable chars, fix function utf8_char_size_screenSébastien Helleu
2022-12-10core: display chars < 32 with a letter/symbol and reverse video attribute in ...Sébastien Helleu
2022-12-10core: toggle reverse video attribute in bars for chars < 32 only if not alrea...Sébastien Helleu
2022-12-10core: expand tabulations as spaces in barsSébastien Helleu
2022-12-10core: replace call to memcpy by utf8_strncpySébastien Helleu
2022-10-14Allow terminal title to be left unchanged.Latchezar Tzvetkoff
2022-10-05core: fix page scroll in bare display (closes #1830)Sébastien Helleu
2022-09-27api: add function file_compressSébastien Helleu
2022-09-18core: add key alt+backspace, change behavior of key ctrl+w (closes #559)Sébastien Helleu
2022-09-17core: fix wrong terminal title on terminal resize (closes #1702)Sébastien Helleu
2022-04-18core: add bar item "spacer"Sébastien Helleu