index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
gui-color.c
Age
Commit message (
Expand
)
Author
2017-03-25
core: check that pointers received in arguments are not NULL in "free" functions
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-07-03
api: fix type of value returned by function strcasestr
Sébastien Helleu
2015-04-26
api: add support of full color option name in function color()
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-25
core: skip and ignore color attributes before special names like "reset" in g...
Sebastien Helleu
2014-03-15
core: add decoding of bright ANSI colors (90-97, 100-107)
Sebastien Helleu
2014-03-15
core: add modifier and infos to decode ANSI colors
Sebastien Helleu
2014-03-14
core: add functions to convert RGB to terminal color (and vice versa)
Sebastien Helleu
2014-02-22
core: fix potential NULL pointer in function gui_color_emphasize
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-12-11
core: fix text emphasis with wide chars on screen like japanese (patch #8253)...
Sebastien Helleu
2013-08-17
core: add search of regular expression in buffer, don't reset search type on ...
Sebastien Helleu
2013-08-16
core: add text emphasis in messages when searching text in buffer
Sebastien Helleu
2013-08-09
core: set "callback_free_value" directly in hashtable without calling functio...
Sebastien Helleu
2013-08-04
core: change color format for options from `${xxx}` to `${color:xxx}`
Sebastien Helleu
2013-01-26
core: use size of 32 for hashtables (instead of 4, 8 or 16)
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-12-15
core: move comments with description of C file to top of files
Sebastien Helleu
2012-12-13
core: reformat comments for functions
Sebastien Helleu
2012-01-08
core: update copyright dates
Sebastien Helleu
2011-10-26
core: remove unneeded whitespace
Sebastien Helleu
2011-10-15
core: add color attribute "|" and value "resetcolor" for function weechat_col...
Sebastien Helleu
2011-08-28
core: fix bugs with calls to realloc
Sebastien Helleu
2011-07-26
core: add mouse support (task #5435), free cursor movement, hook_focus, fix b...
Sebastien Helleu
2011-02-22
Replace char "/" by ":" to specify background in nick colors
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-06
Rename constants GUI_COLOR_PAIR_xxx to GUI_COLOR_EXTENDED_xxx
Sebastien Helleu
2011-01-31
Dynamically allocate color pairs
Sebastien Helleu
2011-01-03
Fix crash when changing or removing color palette options
Sebastien Helleu
2011-01-02
Free color palette structures when exiting WeeChat
Sebastien Helleu
2011-01-01
Update copyright dates
Sebastien Helleu
2011-01-01
Add new command /color
Sebastien Helleu
2010-12-20
Fix removal of color pair number in a string (function gui_color_decode)
Sebastien Helleu
2010-12-20
Add 256 colors support
Sebastien Helleu
2010-12-17
Allow use of color pair number in color options and in API function "weechat_...
Sebastien Helleu
2010-12-07
Add color support in option weechat.look.buffer_time_format
Sebastien Helleu
2010-10-29
Return empty string in API function weechat_color when color is unknown
Sebastien Helleu
2010-07-07
Fix bug with replacement char in API function string_remove_color (bug #30296)
Sebastien Helleu
2010-06-22
Update licenses and copyrights, add missing author names in sources
Sebastien Helleu
2010-04-08
Reformat and add comments for description of C sources
Sebastien Helleu
2010-02-24
Fix display of color in input when it is scrolled
Sebastien Helleu
2010-01-03
Update copyright dates
Sebastien Helleu
2010-01-01
Fix color string returned by API function color() for some WeeChat color options
Sebastien Helleu
2009-03-18
Add "replacement" argument for string_remove_color in plugin API
Sebastien Helleu
2009-03-07
Fix bug with text attribute in IRC messages: toggle attribute instead of alwa...
Sebastien Helleu
[next]