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-06-07
core: replace char "," by "~" in color codes to separate foreground from back...
Sébastien Helleu
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
2018-05-31
core: send buffer pointer (when possible) in signal "hotlist_changed" (closes...
Sébastien Helleu
2018-05-22
core: fix delete of previous/next word (keys Ctrl+w and Alt+d) (closes #1195)
Sébastien Helleu
2018-05-19
core: remove unused variable
Sébastien Helleu
2018-03-18
Replace getdtablesize() with sysconf(_SC_OPEN_MAX)
Fredrik Fornwall
2018-03-18
core: fix build with CMake and Ninja
Sébastien Helleu
2018-03-16
core: quit WeeChat on ctrl-C (signal SIGINT) in headless mode
Sébastien Helleu
2018-03-16
core: fix compilation error on Cygwin
Sébastien Helleu
2018-03-11
doc: replace "rm -f" by "$(RM)" in makefiles
Sébastien Helleu
2018-03-11
core: fix compilation warning on ignored returned value for function dup()
Sébastien Helleu
2018-03-11
core: add binary weechat-headless to run WeeChat without interface (closes #1...
Sébastien Helleu
2018-01-07
core: set input callback on user buffers after /upgrade
Sébastien Helleu
2018-01-07
core: fix some styles
Sébastien Helleu
2018-01-06
core: add option "add" in command /buffer (issue #1113)
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
[next]