summaryrefslogtreecommitdiff
path: root/src/core/wee-command.c
AgeCommit message (Expand)Author
2014-05-13core: add option "send" in command /input (send text to a buffer)Sébastien Helleu
2014-05-13core: add option "-buffer" in command /command (closes #67)Sébastien Helleu
2014-05-08core: add support of '!' for tags in /help filterSébastien Helleu
2014-04-30Version 1.0-devSébastien Helleu
2014-04-20core: add non-breaking spaces in French translationsSébastien Helleu
2014-04-12api: allow wildcard "*" inside the mask in function string_matchSébastien Helleu
2014-04-12core: add tag "host_xxx" in /help filterSébastien Helleu
2014-04-12core: add option "-current" in command /printSébastien Helleu
2014-04-05core: add option -all for command /buffer hide|unhideSébastien Helleu
2014-04-05core: add hidden buffers, add options hide/unhide in command /bufferSébastien Helleu
2014-04-05core: fix completion of /buffer clearSébastien Helleu
2014-04-05core: fix "/buffer clear" with a name (don't clear all merged buffers with sa...Sébastien Helleu
2014-04-02core: use an integer for seconds in command /window bare <delay>Sébastien Helleu
2014-04-01core: add default key alt-'-' to toggle filters in current buffer (closes #17)Sébastien Helleu
2014-03-30core: use seconds as float number for delay in command /window bare <delay>Sébastien Helleu
2014-03-25core: add buffer property "clear"Sebastien Helleu
2014-03-21core: fix typo in /help commandSebastien Helleu
2014-03-19core: add key alt-j,alt-f to jump to first buffer, change command for jump to...Sebastien Helleu
2014-03-16core: fix some compilation problems on SmartOSSebastien Helleu
2014-03-14core: add options "term2rgb" and "rgb2term" in command /colorSebastien Helleu
2014-03-04core: mute all buffers by default in command /mute (replace option -all by -c...Sebastien Helleu
2014-03-04core: save and restore mute state in command /mute (bug #41748)Sebastien Helleu
2014-02-28irc: evaluate content of server options "username" and "realname"Sebastien Helleu
2014-02-28core: fix output of /eval -n when there is a tab in outputSebastien Helleu
2014-02-28api: add support of escaped strings in function string_eval_expression and co...Sebastien Helleu
2014-02-22core: fix possible zero bytes allocation in /help commandSebastien Helleu
2014-02-22core: fix potential dereference of NULL pointer in function command_set_displ...Sebastien Helleu
2014-02-21Merge branch 'trigger'Sebastien Helleu
2014-02-21core: use same return code and message in all commands when arguments are wro...Sebastien Helleu
2014-02-20core: add option "-beep" in command /printSebastien Helleu
2014-02-19core: add missing option "rename" in /help filter and in command completionSebastien Helleu
2014-02-17core: allow empty arguments for command /printSebastien Helleu
2014-02-16core: add bare display mode (for easy text selection and click on URLs)Sebastien Helleu
2014-02-10api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu
2014-02-09trigger: add trigger pluginSebastien Helleu
2014-01-29core: fix typos in translations and docsSebastien Helleu
2014-01-24core: add support of escaped unicode chars in commands /print and "/input ins...Sebastien Helleu
2014-01-22core: fix typo in /help printSebastien Helleu
2014-01-21core: rename option weechat.look.save_layout_on_exit to weechat.look.store_la...Sebastien Helleu
2014-01-21core: change format of buffer name in output of /bufferSebastien Helleu
2014-01-19core: add command /printSebastien Helleu
2014-01-18core: fix typo in arguments description of command /muteSebastien Helleu
2014-01-18core: reformat hook_command argumentsSebastien Helleu
2014-01-14core: add completion "plugins_installed"Sebastien Helleu
2014-01-09core: add "POSIX extended" in description of options/commands/functions using...Sebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-12-30core: rename option "add" to "store" in command /layoutSebastien Helleu
2013-12-15core: fix some translation of "tags" in frenchSebastien 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