Age | Commit message (Expand) | Author |
2012-03-24 | doc: fix order of arguments for function nicklist_add_group in plugin API ref... | Sebastien Helleu |
2012-03-23 | core: add a connection timeout for child process in hook_connect (bug #35966) | Sebastien Helleu |
2012-03-12 | irc: add signals and tags in messages for irc notify (patch from Quentin Glid... | Sebastien Helleu |
2012-02-17 | doc: fix python example for config_new_option in plugin API reference | Sebastien Helleu |
2012-02-09 | irc: add signal "irc_server_opened" | Sebastien Helleu |
2012-02-09 | doc: fix typo in plugin API reference (example for weechat_string_toupper) | Sebastien Helleu |
2012-02-05 | irc: add signal "xxx,irc_out1_yyy" and modifier "irc_out1_xxx" (outgoing mess... | Sebastien Helleu |
2012-01-28 | doc: add the versions where signals were introduced, fix typos in signals (pl... | Sebastien Helleu |
2012-01-28 | core: add signal "window_switch" | Sebastien Helleu |
2012-01-26 | api: replace type "regex_t *" by "void *" in function string_regcomp (fix rub... | Sebastien Helleu |
2012-01-24 | api: add modifier "input_text_for_buffer" | Sebastien Helleu |
2012-01-22 | core: add support of flags in regular expressions and highlight options, add ... | Sebastien Helleu |
2012-01-17 | doc: add return codes for URL transfer in hook_process (plugin API reference) | Sebastien Helleu |
2012-01-16 | core: add URL transfer (using libcurl), add function hook_process_hashtable i... | Sebastien Helleu |
2012-01-05 | doc: add hashtable sent to callback for irc redirection in plugin API reference | Sebastien Helleu |
2012-01-04 | doc: fix typos in plugin API reference (examples of irc redirection) | Sebastien Helleu |
2011-12-19 | doc: fix typo: hashlist => hashtable in plugin API reference | Sebastien Helleu |
2011-12-19 | core: add type "hashtable" for hdata, new api functions: hdata_hashtable and ... | Sebastien Helleu |
2011-12-17 | core: add signal "buffer_line_added" | Sebastien Helleu |
2011-12-17 | api: add new function hdata_check_pointer | Sebastien Helleu |
2011-12-12 | doc: fix example of function hashtable_add_to_infolist in plugin API reference | Sebastien Helleu |
2011-12-06 | api: add new function nicklist_get_next_item | Sebastien Helleu |
2011-11-25 | core: add type char for hdata and function hdata_char in plugin/script API | Sebastien Helleu |
2011-11-21 | core: add "full_name" in buffer structure | Sebastien Helleu |
2011-11-12 | api: add new functions strcasecmp_range and strncasecmp_range | Sebastien Helleu |
2011-11-03 | core: fix typo: occured -> occurred | Sebastien Helleu |
2011-10-28 | doc: fix two properties of function window_get_integer in plugin API reference | Sebastien Helleu |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu |
2011-10-19 | doc: add missing description of argument "case_sensitive" for function "weech... | Sebastien Helleu |
2011-10-16 | core: use value 2 of keep_eol in function string_split to keep separators at ... | Sebastien Helleu |
2011-10-15 | core: add color attribute "|" and value "resetcolor" for function weechat_col... | Sebastien Helleu |
2011-10-11 | doc: add note about hsignal name for irc redirections in plugin API reference | Sebastien Helleu |
2011-10-05 | doc: replace "line date" by "line date/time" for hashtable of hook_focus in p... | Sebastien Helleu |
2011-10-04 | doc: add note about prefix for function weechat_printf in plugin API reference | Sebastien Helleu |
2011-09-25 | doc: fix typos in plugin API reference | Sebastien Helleu |
2011-08-26 | irc: improve split of privmsg, add split of some other messages (bug #29879),... | Sebastien Helleu |
2011-08-20 | doc: add "New in version 0.3.6" for functions key_(un)bind in plugin API refe... | Sebastien Helleu |
2011-08-20 | core: add functions "key_bind" and "key_unbind" in plugin API | Sebastien Helleu |
2011-08-16 | core: add local variables of buffer in focus hashtable, remove irc_server/irc... | Sebastien Helleu |
2011-08-16 | irc: rename host/server/channel to irc_host/irc_server/irc_channel in irc foc... | Sebastien Helleu |
2011-08-15 | core: add "_chat_line_x" in focus hashtable (for buffers with free content) | Sebastien Helleu |
2011-08-14 | core: return empty string for window and buffer pointers in focus hashtable w... | Sebastien Helleu |
2011-08-14 | core: add buffer property "short_name_is_set", return name if short name is n... | Sebastien Helleu |
2011-08-14 | core: add key "_chat_line_nick" in focus hashtable | Sebastien Helleu |
2011-08-14 | core: return info about line/word for chat area in focus hashtable, add keys ... | Sebastien Helleu |
2011-08-05 | core: fix bugs with automatic layout (bug #26110), add support of merged buff... | Sebastien Helleu |
2011-08-04 | doc: replace ">=" and "<=" by UTF-8 chars in docs | Sebastien Helleu |
2011-08-02 | core: remove "const" for first argument of function utf8_normalize | Sebastien Helleu |
2011-08-01 | core: add info about position where mouse button is released in hook_focus (f... | Sebastien Helleu |
2011-07-29 | core: add number in windows, improve mouse/cursor actions when screen is split | Sebastien Helleu |