summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvLine.c
Commit message (Expand)AuthorAgeFilesLines
* some more int -> size_t changesjan.nijtmans2013-02-011-3/+2
* Working towards making the error codes more consistent.dkf2012-07-301-3/+3
* Postscript generation now uses Tcl_Objs more extensively; still nasty in places.dkf2012-07-271-32/+79
* consistent error formatting, added error codesdkf2012-07-211-13/+22
* Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-50/+48
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * changes: updates for 8.4.14 release.das2006-10-161-1/+9
| | * Fix [Bug 1252702]dkf2005-08-111-4/+4
| * | * generic/tkCanvLine.c (LineDeleteCoords): [Bug 2900121]: Backport ofdkf2010-08-111-23/+34
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-41/+33
* | | [Bug 3175610]: Incomplete refresh of line items.ferrieux2011-03-031-2/+3
* | | Revise Tcl_Panic() calls ending with a newline removing the newline, because ...nijtmans2010-11-191-2/+2
* | | Eliminate many unnecessary (ClientData) type casts.nijtmans2010-06-151-9/+9
* | | CONSTify everything related to Tk_ConfigSpecnijtmans2010-02-171-2/+2
* | | fix more gcc warnings: missing initializernijtmans2010-01-181-13/+13
* | | Fix [Bug 2900121] by inverting the sense of the test.dkf2009-11-191-8/+8
* | | Undo formatting breakagedkf2009-11-191-25/+25
* | | A few const -> CONST86 modifications, improvingnijtmans2009-01-061-6/+7
* | | elminate warning: unused variable 'tkwin'nijtmans2008-11-271-23/+23
* | | One more (hopefully the last) signature changenijtmans2008-11-091-2/+2
* | | Implementation of TIP 97 - canvas imove and rchars methods.dkf2008-11-011-152/+176
* | | [Bug 2190619] Warnings due to Tk_SmoothMethodnijtmans2008-10-301-32/+23
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-34/+34
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-2/+1
* | Fix minor K&R-ismdkf2007-02-121-5/+5
* | * changes: updates for 8.5a5 release.das2006-10-161-1/+9
* | Lots of ANSIfying of function decls.dkf2005-11-171-18/+22
* | ANSIfydkf2005-11-041-513/+499
* | Getting more systematic about styledkf2005-08-101-4/+4
* | Silence compiler warningsdgp2004-06-081-8/+1
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-3/+3
|/
* * generic/tkCanvArc.c (CreateArc): Rework canvas create itemhobbs2003-02-091-9/+14
* Implement Cohen-Sutherland polygon clipping for long lines in the canvas widgetdrh2003-01-081-11/+7
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-3/+3
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-01-251-2/+2
* * generic/tkCanvArc.c:hobbs2001-07-031-47/+46
* * win/tkWinDraw.c (RenderObject): Applied patch from [Bug: 6368],ericm2000-10-241-6/+6
* * generic/tkRectOval.c (ConfigureRectOval):hobbs2000-02-011-2/+2
* * generic/tkInt.h: moved new TkDisplay useInputMethods structurehobbs2000-01-211-1/+6
* * generic/tkStubInit.c:hobbs1999-12-141-184/+1023
* * Merged 8.1 branch into the main trunkstanton1999-04-161-40/+30
* * generic/tkCanvLine.c: Changed to treat zero width lines likestanton1999-02-041-11/+22
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+1623