summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2017-02-04core: fix delayed refresh when the signal SIGWINCH is received (terminal resi...Sébastien Helleu
2017-01-22core: add resize of window parents (closes #893)raspbeguy
2017-01-15core: fix compilation on FreeBSD with autotools (issue #276)Sébastien Helleu
2017-01-13tests: fix compilation of tests on FreeBSD 11Sébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-12-17core: link with resolv library only on Mac OS XSébastien Helleu
2016-12-17core: fix compilation on Mac OS X (closes #276)Sébastien Helleu
2016-12-17Merge remote-tracking branch 'origin/pr/802'Sébastien Helleu
2016-11-13core: fix deadlock when quitting after a signal is received (closes #32)Sébastien Helleu
2016-10-29core: fix display of empty lines in search mode (closes #829)Sébastien Helleu
2016-10-08core: fix integer overflow in calls to realloc (issue #809)Sébastien Helleu
2016-10-08core: fix realloc in function gui_input_optimize_size (issue #809)Sébastien Helleu
2016-09-20core: add option weechat.look.align_multiline_wordsarza
2016-09-08core: replace "clipboard" by "internal clipboard" in /help input and user's g...Sébastien Helleu
2016-09-03core: evaluate content of option "weechat.look.item_time_format" (issue #791)Sébastien Helleu
2016-08-16core: add optional argument "lowest", "highest" or level mask in command /inp...Sébastien Helleu
2016-08-13core: fix NULL pointer derefence in case of memory error in gui_buffer_input_...Sébastien Helleu
2016-07-09core: rename function string_iconv_fprintf to string_fprintfSébastien Helleu
2016-04-23api: add support of functions in hook_processSébastien Helleu
2016-04-05core: move nick coloring from irc plugin to core (closes #262)Sébastien Helleu
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-03-17core: use ${info:term_width} instead of ${window.win_width} in /help weechat....Sébastien Helleu
2016-02-28core: check that pointers received in arguments are not NULL in buffers and w...Sébastien Helleu
2016-02-16core: fix truncation of buffer names in hotlist (closes #668)Sébastien Helleu
2016-02-15core: move irc bar item "away" and two options to core (closes #692)Sébastien Helleu
2016-02-07core: fix update of window title under tmux (closes #685)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-12-24core: add a parent name in options (closes #629)Sébastien Helleu
2015-10-03core: add option weechat.look.paste_auto_add_newline (closes #543)Sébastien Helleu
2015-09-09core: display a more explicit error when a filter fails to be added (closes #...Sébastien Helleu
2015-08-23core: fix truncated messages after a word with a length of zero on screen (bu...Sébastien Helleu
2015-08-18api: add argument "length" in function utf8_is_valid()Sébastien Helleu
2015-07-26core: factorize functions to search text in windowSébastien Helleu
2015-07-26Merge remote-tracking branch 'origin/pr/393'Sébastien Helleu
2015-07-26core: add option weechat.look.key_grab_delay to set the default delay when gr...Sébastien Helleu
2015-07-25core: flush stdout/stderr after sending text directly on them (fix corrupted ...Sébastien Helleu
2015-07-25core: allow execution of command "/input return" on a buffer which is not dis...Sébastien Helleu
2015-07-24core: allow jump from current to previous buffer with default keys "alt-j NN"Simmo Saan
2015-07-18core: fix crash if a file descriptor used in hook_fd() is too high (> 1024 on...Sébastien Helleu
2015-07-05core: fix type of value returned by function gui_bar_window_content_getSébastien Helleu
2015-07-04core: fix type of value returned by function gui_mouse_grab_event2inputSébastien Helleu
2015-07-04core: fix type of value returned by functions gui_chat_string_next_char, gui_...Sébastien Helleu
2015-07-04api: fix type of value returned by functions utf8_prev_char, utf8_next_char a...Sébastien Helleu
2015-07-04core: add missing comments before functions when the result must be freed aft...Sébastien Helleu
2015-07-03api: fix type of value returned by function strcasestrSébastien Helleu
2015-06-28core: allow ctrl-C to exit WeeChat when the passphrase is asked on startup (c...Sébastien Helleu
2015-06-27core: fix display of invalid UTF-8 chars in bars (issue #218)Sébastien Helleu
2015-06-22core: fix bar item "scroll" after /buffer clear (closes #448)Sébastien Helleu
2015-06-14core: fix display of time in bare display when option weechat.look.buffer_tim...Sébastien Helleu
2015-05-01core: fix compilation on CygwinSébastien Helleu