summaryrefslogtreecommitdiff
path: root/src/gui/curses
AgeCommit message (Expand)Author
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
2019-09-15core: display an error on missing dependency in CMake (closes #916, closes #956)Sébastien Helleu
2019-08-25api: add infos "term_colors" and "term_color_pairs"Sébastien Helleu
2019-06-28Merge remote-tracking branch 'origin/pr/1345'Sébastien Helleu
2019-06-17core: add option "close" in command /window (closes #853)Sébastien Helleu
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-06-07core: replace char "," by "~" in color codes to separate foreground from back...Sébastien Helleu
2019-05-13gui: fix wide ncurses header on FreeBSD (issue #1343)Simmo Saan
2019-05-04gui: fix wbkgrndset for non-wide ncurses by fallback to wbkgdset (issue #1343)Simmo Saan
2019-05-02gui: readd color buffer table zero padding and dashes (issue #1343)Simmo Saan
2019-05-02gui: change command line option "-c" color pairs table to match (issue #1343)Simmo Saan
2019-05-02gui: change color buffer pairs table to only show allocated pairs (issue #1343)Simmo Saan
2019-05-02gui: increase ncurses color pair limit from 255 to 32767 (issue #1343)Simmo Saan
2019-05-02gui: replace ncurses COLOR_PAIR attribute usage with special functions (issue...Simmo Saan
2019-04-13core: add option weechat.look.buffer_time_same (closes #1127)Simmo Saan