summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvUtil.c
Commit message (Expand)AuthorAgeFilesLines
* Missing past ChangeLog entry, and unbreak debug-build.jan.nijtmans2011-03-171-3/+3
* Eliminate some more unneeded write-only variables (discovered by gcc-4.6)jan.nijtmans2011-03-141-3/+0
* Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-26/+24
* SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-2/+2
* fix [Bug #220935] canvas dash update problemmacosx_carbon_freezenijtmans2009-06-231-10/+6
* fix [Bug #220935] canvas dash update problemnijtmans2009-06-221-3/+3
* Millimeter patch. Fixes [1813597,2218964] by eliminating the functional redun...ferrieux2008-11-271-7/+2
* One more (hopefully the last) signature changenijtmans2008-11-091-7/+7
* [Bug 2190619] Warnings due to Tk_SmoothMethodnijtmans2008-10-301-6/+6
* Silence warning.dkf2008-10-241-4/+5
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-115/+95
* * generic/tkCanvUtil.c: fix gcc-4.2 warnings.das2008-03-111-7/+7
* merge stable branch onto HEADdgp2007-12-131-1/+1
* * generic/tkArgv.c: Fix gcc warnings about 'cast to/fromdas2007-10-151-3/+3
* header cleanupdgp2007-09-071-2/+1
* whitespacedas2007-01-191-1/+2
* ANSIfydkf2005-11-041-52/+52
* Style cleanup and removal of non-ANSI declsdkf2005-10-171-540/+596
* TIP#168 implementation. Based on [Patch 886240]dkf2004-08-191-32/+105
* fix cast warningshobbs2004-03-161-8/+8
* Increase the size of the clipping box for lines in bug #663981 so thatdrh2003-01-171-11/+20
* Implement Cohen-Sutherland polygon clipping for long lines in the canvas widgetdrh2003-01-081-1/+268
* * generic/tkCanvUtil.c (TkSmoothParseProc): recognize the built-inhobbs2002-08-081-1/+8
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-2/+2
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-01-251-5/+5
* * generic/tkCmds.c:hobbs1999-12-161-57/+60
* * generic/tkStubInit.c:hobbs1999-12-141-2/+1097
* * Merged 8.1 branch into the main trunkstanton1999-04-161-2/+2
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+376