Age | Commit message (Expand) | Author |
2011-03-01 | Remember scroll position for all buffers in windows (bug #25555) | 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-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 | 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 | Add option weechat.look.read_marker_string, use option hline_char for horizon... | Sebastien Helleu |
2011-02-05 | Fix option color_real_white: replace white by default color only if bold is s... | Sebastien Helleu |
2011-02-01 | Fix terminal title when $TERM starts with "screen" (patch from sleo) | Sebastien Helleu |
2011-01-31 | Dynamically allocate color pairs | Sebastien Helleu |
2011-01-19 | Rename some variables and functions about weechat colors | Sebastien Helleu |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2010-12-20 | Add 256 colors support | Sebastien Helleu |
2010-12-17 | Allow use of color pair number in color options and in API function "weechat_... | Sebastien Helleu |
2010-10-31 | Remove unused variables | 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-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-24 | Add new options for command /key (listdefault, listdiff and reset), add examp... | Sebastien Helleu |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu |
2010-03-03 | Add new option weechat.look.read_marker_always_show | Sebastien Helleu |
2010-01-03 | Update copyright dates | Sebastien Helleu |
2009-12-16 | Add option "term" for command /debug: display infos about terminal and availa... | Sebastien Helleu |
2009-12-15 | Fix bar background color when content of bar is empty | Sebastien Helleu |
2009-12-13 | Add color "darkgray", add support for background with light color, fix color ... | Sebastien Helleu |
2009-10-14 | Fix bug with URL selection in some terminals (caused by horizontal lines) (bu... | Sebastien Helleu |
2009-07-24 | Add missing include of stdarg.h | Sebastien Helleu |
2009-06-10 | Add buffer merging feature, with /buffer merge/unmerge (task #7404) | Sebastien Helleu |
2009-05-18 | Add new keys to move into last visited buffers (alt + "<", alt + ">"), come b... | Sebastien Helleu |
2009-05-17 | Fix typo: formated -> formatted | Sebastien Helleu |
2009-05-10 | Add function window_set_title in API (task #9361) | Sebastien Helleu |
2009-03-21 | Fix bug with window separator (possible crash) | Sebastien Helleu |
2009-02-28 | Add missing refresh when resizing terminal | Sebastien Helleu |
2009-02-28 | Fix freeze/crash when sigwinch signal is received during refresh (for example... | Sebastien Helleu |
2009-02-26 | Fix "/window refresh" (key ctrl+L): force curses refresh (was broken by previ... | Sebastien Helleu |
2009-02-25 | Fix bug with terminal resize: on some systems, weechat failed to read new ter... | Sebastien Helleu |
2009-02-10 | Add missing refresh for windows separators (vertical splits) | Sebastien Helleu |
2009-02-02 | Fix crash when read marker is moved before first line displayed (when first l... | Sebastien Helleu |
2009-01-25 | Remove compilation warning (unused variable) | Sebastien Helleu |
2009-01-25 | Improve refreshs of windows/buffers/bars, fix refresh bug when some bars are ... | Sebastien Helleu |
2009-01-04 | Fix crash when creating bar, rename options in bar structure | Sebastien Helleu |
2009-01-04 | Remove unused functions and prototypes | Sebastien Helleu |
2009-01-03 | Update copyright dates | Sebastien Helleu |
2008-12-15 | Add new bar filling types: columns_horizontal and columns_vertical | Sebastien Helleu |