Age | Commit message (Expand) | Author |
2011-03-02 | Reset style (bold/underline/reverse) before setting color when displaying bar... | Sebastien Helleu |
2011-03-01 | Remember scroll position for all buffers in windows (bug #25555) | Sebastien Helleu |
2011-02-24 | Reset color used to display spaces around time and buffer in chat area | Sebastien Helleu |
2011-02-21 | Auto recalculate values of win_width_pct and win_height_pct when windows are ... | Sebastien Helleu |
2011-02-21 | Allow relative size for command /window resize | Sebastien Helleu |
2011-02-21 | Add some default keys for gnome-terminal (home/end, ctrl+up/down, alt+pgup/pgdn) | Sebastien Helleu |
2011-02-17 | Add attributes for colors ("*": bold, "%": reverse, "_": underline) | Sebastien Helleu |
2011-02-09 | Rename some color constants and functions for attributes | Sebastien Helleu |
2011-02-09 | Factorize code used to apply color codes in strings (for chat and bars) | Sebastien Helleu |
2011-02-07 | Fix color used to display color aliases on /color buffer | Sebastien Helleu |
2011-02-07 | Fix missing suffix (after prefix) on lines when nothing is displayed before s... | Sebastien Helleu |
2011-02-07 | Reset bold attribute when setting extended color for foreground | Sebastien Helleu |
2011-02-06 | Rename constants GUI_COLOR_PAIR_xxx to GUI_COLOR_EXTENDED_xxx | Sebastien Helleu |
2011-02-05 | Fix infinite loop when option weechat.look.read_marker_string it set to empty... | Sebastien Helleu |
2011-02-05 | Add option weechat.look.read_marker_string, use option hline_char for horizon... | Sebastien Helleu |
2011-02-05 | Add color "gray", fix white background (use white instead of gray) | Sebastien Helleu |
2011-02-05 | Fix option color_real_white: replace white by default color only if bold is s... | Sebastien Helleu |
2011-02-05 | Fix display of extended foreground color on non-default background in bars | Sebastien Helleu |
2011-02-04 | Fix size of arrays for colors (patch #7458) | Sebastien Helleu |
2011-02-03 | Replace message "WeeChat colors" by "WeeChat color pairs" on color buffer | Sebastien Helleu |
2011-02-01 | Fix terminal title when $TERM starts with "screen" (patch from sleo) | Sebastien Helleu |
2011-01-31 | Add some chars after cursor when scrolling input line: new option weechat.loo... | 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-19 | Rename some variables and functions about weechat colors | Sebastien Helleu |
2011-01-09 | Display more colors on each line for WeeChat basic and nick colors on /color ... | Sebastien Helleu |
2011-01-05 | Remove unneeded call to gui_color_buffer_display | Sebastien Helleu |
2011-01-04 | Fix number of colors displayed in buffer opened by /color (can be different b... | Sebastien Helleu |
2011-01-02 | Free color palette structures when exiting WeeChat | Sebastien Helleu |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2011-01-01 | Add new command /color | Sebastien Helleu |
2010-12-21 | Allow more flexible format for palette options | Sebastien Helleu |
2010-12-20 | Do not allow empty string for color (regression with 256 colors feature) | Sebastien Helleu |
2010-12-20 | Build list of color aliases at startup (fix crash when setting "++1" on optio... | Sebastien Helleu |
2010-12-20 | Fix parsing of palette options | Sebastien Helleu |
2010-12-20 | Replace the 10 nick color options and number of nick colors by a single optio... | Sebastien Helleu |
2010-12-20 | Add 256 colors support | Sebastien Helleu |
2010-12-17 | Add command line option "-c" (or "--colors") to display default colors in ter... | Sebastien Helleu |
2010-12-17 | Allow use of color pair number in color options and in API function "weechat_... | Sebastien Helleu |
2010-12-07 | Add color support in option weechat.look.buffer_time_format | Sebastien Helleu |
2010-10-31 | Remove unused variables | Sebastien Helleu |
2010-10-06 | Optimize incremental search in buffer: do not search any more when chars are ... | Sebastien Helleu |
2010-10-06 | Revert last commit about "buffer_switch" signal (introduced new refresh bugs ... | Sebastien Helleu |
2010-10-05 | Fix signal "buffer_switch" (was sent twice when switching buffer) (bug #31158) | Sebastien Helleu |
2010-09-28 | New value for option weechat.look.input_share (none, commands, text, all), ad... | Sebastien Helleu |
2010-09-27 | Add new option weechat.look.input_share (task #9228) | 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-25 | Update comments after #endif in C headers | Sebastien Helleu |