Age | Commit message (Expand) | Author |
2014-01-01 | core: update copyright dates | Sebastien Helleu |
2013-12-18 | core: add support of UTF-8 chars in horizontal/vertical separators | Sebastien Helleu |
2013-11-14 | core: apply color attributes when clearing a window (patch #8236) (patch from... | Sebastien Helleu |
2013-11-02 | core: add support of italic text (requires ncurses >= 5.9 patch 20130831) | Sebastien Helleu |
2013-08-16 | core: add text emphasis in messages when searching text in buffer | Sebastien Helleu |
2013-01-01 | core: update copyright dates | Sebastien Helleu |
2012-10-17 | core: fix display problem when option weechat.look.prefix_same_nick is set (p... | Sebastien Helleu |
2012-06-10 | core: add horizontal separator between windows, two new options to toggle hor... | Sebastien Helleu |
2012-05-22 | core: force display of prefix on first line displayed in window (even if it s... | Sebastien Helleu |
2012-01-08 | core: update copyright dates | Sebastien Helleu |
2011-10-15 | core: add color attribute "|" and value "resetcolor" for function weechat_col... | Sebastien Helleu |
2011-09-24 | core: add new option weechat.look.color_basic_force_bold, off by default: bol... | Sebastien Helleu |
2011-07-05 | core: add context "search" for keys (to define keys used during search in buf... | Sebastien Helleu |
2011-06-13 | core: add option weechat.look.eat_newline_glitch (disabled by default, can ca... | Sebastien Helleu |
2011-06-01 | core: fix bug with new line inserted at end of each line displayed (set eat_n... | Sebastien Helleu |
2011-04-17 | core: add automatic reset of color pairs, new option weechat.look.color_pairs... | 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-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-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-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-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-01-03 | Update copyright dates | 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-10-04 | Fix compilation under Cygwin (patch #6916) | Sebastien Helleu |
2009-05-10 | Add function window_set_title in API (task #9361) | Sebastien Helleu |
2009-04-24 | Fix typo: splited/splitted -> split | Sebastien Helleu |
2009-02-28 | Fix freeze/crash when sigwinch signal is received during refresh (for example... | Sebastien Helleu |
2009-02-25 | Fix bug with terminal resize: on some systems, weechat failed to read new ter... | Sebastien Helleu |
2009-02-18 | Give file descriptor to callback of hook_fd | 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 |
2008-12-13 | Add infolists for bars/bar items/bar windows, code cleanup for bars | Sebastien Helleu |
2008-12-11 | Source code reorganization for bars and bar windows | Sebastien Helleu |
2008-10-12 | Remove old title/nicklist/status/input, use of new bars | Sebastien Helleu |
2008-10-02 | Add new /layout command and save_layout_on_exit config option, to save/restor... | 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-21 | Remove infobar | Sebastien Helleu |
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu |
2008-04-28 | Fixed infinite loop when closing terminal without using /quit command (bug #2... | Sebastien Helleu |
2008-04-24 | Fixed bug with bar auto-sizing in windows | Sebastien Helleu |