Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-15 | core: move comments with description of C file to top of files | Sebastien Helleu | |
2012-12-13 | core: reformat comments for functions | Sebastien Helleu | |
2012-12-08 | api: allow creation of structure with hdata_update (allowed for hdata "history") | Sebastien Helleu | |
2012-08-27 | api: allow update for some variables of hdata, add new functions ↵ | Sebastien Helleu | |
hdata_update and hdata_set | |||
2012-07-20 | core: add support of arrays in hdata variables | Sebastien Helleu | |
2012-02-01 | core: do not auto add space after nick completer if option ↵ | Sebastien Helleu | |
weechat.completion.nick_add_space is off | |||
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2011-11-12 | core: add new option weechat.completion.base_word_until_cursor: allow ↵ | Sebastien Helleu | |
completion in middle of words (enabled by default) (task #9771) | |||
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-07-26 | core: add mouse support (task #5435), free cursor movement, hook_focus, fix ↵ | Sebastien Helleu | |
bugs with key "^" (bug #32072, bug #21381), fix bugs with bar windows, completion and /buffer New features and bugs fixed: - mouse support: new command /mouse, new option weechat.look.mouse, new key context "mouse" - free movement of cursor: new command /cursor, new key context "cursor" - new hook_focus (used by cursor and mouse) - info "cursor_mode" - bugs fixed with key "^" - allow plugin name in /buffer name - fix bugs with bar windows: do not create bar windows for hidden bars - fix completion bug when two words for completion are equal but with different case - automatic scroll direction in /bar scroll (x/y is now optional) | |||
2011-07-12 | core: fix completion for command arguments when same command exists in many ↵ | Sebastien Helleu | |
plugins (bug #33753) | |||
2011-06-26 | core: many improvements on hdata | Sebastien Helleu | |
New features: - add optional hdata name for variables in hdata - add plugin API functions: hdata_get_var_hdata - use hashtable to store hdata (created by WeeChat and plugins) - free hdata and infolists created by plugin on plugin unload - free all hdata on exit - add "free" option to command /debug hdata - remove hdata for hooks | |||
2011-06-13 | core: add "hdata" (direct access to WeeChat/plugin data) | Sebastien Helleu | |
2011-03-10 | Fix bug with repeat of last completion ("%*"), which failed when many ↵ | Sebastien Helleu | |
templates are used in completion | |||
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-11-09 | Add function "hook_completion_get_string" in plugin API | Sebastien Helleu | |
2010-11-09 | Move WeeChat core completions from gui-completion.c to wee-completion.c | Sebastien Helleu | |
2010-10-31 | Add extra checks on some pointers | Sebastien Helleu | |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu | |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu | |
2010-04-03 | Add option "get" for command /buffer, add completions with buffer properties | Sebastien Helleu | |
2010-03-24 | Add new options for command /key (listdefault, listdiff and reset), add ↵ | Sebastien Helleu | |
examples in /help key Note: old option "reset" for /key has been renamed to "resetall". | |||
2010-03-19 | Reformat multi-line comments | Sebastien Helleu | |
2010-03-03 | Fix completion bug for commands when input starts with two command chars ↵ | Sebastien Helleu | |
(like //) | |||
2010-03-02 | Add new option weechat.look.command_chars, add functions ↵ | Sebastien Helleu | |
string_is_command_char and string_input_for_buffer in plugin and script API | |||
2010-01-10 | Fix bug with completion of words with wide chars | Sebastien Helleu | |
2010-01-03 | Update copyright dates | Sebastien Helleu | |
2009-12-07 | Add missing include of limits.h | Sebastien Helleu | |
2009-12-05 | Remove old fifo pipes before creating new pipe | Sebastien Helleu | |
2009-11-08 | Remove compilation warning on 64-bit machines | Sebastien Helleu | |
2009-11-05 | Add missing include of strings.h in gui-completion.c | Sebastien Helleu | |
2009-10-10 | Use default auto completion for arguments of unknown commands | Sebastien Helleu | |
2009-07-06 | Complete command and arguments even if command line starts with double '/' | Sebastien Helleu | |
2009-06-21 | Fix some memory leaks in command hook (completion templates), buffer ↵ | Sebastien Helleu | |
closing, partial completion | |||
2009-06-21 | Move partial completion structure to completion structure (it is now ↵ | Sebastien Helleu | |
specific to buffer) (bug #25556) | |||
2009-06-10 | Rename option weechat.completion.nick_completor to nick_completer | Sebastien Helleu | |
2009-05-09 | Fix completion with non-latin nicks (bug #18993) | Sebastien Helleu | |
2009-05-08 | Improve completion: allow a command to use completion of another command ↵ | Sebastien Helleu | |
(used by alias plugin) | |||
2009-04-11 | Add support of many templates for completion of command arguments, rename ↵ | Sebastien Helleu | |
default completion items | |||
2009-04-03 | Add new option "weechat.completion.nick_add_space" (add space after nick ↵ | Sebastien Helleu | |
completion, on by default) | |||
2009-04-03 | Fix bug with nick completion (too many nick completors were added to nick if ↵ | Sebastien Helleu | |
private was open with nick) | |||
2009-04-01 | Fix bug with partial completions | Sebastien Helleu | |
Option "weechat.completion.partial_completion_nick" has been renamed to "weechat.completion.partial_completion_other". | |||
2009-04-01 | Add default template completion (by default: nick or IRC channel) | Sebastien Helleu | |
2009-03-21 | Add new command /version, add count of /upgrade, fix bugs with command exec | Sebastien Helleu | |
New (core) command /version displays version, and number of upgrades done with first start date (if # /upgrade > 0). The number of upgrades is displayed at startup (if > 0). | |||
2009-03-20 | Add buffer name completion for command /filter | Sebastien Helleu | |
2009-03-08 | Fix memory leak in filename completion | Sebastien Helleu | |
2009-01-15 | Add Jabber plugin (alpha version, many Jabber features are missing) | Sebastien Helleu | |
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib. Please note many major Jabber features are missing: - roster management (add/remove/.. buddies), - MUC, - transports. It is possible to define servers (with /jabber), connect to them (with /jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat). | |||
2009-01-07 | Remove some compiler warnings | Sebastien Helleu | |
2009-01-03 | Update copyright dates | Sebastien Helleu | |
2009-01-02 | Add null values for options, new syntax for /set, reintroduce temporary IRC ↵ | Sebastien Helleu | |
server feature, improve IRC server options, new functions in API |