summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2019-05-02gui: replace ncurses COLOR_PAIR attribute usage with special functions (issue...Simmo Saan
2019-04-13core: merge functions gui_line_prefix_is_same_nick_as_{previous|next} (issue ...Sébastien Helleu
2019-04-13core: add option weechat.look.prefix_same_nick_middle (closes #930, closes #931)Adrian Bjugård
2019-04-13core: add option weechat.look.buffer_time_same (closes #1127)Simmo Saan
2019-03-28core: make "input_commands_allowed" work with /wait and /repeat commands (iss...Sébastien Helleu
2019-03-24core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage o...Sébastien Helleu
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split (closes...Sébastien Helleu
2019-02-27core: remove function gui_buffer_match_list_split, use function string_match_...Sébastien Helleu
2019-02-23core: add /filter addreplace (closes #1055)Simmo Saan
2019-02-23Merge remote-tracking branch 'origin/pr/1311'Sébastien Helleu
2019-02-21gui: only refilter affected buffers on filter change (closes #1309)Simmo Saan
2019-02-19spell: rename "aspell" plugin to "spell" (issue #1299)Sébastien Helleu
2019-01-26core: do not automatically add a space when completing "nick:" at the beginni...Sébastien Helleu
2019-01-20core: add default keys ctrl-F11/F12 to scroll up/down one page in nicklist (s...Sébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-11-18core: replace "Mac OS X" and "OS X" by "macOS" (issue #1272)Sébastien Helleu
2018-11-04api: add functions string_base_{encode,decode}, remove functions string_{enco...Sébastien Helleu
2018-11-03core: split plugin-api.c into 2 files (API wrappers and infos/infolists)Sébastien Helleu
2018-11-02api: return integer in function string_encode_base64Sébastien Helleu
2018-10-27core: split wee-secure.c into 3 files (secured data functions, buffer and con...Sébastien Helleu
2018-10-21core: replace call to strncpy by memcpySébastien Helleu
2018-10-01core: fix format of variables in printf-like functions (from int to long and ...Sébastien Helleu
2018-10-01core: replace "long unsigned int" by "unsigned long"Sébastien Helleu
2018-08-16core: fix weechat_print modifierSébastien Helleu
2018-08-15core: remove use of pointer "buffer" once the line has been initializedSébastien Helleu
2018-08-15core: remove unneeded initialization of variable "highlight"Sébastien Helleu
2018-08-15core: add comments in function to print a lineSébastien Helleu
2018-08-15core: fix destruction of line prefix in weechat_print modifierSébastien Helleu
2018-08-15core: fix comparison of strings in weechat_print modifierSébastien Helleu
2018-08-14core: fix type of variables "buffer_name" and "buffer_type" sent to the hook_...Sébastien Helleu
2018-08-12api: add function hook_lineSébastien Helleu
2018-08-12core: fix check of tags in linesSébastien Helleu
2018-07-21gui: fix uncleared completion item (#1162)Nils Görs
2018-07-15core: send signal "key_pressed" for mouse code only if the string is UTF-8 va...Sébastien Helleu
2018-07-13core: fix compiler warnings on calls to snprintfSébastien Helleu
2018-05-31core: send buffer pointer (when possible) in signal "hotlist_changed" (closes...Sébastien Helleu
2018-05-22core: fix delete of previous/next word (keys Ctrl+w and Alt+d) (closes #1195)Sébastien Helleu
2018-05-19core: remove unused variableSébastien Helleu
2018-03-18Replace getdtablesize() with sysconf(_SC_OPEN_MAX)Fredrik Fornwall
2018-03-18core: fix build with CMake and NinjaSébastien Helleu
2018-03-16core: quit WeeChat on ctrl-C (signal SIGINT) in headless modeSébastien Helleu
2018-03-16core: fix compilation error on CygwinSébastien Helleu
2018-03-11doc: replace "rm -f" by "$(RM)" in makefilesSébastien Helleu
2018-03-11core: fix compilation warning on ignored returned value for function dup()Sébastien Helleu
2018-03-11core: add binary weechat-headless to run WeeChat without interface (closes #1...Sébastien Helleu
2018-01-07core: set input callback on user buffers after /upgradeSébastien Helleu
2018-01-07core: fix some stylesSébastien Helleu
2018-01-06core: add option "add" in command /buffer (issue #1113)Sébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu