summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2014-01-05core: replace calls to sprintf() with snprintf()Sebastien Helleu
2014-01-05core: fix compilation warnings on OpenBSDSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-12-30core: rename option "add" to "store" in command /layoutSebastien Helleu
2013-12-23core: replace darkgray color as default value of optionsSebastien Helleu
2013-12-18core: add support of UTF-8 chars in horizontal/vertical separatorsSebastien Helleu
2013-12-18core: add option weechat.look.window_auto_zoom, disable automatic zoom by def...Sebastien Helleu
2013-12-15core: add support of logical and/or for argument "tags" in function hook_printSebastien Helleu
2013-12-15core: fix some translation of "tags" in frenchSebastien Helleu
2013-12-15core: add buffer property "highlight_tags_restrict", rename option irc.look.h...Sebastien Helleu
2013-12-14core: add note about support of "*" for tags in /help filterSebastien Helleu
2013-12-14core: add logical "and" between tags in filters, weechat.look.highlight_tags ...Sebastien Helleu
2013-12-13core: rename options save/reset to add/del in command /layoutSebastien Helleu
2013-12-11core: update translationsSebastien Helleu
2013-12-07core: add option weechat.look.buffer_positionSebastien Helleu
2013-11-30core: fix command /buffer renumberSebastien Helleu
2013-11-30core: fix unmerge of bufferSebastien Helleu
2013-11-30core: add limits for buffers (max 10000 buffers opened, number of a buffer: b...Sebastien Helleu
2013-11-30core: add option weechat.look.buffer_auto_renumberSebastien Helleu
2013-11-24core: do not update terminal title on startup if option weechat.look.window_t...Sebastien Helleu
2013-11-23core: free secured data on exitSebastien Helleu
2013-11-22core: fix crash on "/buffer close name" when the buffer is not foundSebastien Helleu
2013-11-22core: fix crash on /buffer close core.weechatSebastien Helleu
2013-11-18core: use #ifdef to check if versions are defined in signal "debug_libs"Sebastien Helleu
2013-11-18core: remove "v" before versions displayed by /debug libsSebastien Helleu
2013-11-17core: add option "libs" for command /debug, add signal "debug_libs"Sebastien Helleu
2013-11-17core: remove obsolete signals "debug_buffer" and "debug_windows"Sebastien Helleu
2013-11-15core: optimize loop when closing several buffers with command /buffer close n...Sebastien Helleu
2013-11-15core: fix memory leak when n2 is not a valid number in command /buffer close ...Sebastien Helleu
2013-11-13core: set option weechat.look.paste_bracketed to "on" by defaultSebastien Helleu
2013-11-09core: rename option weechat.look.set_title to weechat.look.window_title (eval...Sebastien Helleu
2013-11-09api: add support of infos with format `${info:name,arguments}` in function st...Sebastien Helleu
2013-11-09core: add bar item "buffer_zoom", add signals "buffer_{zoomed|unzoomed}" (pat...Sebastien Helleu
2013-11-09core: improve error message when a .conf file can not be read, add a second w...Sebastien Helleu
2013-11-09core: remove unneeded warning when read of sec.conf fails (another warning is...Sebastien Helleu
2013-11-09core: do not exit if read of sec.conf/weechat.conf failsSebastien Helleu
2013-11-09core: remove unneeded warning when read of weechat.conf fails (another warnin...Sebastien Helleu
2013-11-09core: display lines waiting for buffer on exit (in case of early exit)Sebastien Helleu
2013-11-09core: create .conf file with default options only if the file does not exist ...Sebastien Helleu
2013-11-03api: fix read of arrays in hdata functions hdata_<type> (bug #40354)Sebastien Helleu
2013-11-02core: add support of italic text (requires ncurses >= 5.9 patch 20130831)Sebastien Helleu
2013-10-26core: fix bind of keys in cursor/mouse context when key starts with "@" (remo...Sebastien Helleu
2013-10-20core: fix typo in /help weechat.history.max_buffer_lines_numberSebastien Helleu
2013-10-20core: fix typo in /help weechat.history.max_buffer_lines_minutesSebastien Helleu
2013-10-20core: add warning about value 0 in help of some history optionsSebastien Helleu
2013-10-06core: add options to customize default text search in buffersSebastien Helleu
2013-10-06core: remove warning about proxy not found for option weechat.network.proxy_c...Sebastien Helleu
2013-10-02core: fix spaces displayed after combining chars (bug #40115)Sebastien Helleu
2013-09-24core: fix time displayed in status bar (it was one second late) (bug #40097)Sebastien Helleu
2013-09-20core: add proxy options username/password in /help secureSebastien Helleu