summaryrefslogtreecommitdiff
path: root/src/gui/gui-color.h
AgeCommit message (Expand)Author
2015-04-26core: add support of full color option name in command /eval and API function...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-03-19core: fix use of reserved C identifiers in headers (closes #31)Sebastien Helleu
2014-03-15core: add modifier and infos to decode ANSI colorsSebastien Helleu
2014-03-14core: add functions to convert RGB to terminal color (and vice versa)Sebastien Helleu
2014-01-01core: update copyright datesSebastien 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-04core: change color format for options from `${xxx}` to `${color:xxx}`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-11-23core: remove obsolete externs gui_color_init_pair and gui_color_init_pairsSebastien 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-02-10doc: add color codes in strings (developer's guide)Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-10-15core: add color attribute "|" and value "resetcolor" for function weechat_col...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-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix b...Sebastien Helleu
2011-06-13core: add option "tags" for command /debugSebastien Helleu
2011-02-24Replace char "%" by "!" for reverse video in color attributesSebastien Helleu
2011-02-17Add attributes for colors ("*": bold, "%": reverse, "_": underline)Sebastien Helleu
2011-02-09Rename some color constants and functions for attributesSebastien Helleu
2011-02-06Rename constants GUI_COLOR_PAIR_xxx to GUI_COLOR_EXTENDED_xxxSebastien Helleu
2011-01-31Dynamically allocate color pairsSebastien Helleu
2011-01-03Fix crash when changing or removing color palette optionsSebastien 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-20Build list of color aliases at startup (fix crash when setting "++1" on optio...Sebastien 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-12-07Add color support in option weechat.look.buffer_time_formatSebastien Helleu
2010-06-25Update comments after #endif in C headersSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-02-24Fix display of color in input when it is scrolledSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2010-01-01Fix color string returned by API function color() for some WeeChat color optionsSebastien Helleu
2009-06-10Add buffer merging feature, with /buffer merge/unmerge (task #7404)Sebastien Helleu
2009-04-24Remove notify plugin (moved to core)Sebastien Helleu
2009-03-18Add "replacement" argument for string_remove_color in plugin APISebastien Helleu
2009-01-04Remove unused functions and prototypesSebastien Helleu
2009-01-03Update copyright datesSebastien Helleu