summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixColor.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-071-1/+1
* More -Wconversion C warning fixesjan.nijtmans2023-03-061-1/+1
* Fix use of DEF_LABEL_FG with Tcl 9.0 headers. Doc fix, various other tweaksjan.nijtmans2021-11-131-0/+1
* (c) -> ©jan.nijtmans2020-12-091-1/+1
* Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-7/+7
* In tkUnixFont, make sure that the utf-to-ucs2 encoder clamps at 0xFFFF. Use m...jan.nijtmans2019-12-011-5/+5
* Don't use "class" as (internal) struct field name or local variable name. Mak...jan.nijtmans2019-09-241-1/+1
* CONST -> const. Eliminate unnecessary type-casts and end-of-line spacingjan.nijtmans2019-06-251-1/+1
* better wrapper, with one less roundtrip through X11 serverjan.nijtmans2012-07-161-2/+21
* implement for Unix as welljan.nijtmans2012-03-261-1/+3
|\
* \ [Bug 2809525] Abort on overlong color namejan.nijtmans2012-03-211-17/+6
|\ \
| * \ [Bug 2809525] Abort on overlong color namejan.nijtmans2012-03-211-17/+6
| |\ \
| | * | [Bug 2809525] Abort on overlong color namejan.nijtmans2012-03-211-17/+6
| | |/
* | | [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-151-1/+1
|\ \ \ | |/ /
| * | [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-151-1/+1
| |\ \ | | |/
| | * proposed fix for bug-3486474jan.nijtmans2012-02-101-1/+1
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * Fix [Bug 2809525] by limiting X11 color name lengths.dkf2009-10-251-6/+18
| * | Fix [Bug 2809525] by limiting X11 color name lengths.dkf2009-10-251-5/+18
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-7/+7
* | | use -pipe for gcc on win32 (mingw/cygwin)nijtmans2010-02-131-2/+2
* | | Fix [Bug 2809525] by limiting X11 color name lengths.dkf2009-10-251-5/+18
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-2/+3
* | Whitespace/style/ANSI improvementsdkf2005-10-211-119/+123
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-3/+3
|/
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+424