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-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
2017-06-03
gui: fix gui-focus.h header guard
Simmo Saan
2017-06-03
gui: remove non-standard enum forward declaration
Simmo Saan
2017-06-03
gui: fix gui_key_default_bindings declared without arguments
Simmo Saan
2017-06-03
core: fix infinite loop when the terminal is closed on the secure password pr...
Sébastien Helleu
2017-05-21
core: remove useless condition
Sébastien Helleu
2017-05-10
core: remove dead assignment in function gui_input_history_next
Sébastien Helleu
2017-05-06
core: add option weechat.completion.nick_case_sensitive (closes #981)
Sébastien Helleu
2017-05-04
core: fix memory leak in display of mouse event debug info
Sébastien Helleu
2017-04-25
core: fix command /cursor stop (do not toggle cursor mode) (closes #964)
Sébastien Helleu
2017-03-31
script: move default mouse keys for script plugin from core to script-mouse.c
Sébastien Helleu
2017-03-31
api: add special key "__quiet" in function key_bind
Sébastien Helleu
2017-03-28
core: fix cut of chars in "cutscr" of evaluated strings
Sébastien Helleu
2017-03-25
core: fix type of values for hashtables extra_vars and options in gui_bar_che...
Sébastien Helleu
2017-03-25
core: add hotlist pointer in buffer structure
Sébastien Helleu
2017-03-25
core: check that pointers received in arguments are not NULL in "free" functions
Sébastien Helleu
[next]