summaryrefslogtreecommitdiff
path: root/src/gui/curses/gui-curses-color.c
AgeCommit message (Expand)Author
2021-08-11core: add terminal and color info in output of /debug colorSébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-11-23core: allocate dynamic string size for colorsSébastien Helleu
2020-08-17core: replace calls to malloc by callocSébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-10-01core: add function to convert WeeChat colors to ANSI colors (issue #528)Sébastien Helleu
2019-08-25api: add infos "term_colors" and "term_color_pairs"Sébastien Helleu
2019-06-28Merge remote-tracking branch 'origin/pr/1345'Sébastien Helleu
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-05-02gui: readd color buffer table zero padding and dashes (issue #1343)Simmo Saan
2019-05-02gui: change command line option "-c" color pairs table to match (issue #1343)Simmo Saan
2019-05-02gui: change color buffer pairs table to only show allocated pairs (issue #1343)Simmo Saan
2019-05-02gui: increase ncurses color pair limit from 255 to 32767 (issue #1343)Simmo Saan
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split (closes...Sébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-01-07core: fix some stylesSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-12-24core: add a parent name in options (closes #629)Sébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-08-23core: add a constant for color buffer nameSébastien Helleu
2014-07-14core: move main() function into Curses GUISébastien Helleu
2014-06-07core: fix color display of last color number + 1 (closes #101)Sébastien Helleu
2014-05-22core: fix reset of attributes between nick colors in /color bufferSébastien Helleu
2014-04-04core: add a message about key alt-c in /color bufferSébastien Helleu
2014-03-15core: add modifier and infos to decode ANSI colorsSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-11-14core: apply color attributes when clearing a window (patch #8236) (patch from...Sebastien Helleu
2013-11-02core: add support of italic text (requires ncurses >= 5.9 patch 20130831)Sebastien Helleu
2013-08-25core: display day change message dynamically (do not store it as a line in bu...Sebastien Helleu
2013-08-16core: add text emphasis in messages when searching text in bufferSebastien Helleu
2013-08-02Merge branch 'secured-data'Sebastien Helleu
2013-07-30core: use variable "items_count" directly from hashtable without calling func...Sebastien Helleu
2013-07-27core: add option "-o" for command /colorSebastien Helleu
2013-04-29core: make nick prefix/suffix dynamic (move options from irc plugin to core, ...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-06-09core: add options weechat.color.chat_nick_offline_highlight(_bg) (text/bg for...Sebastien Helleu
2012-06-09core: add options to use different color for offline nicks in prefix (patch f...Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-09-24core: add new option weechat.look.color_basic_force_bold, off by default: bol...Sebastien Helleu
2011-09-22core: rename options *_inactive_line to *_inactive_bufferSebastien Helleu
2011-09-22core: add colors for inactive windows and lines (in merged buffers)Sebastien Helleu
2011-08-14core: allow empty short name on buffers (name is used if not set)Sebastien Helleu
2011-06-13core: add option "tags" for command /debugSebastien Helleu