Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-29 | core: add number in windows, improve mouse/cursor actions when screen is split | Sebastien Helleu | |
2011-07-28 | doc: fix type for arguments of hook_timer in plugin API reference | 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-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-21 | doc: fix typo in plugin API reference | Sebastien Helleu | |
2011-06-15 | core: add local variable "highlight_regex" in buffers | Sebastien Helleu | |
2011-06-13 | core: add "hdata" (direct access to WeeChat/plugin data) | Sebastien Helleu | |
2011-05-15 | doc: add missing argument "gnutls_priorities" in function hook_connect | Sebastien Helleu | |
2011-05-05 | doc: add value 0 for date in functions printf_date and printf_date_tags of ↵ | Sebastien Helleu | |
plugin API reference | |||
2011-04-29 | doc: fix callbacks of function weechat_config_new_option in plugin API reference | Sebastien Helleu | |
2011-04-29 | doc: add return value for callbacks in plugin API reference | Sebastien Helleu | |
2011-04-26 | irc: add modifier "irc_in2_xxx" (called after charset decoding) | Sebastien Helleu | |
2011-04-26 | api: add new function config_set_desc_plugin (task #10925) | Sebastien Helleu | |
2011-04-25 | doc: fix typo in plugin API reference for function config_set_plugin | Sebastien Helleu | |
2011-04-20 | doc: fix typo | Sebastien Helleu | |
2011-04-13 | core: use buffer pointer instead of window in input functions, add new ↵ | Sebastien Helleu | |
function window_search_with_buffer in plugin API | |||
2011-03-15 | Fix return value of callback for hashtable_map in plugin API reference | Sebastien Helleu | |
2011-03-15 | Fix typos in plugin API reference | Sebastien Helleu | |
2011-03-11 | Add function "buffer_match_list" in plugin API | Sebastien Helleu | |
2011-02-07 | Remove unneeded spaces | Sebastien Helleu | |
2011-01-26 | Fix typos in config functions in plugin API reference | Sebastien Helleu | |
2011-01-25 | Fix typo on constant WEECHAT_HOOK_PROCESS_RUNNING in plugin API reference | Sebastien Helleu | |
2011-01-02 | Add function "hashtable_set_pointer" in plugin API | Sebastien Helleu | |
2010-12-26 | Add info "weechat_upgrading", signal "upgrade_ended", display duration of ↵ | Sebastien Helleu | |
upgrade | |||
2010-12-20 | Add 256 colors support | Sebastien Helleu | |
Changes: - new section "palette" in weechat.conf - new API functions: list_search_pos and list_casesearch_pos | |||
2010-12-06 | Add note about automatic unhook for function hook_process in plugin API ↵ | Sebastien Helleu | |
reference | |||
2010-11-29 | Replace buffer local variable "no_highlight_nicks" by "hotlist_max_level_nicks" | Sebastien Helleu | |
2010-11-25 | Add new option weechat.look.highlight_regex and function ↵ | Sebastien Helleu | |
string_has_highlight_regex in plugin API (task #10321) | |||
2010-11-14 | Fix data sent to callback of hook_process, improve hook_process by using buffer | Sebastien Helleu | |
Fix: some data was sometimes missing (not sent to callback). Improvement: use a 64KB buffer for child output and send data to callback only when buffer is full. | |||
2010-11-10 | Use type "unsigned long long" for API function string_format_size | Sebastien Helleu | |
2010-11-09 | Add function "hook_completion_get_string" in plugin API | Sebastien Helleu | |
2010-11-08 | Add doc for some signals and hsignals in plugin API reference | Sebastien Helleu | |
Doc for signals: - logger_backlog - xxx_script_install - xxx_script_remove - irc_input_send Doc for hsignals: - irc_redirect_command - irc_redirect_pattern | |||
2010-11-01 | Fix return code values in plugin API reference for some config callbacks | Sebastien Helleu | |
2010-10-29 | Add new functions in plugin API to get/set nicks/groups properties in nicklist | Sebastien Helleu | |
8 new functions added: - nicklist_group_get_integer - nicklist_group_get_string - nicklist_group_get_pointer - nicklist_group_set - nicklist_nick_get_integer - nicklist_nick_get_string - nicklist_nick_get_pointer - nicklist_nick_set | |||
2010-10-23 | Add new functions in plugin API: hook_hsignal and hook_hsignal_send | Sebastien Helleu | |
2010-10-17 | Use const void * for keys and values in some hashtable functions | Sebastien Helleu | |
2010-10-15 | Add properties "values" and "keys_values" for hashtable_get_string (return ↵ | Sebastien Helleu | |
string with list of values or keys/values) | |||
2010-10-11 | Add property "no_highlight_nicks" in buffers to disable highlight for some ↵ | Sebastien Helleu | |
nicks in buffer This can be used with script buffer_autoset.py (see /help autosetbuffer). | |||
2010-10-11 | Add function "hashtable_has_key" in WeeChat and plugin API | Sebastien Helleu | |
2010-10-10 | Add property "keys" for hashtable_get_string (return string with list of keys) | Sebastien Helleu | |
2010-09-17 | Add optional plugin name for command /debug dump and signal "debug_dump" | Sebastien Helleu | |
2010-09-17 | Beta version of IRC proxy feature in Relay plugin | Sebastien Helleu | |
Major changes in Relay plugin: - IRC proxy feature (beta), - raw buffer. Changes in IRC plugin: - add tags for messages sent to servers, - add signal "irc_input_send" to simulate text/command on an IRC buffer, - add prefix in infolist "irc_nick". | |||
2010-08-27 | Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, ↵ | Sebastien Helleu | |
info_get_hashtable), add IRC info_hashtable "irc_parse_message" Note: tcl >= 8.5 is now required (for tcl plugin). | |||
2010-08-12 | Add hook priority in plugin API reference | Sebastien Helleu | |
2010-07-17 | Update plugin API reference: add "New in version x.y.z" for some functions, ↵ | Sebastien Helleu | |
add missing functions | |||
2010-07-12 | Fix typo in english plugin API reference | Sebastien Helleu | |
2010-07-05 | Add function hashtable_add_to_infolist in plugin API reference | Sebastien Helleu | |
2010-06-28 | Add hashtable in core and plugin API | Sebastien Helleu | |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu | |
2010-05-02 | Add function "string_expand_home" in plugin API, fix bug with replacement of ↵ | Sebastien Helleu | |
home in paths |