Age | Commit message (Expand) | Author |
2010-09-28 | New value for option weechat.look.input_share (none, commands, text, all), ad... | 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-08-13 | Rename cmake options DISABLE_XXX to ENABLE_XXX | Sebastien Helleu |
2010-08-12 | Use window pointers instead of buffer pointers in gui-input.c | Sebastien Helleu |
2010-08-12 | Use similar behaviour for keys bound to local or global history (bug #30759) | Sebastien Helleu |
2010-08-06 | Fix display bug with special chars (ascii value below 32) (bug #30602) | Sebastien Helleu |
2010-08-01 | Remove obsolete comment | Sebastien Helleu |
2010-08-01 | Replace TODO by FIXME in comments | Sebastien Helleu |
2010-07-30 | Add update of item "buffer_title" when switching to other buffer (fix problem... | Sebastien Helleu |
2010-07-16 | Use '!' to reverse a regex in a filter (to keep lines matching regex and hide... | Sebastien Helleu |
2010-07-12 | Add new option weechat.look.align_end_of_lines | Sebastien Helleu |
2010-07-07 | Fix bug with replacement char in API function string_remove_color (bug #30296) | Sebastien Helleu |
2010-07-05 | Use of hashtable for local variables of buffers | Sebastien Helleu |
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-06-11 | Fix refresh of bar item when it is used more than one time in a bar | Sebastien Helleu |
2010-06-11 | Fix display bug with attributes like underlined in bars (bug #29889) | Sebastien Helleu |
2010-06-04 | Fix bug with scroll_unread: do not scroll to a filtered line (bug #29991) | Sebastien Helleu |
2010-04-28 | Add keys for undo/redo changes on command line (default: ctrl/alt + underscor... | Sebastien Helleu |
2010-04-14 | Remove unused variable | Sebastien Helleu |
2010-04-14 | Fix crash on /quit when scrolling in buffer and if first line displayed was f... | Sebastien Helleu |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu |
2010-04-08 | Add buffer pointer as string in modifier_data for modifier "history_add" | Sebastien Helleu |
2010-04-08 | Add modifier "history_add" (text added to buffer or global history) | 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 | Free some extra memory when exiting WeeChat | Sebastien Helleu |
2010-03-29 | Fix infinite loop with /layout apply and bug when applying layout, sometimes ... | Sebastien Helleu |
2010-03-25 | Add signals "nicklist_{group|nick}_{added|removed}", remove signal "nicklist_... | Sebastien Helleu |
2010-03-24 | Add new options for command /key (listdefault, listdiff and reset), add examp... | Sebastien Helleu |
2010-03-24 | Fix crash on /upgrade if there are some nicks in a nicklist without prefix or... | Sebastien Helleu |
2010-03-24 | Fix bug with nicklist prefix in log file | Sebastien Helleu |
2010-03-21 | Add missing refresh of bar item "buffer_number" when a buffer is closed | Sebastien Helleu |
2010-03-21 | Use buffer local variable "nick" for default item "input_prompt" | 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-03-04 | Fix display in bars with filling horizontal | Sebastien Helleu |
2010-03-04 | Fix display in bars with filling set to columns_vertical or columns_horizontal | Sebastien Helleu |
2010-03-04 | Hide read marker if all lines after marker are filtered (only if option read_... | Sebastien Helleu |
2010-03-04 | Fix bugs with cursor and background in bars | Sebastien Helleu |
2010-03-03 | Add new option weechat.look.read_marker_always_show | Sebastien Helleu |
2010-03-03 | Fix completion bug for commands when input starts with two command chars (lik... | Sebastien Helleu |
2010-03-02 | Add new option weechat.look.command_chars, add functions string_is_command_ch... | Sebastien Helleu |
2010-02-24 | Fix display of color in input when it is scrolled | Sebastien Helleu |
2010-02-24 | Fix bug with cursor when position is last char of terminal | Sebastien Helleu |