summaryrefslogtreecommitdiff
path: root/src/gui/curses
AgeCommit message (Expand)Author
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
2022-03-27core: fix bad window size on startup with some terminals like kitty (closes #...Sébastien Helleu
2022-03-13core: add function gui_buffer_new_props (issue #1759)Sébastien Helleu
2022-01-30core: search in message tags when tags are displayed with /debug tagsSébastien Helleu
2022-01-30core: add support of date and tags in messages displayed in buffers with free...Sébastien Helleu
2022-01-28core: move functions from gui-chat.c to gui-line.cSébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2021-08-31core: add options in command /input and new keys to remove/restore buffers in...Sébastien Helleu
2021-08-11core: add terminal and color info in output of /debug colorSébastien Helleu
2021-03-16core: add options to customize commands on system signals, quit by default on...Sébastien Helleu
2021-02-28core: fix quoted line in cursor mode (closes #1602)Sébastien Helleu
2021-02-08core: fix wrong size of the new window after vertical split (closes #1612)Sébastien Helleu
2021-02-07core: add options weechat.look.hotlist_update_on_buffer_switch and weechat.lo...Kevin Pulo
2021-01-02core: update copyright datesSébastien Helleu
2020-11-23core: allocate dynamic string size for colorsSébastien Helleu
2020-08-17core: replace calls to malloc by callocSébastien Helleu
2020-06-21core: add bar option "color_bg_inactive" (issue #732)Sébastien Helleu
2020-06-02Add Alacritty title escape sequence supportChristian Duerr
2020-05-16Fix /window scroll_beyond_end when buffer has fewer lines than terminal heightTrygve Aaberge
2020-05-10core: add default key alt-enter to insert a newline (issue #1498)Sébastien Helleu
2020-05-10core: Don't remove consecutive newlines when pastingTrygve Aaberge
2020-05-10core: Don't collapse consecutive newlines in bar contentTrygve Aaberge
2020-04-24core: add default key alt-shift-N to toggle nicklist barSébastien Helleu
2020-04-21core: translate log message when the signal SIGHUP is receivedSébastien Helleu
2020-04-21core: restore signal "signal_sighup", and if eaten do not reload configurationSébastien Helleu
2020-04-22core: reload config on SIGHUPTom Fitzhenry
2020-04-19core: add command line option "--stdout" in weechat-headless binary (closes #...Sébastien Helleu
2020-04-19core: log to stdout, if headlessTom Fitzhenry
2020-01-04core: update copyright datesSébastien Helleu
2019-11-10Haiku: link libnetwork, not libpthread.Jerome Duval
2019-10-14core: fix scrolling up in bare mode when switched to bare mode at the top of ...Sébastien Helleu
2019-10-06core: fix long linesSébastien Helleu
2019-10-06Merge remote-tracking branch 'origin/pr/630'Sébastien Helleu
2019-10-06Merge remote-tracking branch 'origin/pr/619'Sébastien Helleu
2019-10-01core: add function to convert WeeChat colors to ANSI colors (issue #528)Sébastien Helleu
2019-10-01core: fix style in CMake filesSébastien Helleu