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
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
2017-12-09
core: add option weechat.completion.partial_completion_templates
Sébastien Helleu
2017-11-04
core: add missing includes of stdio.h
Sébastien Helleu
2017-10-29
core: remove useless condition (issue #1092)
Sébastien Helleu
2017-10-29
core: do not change the chat prefix size when a filtered line is added (close...
Sébastien Helleu
2017-10-24
api: add support of prefix "quiet:" in function key_unbind() to quietly remov...
Sébastien Helleu
2017-10-09
core: fix display of groups/nicks in nicklist in case of empty groups (issue ...
Sébastien Helleu
2017-10-08
core: fix display of nicks in nicklist when they are in a group with sub-grou...
Sébastien Helleu
2017-09-25
core: initialize variables attrs and pair before calling wattr_get
Sébastien Helleu
2017-09-23
core, plugins: check return code of strftime function
Sébastien Helleu
2017-08-25
doc: add non-breaking spaces in French messages
Sébastien Helleu
2017-08-21
core: add flag "input_get_empty" in buffer
Sébastien Helleu
2017-08-12
core: fix cast of time_t (to "long long" instead of "long") (closes #1051)
Sébastien Helleu
2017-08-10
core: remove value for first #define in headers, add "PLUGIN" in plugin headers
Sébastien Helleu
2017-07-08
core: call the config hook when options are removed
Sébastien Helleu
2017-06-10
core: improve speed of nicklist bar item callback
Sébastien Helleu
2017-06-10
core, plugins: fix conditions to insert elements in linked lists
Sébastien Helleu
2017-06-10
core: remove unused function gui_window_clear_weechat (issue #1012)
Sébastien Helleu
2017-06-10
core: fix bind of keys with space key, like alt+space (bug #32133)
Sébastien Helleu
2017-06-08
api: allow update of variables "scroll_x" and "scroll_y" in bar_window with f...
Sébastien Helleu
2017-06-06
core: remove unused functions gui_bar_get_min_width and gui_bar_get_min_heigh...
Sébastien Helleu
2017-06-03
gui: remove callback unused after 0b2be21f1f42c2a1b0c200b339d7d2e59595da4c
Simmo Saan
2017-06-03
gui: remove completion hdata made unusable by arraylist usage
Simmo Saan
2017-06-03
gui, buflist: remove declared but undefined functions
Simmo Saan
2017-06-03
core, gui: remove declared but unused global variables
Simmo Saan
[prev]
[next]