Age | Commit message (Expand) | Author |
2017-08-10 | core: remove value for first #define in headers, add "PLUGIN" in plugin headers | Sébastien Helleu |
2017-01-01 | core: update copyright dates | Sébastien Helleu |
2016-03-21 | core: add pointer in some callbacks (closes #406) | Sébastien Helleu |
2016-01-01 | core: update copyright dates | Sébastien Helleu |
2015-04-30 | core: add comments after some #endif | Sébastien Helleu |
2015-01-01 | core: update copyright dates | Sébastien Helleu |
2014-07-14 | core: move main() function into Curses GUI | Sébastien Helleu |
2014-03-30 | core: fix reset of attributes in bars when "resetcolor" is used (closes #41) | Sebastien Helleu |
2014-03-19 | core: fix use of reserved C identifiers in headers (closes #31) | Sebastien Helleu |
2014-03-15 | core: add modifier and infos to decode ANSI colors | Sebastien Helleu |
2014-02-16 | core: add bare display mode (for easy text selection and click on URLs) | Sebastien Helleu |
2014-02-02 | core: fix compilation on Android (replace include of sys/termios.h by termios... | Sebastien Helleu |
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 |