index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
Age
Commit message (
Expand
)
Author
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
2019-03-28
core: make "input_commands_allowed" work with /wait and /repeat commands (iss...
Sébastien Helleu
2019-03-24
core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage o...
Sébastien Helleu
2019-03-10
core: replace argument "keep_eol" by "flags" in function string_split (closes...
Sébastien Helleu
2019-02-27
core: remove function gui_buffer_match_list_split, use function string_match_...
Sébastien Helleu
2019-02-23
core: add /filter addreplace (closes #1055)
Simmo Saan
2019-02-23
Merge remote-tracking branch 'origin/pr/1311'
Sébastien Helleu
2019-02-21
gui: only refilter affected buffers on filter change (closes #1309)
Simmo Saan
2019-02-19
spell: rename "aspell" plugin to "spell" (issue #1299)
Sébastien Helleu
2019-01-26
core: do not automatically add a space when completing "nick:" at the beginni...
Sébastien Helleu
2019-01-20
core: add default keys ctrl-F11/F12 to scroll up/down one page in nicklist (s...
Sébastien Helleu
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-11-18
core: replace "Mac OS X" and "OS X" by "macOS" (issue #1272)
Sébastien Helleu
2018-11-04
api: add functions string_base_{encode,decode}, remove functions string_{enco...
Sébastien Helleu
2018-11-03
core: split plugin-api.c into 2 files (API wrappers and infos/infolists)
Sébastien Helleu
2018-11-02
api: return integer in function string_encode_base64
Sébastien Helleu
2018-10-27
core: split wee-secure.c into 3 files (secured data functions, buffer and con...
Sébastien Helleu
2018-10-21
core: replace call to strncpy by memcpy
Sébastien Helleu
2018-10-01
core: fix format of variables in printf-like functions (from int to long and ...
Sébastien Helleu
2018-10-01
core: replace "long unsigned int" by "unsigned long"
Sébastien Helleu
2018-08-16
core: fix weechat_print modifier
Sébastien Helleu
2018-08-15
core: remove use of pointer "buffer" once the line has been initialized
Sébastien Helleu
2018-08-15
core: remove unneeded initialization of variable "highlight"
Sébastien Helleu
2018-08-15
core: add comments in function to print a line
Sébastien Helleu
2018-08-15
core: fix destruction of line prefix in weechat_print modifier
Sébastien Helleu
2018-08-15
core: fix comparison of strings in weechat_print modifier
Sébastien Helleu
2018-08-14
core: fix type of variables "buffer_name" and "buffer_type" sent to the hook_...
Sébastien Helleu
2018-08-12
api: add function hook_line
Sébastien Helleu
2018-08-12
core: fix check of tags in lines
Sébastien Helleu
2018-07-21
gui: fix uncleared completion item (#1162)
Nils Görs
2018-07-15
core: send signal "key_pressed" for mouse code only if the string is UTF-8 va...
Sébastien Helleu
2018-07-13
core: fix compiler warnings on calls to snprintf
Sébastien Helleu
[prev]
[next]