Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-25 | Update comments after #endif in C headers | Sebastien Helleu | |
2010-06-22 | Update licenses and copyrights, add missing author names in 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-01-03 | Update copyright dates | 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-05-17 | Add signals "key_bind" and "key_unbind" | Sebastien Helleu | |
2009-05-16 | Add infolist "key" with key bindings | Sebastien Helleu | |
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-01-03 | Update copyright dates | Sebastien Helleu | |
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu | |
2008-04-29 | Removed key functions (replaced by /input command) | Sebastien Helleu | |
2008-04-28 | Fixed infinite loop when closing terminal without using /quit command (bug ↵ | Sebastien Helleu | |
#23078) | |||
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-03-22 | Added tags for lines and custom filtering by tags or regex (task #7674), ↵ | Sebastien Helleu | |
fixed many memory leaks | |||
2008-02-04 | Removed typedef for keyboard structures in gui-keyboard.h | Sebastien Helleu | |
2008-01-02 | Update of year in some copyrights | Sebastien Helleu | |
2007-12-17 | New backlog option in logger plugin, added variable names in .h files, ↵ | Sebastien Helleu | |
replaced "void *" pointers by structures | |||
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-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 | |
2007-07-02 | Replaced GPL 2 license by GPL 3 | Sebastien Helleu | |
2007-02-12 | Added "call" option to /key command, added new key function "insert" to ↵ | Sebastien Helleu | |
insert text on command line (task #6468) | |||
2007-01-05 | Changed copyright date (2006 -> 2007) | Sebastien Helleu | |
2006-05-07 | Added some panel structures and functions | Sebastien Helleu | |