summaryrefslogtreecommitdiff
path: root/src/gui/curses/gui-curses-color.c
AgeCommit message (Expand)Author
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
2011-04-17core: add automatic reset of color pairs, new option weechat.look.color_pairs...Sebastien Helleu
2011-04-11core: fix crash when terminal has no color supportSebastien Helleu
2011-02-17Add attributes for colors ("*": bold, "%": reverse, "_": underline)Sebastien Helleu
2011-02-07Fix color used to display color aliases on /color bufferSebastien Helleu
2011-02-06Rename constants GUI_COLOR_PAIR_xxx to GUI_COLOR_EXTENDED_xxxSebastien Helleu
2011-02-05Add color "gray", fix white background (use white instead of gray)Sebastien Helleu
2011-02-05Fix option color_real_white: replace white by default color only if bold is s...Sebastien Helleu
2011-02-03Replace message "WeeChat colors" by "WeeChat color pairs" on color bufferSebastien Helleu
2011-01-31Dynamically allocate color pairsSebastien Helleu
2011-01-19Rename some variables and functions about weechat colorsSebastien Helleu
2011-01-09Display more colors on each line for WeeChat basic and nick colors on /color ...Sebastien Helleu
2011-01-05Remove unneeded call to gui_color_buffer_displaySebastien Helleu
2011-01-04Fix number of colors displayed in buffer opened by /color (can be different b...Sebastien Helleu
2011-01-02Free color palette structures when exiting WeeChatSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2011-01-01Add new command /colorSebastien Helleu
2010-12-21Allow more flexible format for palette optionsSebastien Helleu
2010-12-20Do not allow empty string for color (regression with 256 colors feature)Sebastien Helleu
2010-12-20Build list of color aliases at startup (fix crash when setting "++1" on optio...Sebastien Helleu
2010-12-20Fix parsing of palette optionsSebastien Helleu
2010-12-20Replace the 10 nick color options and number of nick colors by a single optio...Sebastien Helleu
2010-12-20Add 256 colors supportSebastien Helleu
2010-12-17Add command line option "-c" (or "--colors") to display default colors in ter...Sebastien Helleu
2010-12-17Allow use of color pair number in color options and in API function "weechat_...Sebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu