Age | Commit message (Expand) | Author |
2011-08-20 | core: add functions "key_bind" and "key_unbind" in plugin API | Sebastien Helleu |
2011-08-18 | core: remove some compilation warnings under Cygwin | Sebastien Helleu |
2011-08-16 | core: allow name of buffer for command /buffer clear (task #11269) | Sebastien Helleu |
2011-08-15 | core: allow a second area for keys in context "mouse" (for drag & drop betwee... | Sebastien Helleu |
2011-08-14 | core: return info about line/word for chat area in focus hashtable, add keys ... | Sebastien Helleu |
2011-08-09 | core: allow send of hsignal instead of command for keys in context "mouse" | Sebastien Helleu |
2011-08-09 | core: add new command /repeat (execute a command several times) | Sebastien Helleu |
2011-08-08 | core: add optional buffer name for area "chat" in keys of mouse context | Sebastien Helleu |
2011-08-07 | core: fix typo in /help upgrade | Sebastien Helleu |
2011-08-06 | core: add note about SSL connections in /help upgrade | Sebastien Helleu |
2011-08-05 | core: save and restore layout for buffers and windows on /upgrade | Sebastien Helleu |
2011-08-04 | core: add missing return after call to gui_buffer_unmerge_all() | Sebastien Helleu |
2011-08-04 | core: add option -all for command /buffer unmerge | Sebastien Helleu |
2011-08-04 | doc: replace ">=" and "<=" by UTF-8 chars in docs | Sebastien Helleu |
2011-08-01 | core: add info about position where mouse button is released in hook_focus (f... | Sebastien Helleu |
2011-07-30 | core: add "/input grab_mouse" and "/input grab_mouse_area" (default: right cl... | Sebastien Helleu |
2011-07-30 | core: fix memory leak in command /cursor | Sebastien Helleu |
2011-07-30 | core: cosmetic changes in /help key | Sebastien Helleu |
2011-07-30 | core: fix bug in completion of command /window | Sebastien Helleu |
2011-07-29 | core: add number in windows, improve mouse/cursor actions when screen is split | Sebastien Helleu |
2011-07-28 | core: improve mouse support: process utf-8 codes, add option weechat.look.mou... | Sebastien Helleu |
2011-07-27 | core: allow buffer name in /buffer close | Sebastien Helleu |
2011-07-26 | core: add mouse support (task #5435), free cursor movement, hook_focus, fix b... | Sebastien Helleu |
2011-07-05 | core: add context "search" for keys (to define keys used during search in buf... | Sebastien Helleu |
2011-06-26 | core: many improvements on hdata | Sebastien Helleu |
2011-06-13 | core: add option "tags" for command /debug | Sebastien Helleu |
2011-06-13 | core: add "hdata" (direct access to WeeChat/plugin data) | Sebastien Helleu |
2011-06-01 | core: add option "infolists" for command /debug | Sebastien Helleu |
2011-05-16 | core: add horizontal scrolling for buffers with free content (command /window... | Sebastien Helleu |
2011-05-15 | core: add missing arguments filename and name in /help plugin | Sebastien Helleu |
2011-05-13 | doc: fix typos | Sebastien Helleu |
2011-05-11 | core: fix argument name in /help color | Sebastien Helleu |
2011-05-07 | core: fix balance of windows | Sebastien Helleu |
2011-04-23 | core: add option "balance" for command /window (key: alt+"w" + alt+"b") | Sebastien Helleu |
2011-04-22 | core: add option "swap" for command /window (key: alt+"w" + alt+"s") (task #1... | Sebastien Helleu |
2011-04-17 | core: add automatic reset of color pairs, new option weechat.look.color_pairs... | Sebastien Helleu |
2011-04-16 | core: return WEECHAT_RC_OK instead of WEECHAT_RC_ERROR in commands when error... | Sebastien Helleu |
2011-04-16 | core: prohibit names beginning with "#" for bars, proxies, filters and IRC se... | Sebastien Helleu |
2011-04-13 | core: use buffer pointer instead of window in input functions, add new functi... | Sebastien Helleu |
2011-04-11 | core: add messages counts in hotlist for each buffer, option weechat.look.hot... | Sebastien Helleu |
2011-03-18 | Add optional bar name in command /bar default | Sebastien Helleu |
2011-03-09 | Allow list of buffers in command /filter (exclusion with prefix "!") (task #1... | Sebastien Helleu |
2011-02-24 | Replace char "%" by "!" for reverse video in color attributes | Sebastien Helleu |
2011-02-21 | Allow relative size for command /window resize | Sebastien Helleu |
2011-02-17 | Add attributes for colors ("*": bold, "%": reverse, "_": underline) | Sebastien Helleu |
2011-02-10 | Add option "memory" to command /debug | Sebastien Helleu |
2011-02-08 | Fix typo in /help color: minimum color number for alias is 0 and not 1 | Sebastien Helleu |
2011-02-07 | Remove unneeded spaces | Sebastien Helleu |
2011-02-07 | Improve display of commands lists in /help (add arguments -list and -listfull) | Sebastien Helleu |
2011-02-04 | Improve arguments displayed in /help of commands, display all commands with s... | Sebastien Helleu |