summaryrefslogtreecommitdiff
path: root/src/core/wee-command.c
AgeCommit message (Expand)Author
2011-03-18Add optional bar name in command /bar defaultSebastien Helleu
2011-03-09Allow list of buffers in command /filter (exclusion with prefix "!") (task #1...Sebastien Helleu
2011-02-24Replace char "%" by "!" for reverse video in color attributesSebastien Helleu
2011-02-21Allow relative size for command /window resizeSebastien Helleu
2011-02-17Add attributes for colors ("*": bold, "%": reverse, "_": underline)Sebastien Helleu
2011-02-10Add option "memory" to command /debugSebastien Helleu
2011-02-08Fix typo in /help color: minimum color number for alias is 0 and not 1Sebastien Helleu
2011-02-07Remove unneeded spacesSebastien Helleu
2011-02-07Improve display of commands lists in /help (add arguments -list and -listfull)Sebastien Helleu
2011-02-04Improve arguments displayed in /help of commands, display all commands with s...Sebastien Helleu
2011-02-02Rename options add/del by alias/unalias in command /colorSebastien Helleu
2011-02-01Add many missing IRC commands for target buffer (options irc.msgbuffer.xxx) (...Sebastien Helleu
2011-01-31Dynamically allocate color pairsSebastien Helleu
2011-01-20Fix bug when closing color buffer with command /buffer close NSebastien Helleu
2011-01-05Revert "Fix bug with /upgrade: check existence of binary even when command is...Sebastien Helleu
2011-01-04Fix bug with /upgrade: check existence of binary even when command is execute...Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2011-01-01Add new command /colorSebastien Helleu
2010-12-26Add info "weechat_upgrading", signal "upgrade_ended", display duration of upg...Sebastien Helleu
2010-11-28Use tag "no_highlight" for options/values printed by command /setSebastien Helleu
2010-11-01Use constant WEECHAT_RC_OK instead of 0 in function command_reload_fileSebastien Helleu
2010-10-31Remove dead assignmentsSebastien Helleu
2010-10-15Fix bug with buffer name in "/bar scroll" commandSebastien Helleu
2010-10-10Allow null value for hashtable entriesSebastien Helleu
2010-10-10Add tag "nick_xxx" in IRC messagesSebastien Helleu
2010-10-01Add missing tag "no_log" in /help filterSebastien Helleu
2010-09-17Add optional plugin name for command /debug dump and signal "debug_dump"Sebastien Helleu
2010-08-14Add note about regex (split into 2 regex) in /help filterSebastien Helleu
2010-08-14Add info about upgrade process in /help upgradeSebastien Helleu
2010-08-14If null value is allowed for an option, display it in /help optionSebastien Helleu
2010-08-12Use window pointers instead of buffer pointers in gui-input.cSebastien Helleu
2010-08-12Use similar behaviour for keys bound to local or global history (bug #30759)Sebastien Helleu
2010-07-28Use tags "no_log" and "cmd_history" for output of command /history (output is...Sebastien Helleu
2010-07-16Use '!' to reverse a regex in a filter (to keep lines matching regex and hide...Sebastien Helleu
2010-07-07Improve output of /plugin list and listfullSebastien Helleu
2010-07-05Use of hashtable for local variables of buffersSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-06-10Add some notes for translators in gettext filesSebastien Helleu
2010-05-26Fix display bug with description of option in /help option if description is ...Sebastien Helleu
2010-05-26Add new option weechat.look.confirm_quitSebastien Helleu
2010-05-02Add function "string_expand_home" in plugin API, fix bug with replacement of ...Sebastien Helleu
2010-04-28Add keys for undo/redo changes on command line (default: ctrl/alt + underscor...Sebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-04-03Add option "get" for command /buffer, add completions with buffer propertiesSebastien Helleu
2010-03-24Add new options for command /key (listdefault, listdiff and reset), add examp...Sebastien Helleu
2010-03-23Fix alignment of keys in output of /key when some keys contain wide charsSebastien Helleu
2010-03-23Reformat examples in help of some commandsSebastien Helleu
2010-03-22Fix typos in /help window and /help loggerSebastien Helleu
2010-03-22Add list of tags in /help filterSebastien Helleu
2010-03-20Refresh screen when exiting WeeChat (to display messages printed after /quit)Sebastien Helleu