summaryrefslogtreecommitdiffstats
path: root/win/tkWinColor.c
Commit message (Expand)AuthorAgeFilesLines
* Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-7/+6
* Fix various 64-bit gcc(-4.5.2) warnings: cast from pointer to integer of diff...nijtmans2010-11-291-7/+7
* Revise Tcl_Panic() calls ending with a newline removing the newline, because ...nijtmans2010-11-191-4/+4
* [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-10-061-8/+2
* Make compilable with -DUNICODE, or mark files with a TODO which are not done ...nijtmans2010-09-101-1/+7
* remove unused "dataKey" variablenijtmans2010-02-191-7/+2
* tkWindow.c/tkStubInit.c adapted from stub changes in Tclnijtmans2010-02-161-30/+15
* - eliminate some unnessary type castsnijtmans2009-01-281-4/+4
* Add "const" to many internalnijtmans2008-10-171-2/+2
* Many minute fixes to reduce number of minor warnings from GCC.dkf2007-01-111-28/+28
* More fixes (mostly getting rid of excess spaces)dkf2005-12-021-2/+2
* Fix problems in last commitdkf2005-12-021-2/+2
* ANSIficationdkf2005-12-021-111/+112
* * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-4/+4
* * generic/tkFileFilter.c (AddClause): Cast to match function prototype.mo2000-07-061-3/+1
* * win/tkWinColor.c (FindSystemColor): correct calculation ofhobbs2000-04-171-14/+15
* * win/tkWinInt.h: change extern to EXTERN for TkWinChildProchobbs2000-03-021-7/+10
* * Merged 8.1 branch into the main trunkstanton1999-04-161-13/+12
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+615