Age | Commit message (Expand) | Author |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2011-01-01 | Add new command /color | Sebastien Helleu |
2010-11-29 | Replace buffer local variable "no_highlight_nicks" by "hotlist_max_level_nicks" | Sebastien Helleu |
2010-10-28 | Add refresh when buffer property "nicklist_display_groups" is changed | Sebastien Helleu |
2010-10-17 | Use const void * for keys and values in some hashtable functions | Sebastien Helleu |
2010-10-15 | Fix bug with buffer name in "/bar scroll" command | Sebastien Helleu |
2010-10-11 | Add property "no_highlight_nicks" in buffers to disable highlight for some ni... | Sebastien Helleu |
2010-09-27 | Fix memory leak in function gui_buffer_set_highlight_words_list | Sebastien Helleu |
2010-09-27 | Free hashtable with local variables when closing buffer (memory leak) | Sebastien Helleu |
2010-09-27 | Add new option weechat.look.input_share (task #9228) | Sebastien Helleu |
2010-07-05 | Use of hashtable for local variables of buffers | Sebastien Helleu |
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 + underscor... | Sebastien Helleu |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu |
2010-04-05 | Add missing properties "highlight_words_add" and "highlight_words_del" in arr... | Sebastien Helleu |
2010-04-03 | Add or remove highlight words in a buffer with "highlight_words_add" and "hig... | Sebastien Helleu |
2010-04-03 | Allow buffer local variables in highlight words (option "weechat.look.highlig... | Sebastien Helleu |
2010-04-03 | Add option "get" for command /buffer, add completions with buffer properties | Sebastien Helleu |
2010-03-30 | Add missing variables in debug dump | Sebastien Helleu |
2010-03-29 | Fix infinite loop with /layout apply and bug when applying layout, sometimes ... | Sebastien Helleu |
2010-03-24 | Add new options for command /key (listdefault, listdiff and reset), add examp... | Sebastien Helleu |
2010-03-20 | Refresh screen when exiting WeeChat (to display messages printed after /quit) | Sebastien Helleu |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu |
2010-02-02 | Add option "switch_active_buffer_previous" for command /input (task #10141) | Sebastien Helleu |
2010-01-29 | Display own buffer lines in weechat log when dumping buffer (and not mixed li... | Sebastien Helleu |
2010-01-25 | Add missing infos in API functions buffer_get_integer / buffer_get_string and... | Sebastien Helleu |
2010-01-13 | Add keyword "input_pos" to get/set cursor position in plugin API functions bu... | Sebastien Helleu |
2010-01-03 | Update copyright dates | Sebastien Helleu |
2009-10-06 | Fix alignment problem for buffer name when a merged buffer is closed (bug #27... | Sebastien Helleu |
2009-10-03 | Fix restore of hotlist after /upgrade | Sebastien Helleu |
2009-09-30 | Remove buffer from hotlist when buffer is cleared (bug #27530) | Sebastien Helleu |
2009-07-29 | Fix hotlist bug after /buffer unmerge (bug #27133) | Sebastien Helleu |
2009-07-03 | Fix bug when moving group of merged buffers to number 1 | Sebastien Helleu |
2009-06-28 | Rename function string_explode to string_split | Sebastien Helleu |
2009-06-25 | Add options irc.look.open_channel/pv_near_server | Sebastien Helleu |
2009-06-21 | Fix some memory leaks in command hook (completion templates), buffer closing,... | Sebastien Helleu |
2009-06-10 | Add variable "active" in buffer infolist | Sebastien Helleu |
2009-06-10 | Add buffer merging feature, with /buffer merge/unmerge (task #7404) | Sebastien Helleu |
2009-05-19 | Fix crash with /upgrade (problem when closing buffers) | Sebastien Helleu |
2009-05-18 | Add option weechat.look.jump_previous_buffer_when_closing | Sebastien Helleu |
2009-05-18 | Add option weechat.history.max_visited_buffers | Sebastien Helleu |
2009-05-18 | Add new keys to move into last visited buffers (alt + "<", alt + ">"), come b... | Sebastien Helleu |
2009-05-17 | Add signals "key_bind" and "key_unbind" | Sebastien Helleu |
2009-05-17 | Fix typo: formated -> formatted | Sebastien Helleu |
2009-05-12 | Add syntax "*N" for /buffer (where N is a buffer number): jump to buffer numb... | Sebastien Helleu |
2009-05-04 | Disable print hooks during display of backlog (in logger plugin) | Sebastien Helleu |
2009-04-24 | Remove notify plugin (moved to core) | Sebastien Helleu |
2009-04-21 | Add new option weechat.look.jump_current_to_previous_buffer | Sebastien Helleu |
2009-04-15 | Jump to last displayed buffer when jumping to current buffer number | Sebastien Helleu |
2009-04-11 | Add support of many templates for completion of command arguments, rename def... | Sebastien Helleu |