Age | Commit message (Expand) | Author |
2011-04-23 | core: add option "balance" for command /window (key: alt+"w" + alt+"b") | Sebastien Helleu |
2011-04-22 | core: add option "swap" for command /window (key: alt+"w" + alt+"s") (task #1... | Sebastien Helleu |
2011-04-17 | core: add automatic reset of color pairs, new option weechat.look.color_pairs... | Sebastien Helleu |
2011-04-13 | core: use buffer pointer instead of window in input functions, add new functi... | Sebastien Helleu |
2011-04-11 | core: add default keys meta-O{A,B,C,D} (same as meta-O{a,b,c,d}) | Sebastien Helleu |
2011-04-11 | core: fix crash when terminal has no color support | Sebastien Helleu |
2011-04-11 | core: add messages counts in hotlist for each buffer, option weechat.look.hot... | Sebastien Helleu |
2011-04-07 | core: add prefix in addition of message in output of /debug buffer | Sebastien Helleu |
2011-03-26 | core: flush stdout after changing terminal title (patch from Guido Berhoerster) | Sebastien Helleu |
2011-03-18 | Add optional bar name in command /bar default | Sebastien Helleu |
2011-03-18 | Add new option weechat.look.highlight_tags (force highlight on tags) | Sebastien Helleu |
2011-03-11 | Add function "buffer_match_list" in plugin API | Sebastien Helleu |
2011-03-10 | Fix bug with repeat of last completion ("%*"), which failed when many templat... | Sebastien Helleu |
2011-03-09 | Add missing variable "buffers" in dump of filters | Sebastien Helleu |
2011-03-09 | Allow list of buffers in command /filter (exclusion with prefix "!") (task #1... | Sebastien Helleu |
2011-03-06 | Rebuild bar content when items are changed in an hidden bar | Sebastien Helleu |
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 | Replace char "%" by "!" for reverse video in color attributes | Sebastien Helleu |
2011-02-24 | Reset color used to display spaces around time and buffer in chat area | Sebastien Helleu |
2011-02-22 | Replace char "/" by ":" to specify background in nick colors | Sebastien Helleu |
2011-02-22 | Fix crash when using column filling in bars with some empty items (bug #32565) | 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-15 | Fix dump of bar colors in log file (missing color name) | 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-13 | Fix display of bar item "input_prompt" in root bar (patch from Deltafire) | Sebastien Helleu |
2011-01-09 | Display more colors on each line for WeeChat basic and nick colors on /color ... | Sebastien Helleu |
2011-01-06 | Fix unlikely memory leak in function gui_keyboard_new | Sebastien Helleu |
2011-01-05 | Fix scroll problem on buffers with free content and non-allocated lines (bug ... | Sebastien Helleu |
2011-01-05 | Remove unneeded call to gui_color_buffer_display | Sebastien Helleu |