Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-10-06 | Optimize incremental search in buffer: do not search any more when chars are ↵ | Sebastien Helleu | |
added to a text not found (bug #31167) | |||
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu | |
2010-04-28 | Add keys for undo/redo changes on command line (default: ctrl/alt + ↵ | Sebastien Helleu | |
underscore) (task #9483) | |||
2010-04-08 | Reformat and add comments for description of C sources | 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-01-03 | Update copyright dates | Sebastien Helleu | |
2009-10-11 | Add some default bindings for keys alt+arrows under xterm | Sebastien Helleu | |
2009-10-05 | Add option grab_key_command for /input (bound by default to alt-k) | Sebastien Helleu | |
New binding for alt-k is not automatic (for existing config), if you want to use it, you can do: /key bind meta-k /input grab_key_command | |||
2009-06-11 | Add key alt-j + alt-s to jump to IRC server buffer, bound to command /server ↵ | Sebastien Helleu | |
jump | |||
2009-06-10 | Add buffer merging feature, with /buffer merge/unmerge (task #7404) | Sebastien Helleu | |
2009-05-18 | Add new keys to move into last visited buffers (alt + "<", alt + ">"), come ↵ | Sebastien Helleu | |
back to last visited buffer when closing a buffer | |||
2009-05-12 | Add syntax "*N" for /buffer (where N is a buffer number): jump to buffer ↵ | Sebastien Helleu | |
number or previous buffer This will switch to buffer #N or previously displayed buffer if current buffer is #N (it uses option weechat.look.jump_current_to_previous_buffer). Default keys alt-1 to alt-0 are now /buffer *N | |||
2009-04-07 | Some improvements on key bindings | Sebastien Helleu | |
List of changes: - do not automatically create default keys if they do not exist, when reading weechat.conf (let user do that if needed) - add "/key missing": add missing keys using default keys (do not update or remove user keys), - key "meta-s" moved from irc/jabber plugins to core - improved output of /key (display number of keys) | |||
2009-03-21 | Add new modifier "input_text_content" | Sebastien Helleu | |
2009-03-20 | Add signal "key_pressed" | Sebastien Helleu | |
2009-03-19 | Many improvements on IRC raw buffer | Sebastien Helleu | |
New features: - key alt-j alt-r is reintroduced to open IRC raw buffer - command "/server raw" opens IRC raw buffer - new option irc.look.raw_messages, which is number of lines to keep in memory to display when user will open raw buffer (to see last messages received before opening raw buffer) | |||
2009-03-07 | Add new key to zoom a window (meta-z by default) (task #7470) | Sebastien Helleu | |
2009-02-18 | Give file descriptor to callback of hook_fd | Sebastien Helleu | |
2009-01-03 | Update copyright dates | Sebastien Helleu | |
2008-11-11 | Add new default keys for previous/next buffer: ctrl-P,alt-up and ctrl-N,alt-down | Sebastien Helleu | |
2008-10-12 | Remove old title/nicklist/status/input, use of new bars | Sebastien Helleu | |
2008-10-10 | Add 2 new default bar items (input_paste and input_search), used by default ↵ | Sebastien Helleu | |
input bar | |||
2008-07-03 | Add "buffer_nicklist" bar item and scroll feature in bars with /bar scroll | Sebastien Helleu | |
2008-06-27 | Add input bar item, add "hidden" flag for bars, fix some display bugs with bars | Sebastien Helleu | |
2008-06-21 | Remove infobar | Sebastien Helleu | |
2008-06-18 | Add new options for completion, optional stop instead of cycling with words ↵ | Sebastien Helleu | |
found | |||
2008-05-13 | Disable auto-connect for plugins with command line option ("-a") | Sebastien Helleu | |
2008-04-30 | Fixed typo in default command for page_up key | Sebastien Helleu | |
2008-04-30 | IRC colors reintroduced | Sebastien Helleu | |
2008-04-29 | Removed key functions (replaced by /input command) | Sebastien Helleu | |
2008-04-28 | Send quit signal when terminal is lost (clean quit: disconnect from servers, ..) | flashcode | |
2008-04-28 | Fixed infinite loop when closing terminal without using /quit command (bug ↵ | Sebastien Helleu | |
#23078) | |||
2008-04-27 | New default keys for scroll_top/bottom | Sebastien Helleu | |
2008-04-18 | Use of /window command for some key bindings with actions on current window ↵ | Sebastien Helleu | |
(like scroll, ..) | |||
2008-04-15 | Added keys by buffer (useful for buffers with free content that need own keys) | Sebastien Helleu | |
These keys can be set thru API function "buffer_set", for example: weechat_buffer_set(my_buffer, "key_bind_meta2-A", "/mycommand up"); weechat_buffer_set(my_buffer, "key_bind_meta2-B", "/mycommand down"); weechat_buffer_set(my_buffer, "key_unbind_meta2-B", ""); weechat_buffer_set(my_buffer, "key_unbind_*", ""); These keys are volatile and not saved in any config file. So they must be set when buffer is open. | |||
2008-04-03 | Fixed compilation problems when gnutls dev lib is not found | Sebastien Helleu | |
2008-03-22 | Added tags for lines and custom filtering by tags or regex (task #7674), ↵ | Sebastien Helleu | |
fixed many memory leaks | |||
2008-02-22 | New "irc/debug" buffer (replaces old IRC raw buffer), improved status bar ↵ | Sebastien Helleu | |
display, fixed nick in input for IRC buffers The "irc/debug" buffer is displayed when IRC debug is enabled (with "/debug irc" thru debug plugin). If the buffer is closed, it is reopen when new messages are written, until debug is disabled by user (with "/debug irc"). | |||
2008-01-02 | Update of year in some copyrights | Sebastien Helleu | |
2008-01-01 | Added group support for nicklist, fixed some bugs in plugins API and IRC plugin | Sebastien Helleu | |
Added group support for nicklist (with subgroups). Partial changes in IRC protocol functions (new arguments with argv and argv_eol). Fixed some bugs: - nicklist in plugins API - problem in main loop with select() when SIGWINCH is received (terminal resize) - bug in string explode function - bug in infobar countdown. | |||
2007-12-17 | New backlog option in logger plugin, added variable names in .h files, ↵ | Sebastien Helleu | |
replaced "void *" pointers by structures | |||
2007-12-01 | New config functions, almost entirely rewritten from scratch | Sebastien Helleu | |
2007-11-08 | Added default keys for alt-left/right for konsole | Sebastien Helleu | |
2007-10-31 | Renamed many sources and functions in src/gui, improved display of messages ↵ | Sebastien Helleu | |
in buffer (faster and using less memory) | |||
2007-08-18 | Code cleanup for paste detection | Sebastien Helleu | |
2007-08-17 | Fixed problem with input of UTF-8 chars in last cvs | Sebastien Helleu | |
2007-08-17 | Added paste detection, new options look_paste_max_lines and ↵ | Sebastien Helleu | |
col_input_actions (task #5442) | |||
2007-08-16 | Code cleanup: renamed some constants and variables (prefix added) | Sebastien Helleu | |