summaryrefslogtreecommitdiff
path: root/src/gui/curses
AgeCommit message (Expand)Author
2024-03-16core: add option weechat.look.highlight_prefix (closes #2079)Sébastien Helleu
2024-03-13GUI: fix potential integer overflow bugs by casting to `size_t`Mario Campos
2024-03-12core: remove "wee-" prefix from source files in src/core and src/core/hookSébastien Helleu
2024-03-12core: rename function gui_buffer_search_by_name to gui_buffer_search (issue #...Sébastien Helleu
2024-03-06core: add support of SGR mouse events, remove option weechat.look.mouse_timer...Sébastien Helleu
2024-02-24core: add missing mouse event "alt-ctrl-button3"Sébastien Helleu
2024-02-24core: add missing mouse event "alt-ctrl-button2"Sébastien Helleu
2024-02-01core: add support of base64url in encode/decode functions (issue #2066)Sébastien Helleu
2024-01-06core: add variable "opening" in buffer, do not send buffer signals when the b...Sébastien Helleu
2024-01-01core: update copyright datesSébastien Helleu
2023-12-26core: store microseconds in buffer lines (closes #649)Sébastien Helleu
2023-12-14core: fix infinite loop in display when the chat area is too small (closes #2...Sébastien Helleu
2023-12-14core: fix styleSébastien Helleu
2023-11-23core: add syntax highlighting in evaluation of expressions, add option weecha...Sébastien Helleu
2023-11-11core: move key ctrl+s, ctrl+u to alt+shift+U (issue #2040)Sébastien Helleu
2023-11-11core: add key ctrl+o to send command found and insert next one in input (issu...Sébastien Helleu
2023-11-11core: add incremental search in commands history (issue #2040)Sébastien Helleu
2023-11-01irc: add support of RGB colors in messages (issue #2025)Sébastien Helleu
2023-10-01core: make zstd dependency optional (closes #2024)Sébastien Helleu
2023-08-28core: add key ctrl+z to suspend WeeChat process (closes #985)Sébastien Helleu
2023-08-16core: add parameters and key bindings to move to edges of current area with c...Sé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-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-13core: add quotes around paths in CMake files (closes #29)Sébastien Helleu
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