Age | Commit message (Expand) | Author |
2011-02-04 | Fix size of arrays for colors (patch #7458) | Sebastien Helleu |
2011-01-31 | Dynamically allocate color pairs | Sebastien Helleu |
2011-01-21 | Test return value of calls to sscanf function | Sebastien Helleu |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2010-12-17 | Allow use of color pair number in color options and in API function "weechat_... | Sebastien Helleu |
2010-08-06 | Fix display bug with special chars (ascii value below 32) (bug #30602) | Sebastien Helleu |
2010-08-01 | Replace TODO by FIXME in comments | Sebastien Helleu |
2010-07-12 | Add new option weechat.look.align_end_of_lines | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu |
2010-03-04 | Hide read marker if all lines after marker are filtered (only if option read_... | Sebastien Helleu |
2010-03-03 | Add new option weechat.look.read_marker_always_show | Sebastien Helleu |
2010-02-24 | Fix display of color in input when it is scrolled | Sebastien Helleu |
2010-01-28 | Remove unneeded space after time on each line if option weechat.look.buffer_t... | Sebastien Helleu |
2010-01-03 | Update copyright dates | Sebastien Helleu |
2009-10-14 | Fix bug with URL selection in some terminals (caused by horizontal lines) (bu... | Sebastien Helleu |
2009-08-29 | Add 2 new options: weechat.look.prefix_align_more and weechat.look.prefix_buf... | Sebastien Helleu |
2009-08-29 | Add new option weechat.look.prefix_buffer_align_max | Sebastien Helleu |
2009-06-20 | Fix minor display bug with read marker (line or dotted line) | Sebastien Helleu |
2009-06-10 | Add buffer merging feature, with /buffer merge/unmerge (task #7404) | Sebastien Helleu |
2009-05-17 | Fix typo: formated -> formatted | Sebastien Helleu |
2009-03-18 | Add "replacement" argument for string_remove_color in plugin API | Sebastien Helleu |
2009-03-15 | Add property in buffer to hide time for all lines | Sebastien Helleu |
2009-03-05 | Fix scroll indicator when the only line displayed is bigger than chat window | Sebastien Helleu |
2009-02-25 | Fix with read marker, can not be filtered any more (bug #25590) | Sebastien Helleu |
2009-01-03 | Update copyright dates | Sebastien Helleu |
2008-12-19 | Remove obsolete nicklist options, add /bar toggle to hide/show quietly a bar | Sebastien Helleu |
2008-12-15 | Add new bar filling types: columns_horizontal and columns_vertical | Sebastien Helleu |
2008-12-11 | Source code reorganization for bars and bar windows | Sebastien Helleu |
2008-10-19 | Fix display of special chars (< 32) in input bar (for exemple to send colors ... | Sebastien Helleu |
2008-10-12 | Remove old title/nicklist/status/input, use of new bars | Sebastien Helleu |
2008-10-11 | Add space before day changed message, fix refresh when setting unread marker ... | Sebastien Helleu |
2008-10-11 | Fix refresh bugs with scroll keys (bug #21738) | Sebastien Helleu |
2008-10-11 | Fix some display bugs with read marker line, history, max prefix length, and ... | Sebastien Helleu |
2008-10-03 | Add color for marker on lines where text sought is found | Sebastien Helleu |
2008-07-28 | Fix display bug with some weird UTF-8 chars (bugs #19687 and #23943) | Sebastien Helleu |
2008-07-06 | Fix display bug with prefix_align_max for highlighted lines | Sebastien Helleu |
2008-07-06 | Display number of lines remaining after last line displayed screen in "-MORE-... | Sebastien Helleu |
2008-07-06 | Fix other bugs with prefix alignment | Sebastien Helleu |
2008-07-03 | Fix "more" indicator when filters are enabled with some lines hidden (bug #23... | Sebastien Helleu |
2008-07-03 | Add "buffer_nicklist" bar item and scroll feature in bars with /bar scroll | Sebastien Helleu |
2008-06-27 | Add input bar item, add "hidden" flag for bars, fix some display bugs with bars | Sebastien Helleu |
2008-06-19 | Fix display bug with marker line when there's some filtered lines (marker was... | Sebastien Helleu |
2008-06-16 | Remove space before vertical bar (after prefix), if there's no prefix at all ... | Sebastien Helleu |
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu |
2008-06-01 | Reintroduce highlight (move code from irc plugin to core) | Sebastien Helleu |
2008-05-09 | Fix color display bug on lines (when length of line is more than chat width) | Sebastien Helleu |
2008-04-27 | Added marker line (or dotted line), more visible than single magenta char (ch... | Sebastien Helleu |
2008-04-24 | Added filling/color_fg/color_bg options for bars, added config_get/config_get... | Sebastien Helleu |