summaryrefslogtreecommitdiff
path: root/doc/en/weechat_plugin_api.en.txt
AgeCommit message (Expand)Author
2011-07-29core: add number in windows, improve mouse/cursor actions when screen is splitSebastien Helleu
2011-07-28doc: fix type for arguments of hook_timer in plugin API referenceSebastien Helleu
2011-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix b...Sebastien Helleu
2011-06-26core: many improvements on hdataSebastien Helleu
2011-06-21doc: fix typo in plugin API referenceSebastien Helleu
2011-06-15core: add local variable "highlight_regex" in buffersSebastien Helleu
2011-06-13core: add "hdata" (direct access to WeeChat/plugin data)Sebastien Helleu
2011-05-15doc: add missing argument "gnutls_priorities" in function hook_connectSebastien Helleu
2011-05-05doc: add value 0 for date in functions printf_date and printf_date_tags of pl...Sebastien Helleu
2011-04-29doc: fix callbacks of function weechat_config_new_option in plugin API referenceSebastien Helleu
2011-04-29doc: add return value for callbacks in plugin API referenceSebastien Helleu
2011-04-26irc: add modifier "irc_in2_xxx" (called after charset decoding)Sebastien Helleu
2011-04-26api: add new function config_set_desc_plugin (task #10925)Sebastien Helleu
2011-04-25doc: fix typo in plugin API reference for function config_set_pluginSebastien Helleu
2011-04-20doc: fix typoSebastien Helleu
2011-04-13core: use buffer pointer instead of window in input functions, add new functi...Sebastien Helleu
2011-03-15Fix return value of callback for hashtable_map in plugin API referenceSebastien Helleu
2011-03-15Fix typos in plugin API referenceSebastien Helleu
2011-03-11Add function "buffer_match_list" in plugin APISebastien Helleu
2011-02-07Remove unneeded spacesSebastien Helleu
2011-01-26Fix typos in config functions in plugin API referenceSebastien Helleu
2011-01-25Fix typo on constant WEECHAT_HOOK_PROCESS_RUNNING in plugin API referenceSebastien Helleu
2011-01-02Add function "hashtable_set_pointer" in plugin APISebastien Helleu
2010-12-26Add info "weechat_upgrading", signal "upgrade_ended", display duration of upg...Sebastien Helleu
2010-12-20Add 256 colors supportSebastien Helleu
2010-12-06Add note about automatic unhook for function hook_process in plugin API refer...Sebastien Helleu
2010-11-29Replace buffer local variable "no_highlight_nicks" by "hotlist_max_level_nicks"Sebastien Helleu
2010-11-25Add new option weechat.look.highlight_regex and function string_has_highlight...Sebastien Helleu
2010-11-14Fix data sent to callback of hook_process, improve hook_process by using bufferSebastien Helleu
2010-11-10Use type "unsigned long long" for API function string_format_sizeSebastien Helleu
2010-11-09Add function "hook_completion_get_string" in plugin APISebastien Helleu
2010-11-08Add doc for some signals and hsignals in plugin API referenceSebastien Helleu
2010-11-01Fix return code values in plugin API reference for some config callbacksSebastien Helleu
2010-10-29Add new functions in plugin API to get/set nicks/groups properties in nicklistSebastien Helleu
2010-10-23Add new functions in plugin API: hook_hsignal and hook_hsignal_sendSebastien Helleu
2010-10-17Use const void * for keys and values in some hashtable functionsSebastien Helleu
2010-10-15Add properties "values" and "keys_values" for hashtable_get_string (return st...Sebastien Helleu
2010-10-11Add property "no_highlight_nicks" in buffers to disable highlight for some ni...Sebastien Helleu
2010-10-11Add function "hashtable_has_key" in WeeChat and plugin APISebastien Helleu
2010-10-10Add property "keys" for hashtable_get_string (return string with list of keys)Sebastien Helleu
2010-09-17Add optional plugin name for command /debug dump and signal "debug_dump"Sebastien Helleu
2010-09-17Beta version of IRC proxy feature in Relay pluginSebastien Helleu
2010-08-27Add new functions in plugin API (hashtable_get_string, hook_info_hashtable, i...Sebastien Helleu
2010-08-12Add hook priority in plugin API referenceSebastien Helleu
2010-07-17Update plugin API reference: add "New in version x.y.z" for some functions, a...Sebastien Helleu
2010-07-12Fix typo in english plugin API referenceSebastien Helleu
2010-07-05Add function hashtable_add_to_infolist in plugin API referenceSebastien Helleu
2010-06-28Add hashtable in core and plugin APISebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-05-02Add function "string_expand_home" in plugin API, fix bug with replacement of ...Sebastien Helleu