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
2023-01-28
core, plugins: replace calls to string_str(n)cmp by str(n)cmp (issue #1872)
Sébastien Helleu
2023-01-28
core: make color names and attributes case sensitive (issue #1872)
Sébastien Helleu
2023-01-28
core: make configuration files, sections and options case sensitive (issue #1...
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-12-30
core: fix color when the delimiter is not followed by a background color (clo...
Sébastien Helleu
2022-12-10
core: add color attributes "blink" and "dim" (half bright) (closes #1855)
Sébastien Helleu
2022-04-18
core: add bar item "spacer"
Sébastien Helleu
2022-01-17
core: update copyright dates
Sébastien Helleu
2021-08-06
core: fix decoding of attributes in basic ANSI colors (closes #1678)
Sébastien Helleu
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-11-19
core: add missing cast to unsigned char on first argument to function isdigit
Sébastien Helleu
2020-08-23
api: add argument "bytes" in function string_dyn_concat
Sébastien Helleu
2020-08-22
api: add function string_color_code_size (issue #1547)
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-10-01
core: add function to convert WeeChat colors to ANSI colors (issue #528)
Sébastien Helleu
2019-10-01
core: add support of reverse video in ANSI color codes
Sébastien Helleu
2019-10-01
core: fix typos in comments
Sébastien Helleu
2019-06-15
api: add argument "strip_items" in function string_split
Sébastien Helleu
2019-06-07
core: replace char "," by "~" in color codes to separate foreground from back...
Sébastien Helleu
2019-03-10
core: replace argument "keep_eol" by "flags" in function string_split (closes...
Sébastien Helleu
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-07-13
core: fix compiler warnings on calls to snprintf
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
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
[next]