Age | Commit message (Expand) | Author |
2020-04-28 | api: return integer in function gui_completion_search (issue #1484) | Sébastien Helleu |
2020-04-27 | api: add hdata "completion_word" (issue #1484) | Sébastien Helleu |
2020-04-27 | api: add functions completion_new, completion_search and completion_free (iss... | Sébastien Helleu |
2020-04-24 | core: add default key alt-shift-N to toggle nicklist bar | Sébastien Helleu |
2020-04-21 | core: translate log message when the signal SIGHUP is received | Sébastien Helleu |
2020-04-21 | core: restore signal "signal_sighup", and if eaten do not reload configuration | Sébastien Helleu |
2020-04-22 | core: reload config on SIGHUP | Tom Fitzhenry |
2020-04-19 | core: add command line option "--stdout" in weechat-headless binary (closes #... | Sébastien Helleu |
2020-04-19 | core: log to stdout, if headless | Tom Fitzhenry |
2020-04-07 | core: fix resize of a bar when its size is 0 (automatic) (closes #1470) | Sébastien Helleu |
2020-02-09 | core: fix unlikely memory leak in completion | Sébastien Helleu |
2020-01-12 | core: reset variable "old_full_name" after send of signal "buffer_renamed" (i... | Sébastien Helleu |
2020-01-12 | core: add variable "old_full_name" in buffer, set before the buffer is rename... | Sébastien Helleu |
2020-01-04 | core: update copyright dates | Sébastien Helleu |
2019-11-25 | core: move each hash algorithm in a separate function (issue #635) | Sébastien Helleu |
2019-11-25 | core: remove allocation of string when salt is used (issue #635) | Sébastien Helleu |
2019-11-25 | core: add option weechat.look.nick_color_hash_salt to allow for reshuffling o... | Simmo Saan |
2019-11-17 | core: set buffer name, short name and title only if the value has changed | Sébastien Helleu |
2019-11-10 | Haiku: link libnetwork, not libpthread. | Jerome Duval |
2019-10-14 | core: fix scrolling up in bare mode when switched to bare mode at the top of ... | Sébastien Helleu |
2019-10-06 | core: fix long lines | Sébastien Helleu |
2019-10-06 | Merge remote-tracking branch 'origin/pr/630' | Sébastien Helleu |
2019-10-06 | core: fix line too long, add comment on argument "with_suffix" | Sébastien Helleu |
2019-10-06 | core: count suffix in alignment computed for context info | Sébastien Helleu |
2019-10-06 | Merge remote-tracking branch 'origin/pr/619' | Sébastien Helleu |
2019-10-01 | core: add function to convert WeeChat colors to ANSI colors (issue #528) | Sébastien Helleu |
2019-10-01 | core: add support of reverse video in ANSI color codes | Sébastien Helleu |
2019-10-01 | core: fix typos in comments | Sébastien Helleu |
2019-10-01 | core: fix style in CMake files | Sébastien Helleu |
2019-09-21 | core: ignore color codes in ${length:xxx} and ${lengthscr:xxx} | Sébastien Helleu |
2019-09-15 | core: display an error on missing dependency in CMake (closes #916, closes #956) | Sébastien Helleu |
2019-08-25 | api: add infos "term_colors" and "term_color_pairs" | Sébastien Helleu |
2019-08-20 | core: add values djb2_32 and sum_32 for option weechat.look.nick_color_hash (... | Sébastien Helleu |
2019-08-19 | core: use fixed-width integer for computing nick hash (issue #1394) | Sébastien Helleu |
2019-08-10 | core: create or update option weechat.notify.xxx when function buffer_set is ... | Sébastien Helleu |
2019-07-27 | core: fix memory leak in case of error | Zero King |
2019-06-28 | Merge remote-tracking branch 'origin/pr/1345' | Sébastien Helleu |
2019-06-17 | core: add option "close" in command /window (closes #853) | Sébastien Helleu |
2019-06-15 | api: add argument "strip_items" in function string_split | Sébastien Helleu |
2019-06-07 | core: replace char "," by "~" in color codes to separate foreground from back... | Sébastien Helleu |
2019-05-13 | gui: fix wide ncurses header on FreeBSD (issue #1343) | Simmo Saan |
2019-05-04 | gui: fix wbkgrndset for non-wide ncurses by fallback to wbkgdset (issue #1343) | Simmo Saan |
2019-05-02 | gui: readd color buffer table zero padding and dashes (issue #1343) | Simmo Saan |
2019-05-02 | gui: change command line option "-c" color pairs table to match (issue #1343) | Simmo Saan |
2019-05-02 | gui: change color buffer pairs table to only show allocated pairs (issue #1343) | Simmo Saan |
2019-05-02 | gui: increase ncurses color pair limit from 255 to 32767 (issue #1343) | Simmo Saan |
2019-05-02 | gui: replace ncurses COLOR_PAIR attribute usage with special functions (issue... | Simmo Saan |
2019-04-13 | core: merge functions gui_line_prefix_is_same_nick_as_{previous|next} (issue ... | Sébastien Helleu |
2019-04-13 | core: add option weechat.look.prefix_same_nick_middle (closes #930, closes #931) | Adrian Bjugård |
2019-04-13 | core: add option weechat.look.buffer_time_same (closes #1127) | Simmo Saan |