summaryrefslogtreecommitdiff
path: root/src/colors.c
AgeCommit message (Collapse)Author
2024-03-09Use Doxygen comments for C filesRodrigo Arias Mallo
2015-04-03html5 (and css3) permit gr[ae]y in color namescorvid
2014-12-21more (and indentation in one spot)corvid
2013-04-19trim some spacescorvid
2012-12-30rm prehistoric 'subtag' wordingcorvid
2012-12-30a_Color_parse: err val 2 requires successful parsing of 0[xX]...corvid
2012-12-30document current behaviour of a_Color_parsecorvid
2012-05-26unify use of sizeof() when computing array lengthJohannes Hofmann
Submitted by: 123 <p37sitdu@lavabit.com>
2011-11-11locale-independent ASCII character case handlingcorvid
Basically, I and i are different letters in Turkic languages, and this causes problems for str(n)casecmp and toupper/tolower in these locales when dillo is dealing with ASCII.
2009-07-12Handle signed chars. Aadded dIsspace() and dIsalnum() to dlibJorge Arellano Cid
2009-05-31line lengthJorge Arellano Cid
2008-12-15fix parsing of 3-digit colors (#RGB)Johannes Hofmann
Digits need to be replicated not filled with zeros. E.g #FFF is the same as #FFFFFF not #F0F0F0.
2008-12-01fix #RGB color parsingJohannes Hofmann
2008-12-01allow 3 digit hex color definitionsJohannes Hofmann
2008-09-28- Switched from DEBUG_MSG to MSG.jcid
2007-11-05Updated copyright linesjcid
2007-10-07Initial revisionjcid