summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvLine.c
Commit message (Expand)AuthorAgeFilesLines
* Minor simplification: DEF_CANVLINE_FILL and DEF_CANVTEXT_FILL are each only u...jan.nijtmans2019-10-061-1/+1
* Too quick conclusion: all lines and text were gone :-). Reverting most of pre...jan.nijtmans2019-10-041-1/+1
* Remove DEF_CANVLINE_FILL/DEF_CANVTEXT_FILL, since the default fill value (acc...jan.nijtmans2019-10-041-1/+1
* Branch to test Christopher Chavez patch in ticket [2beda17141] to remove some...Kevin Walzer2019-09-241-1/+2
*-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-13/+13
|\ \
| | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-7/+7
| | |\
| | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-3/+3
* | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-19/+19
|\ \ \ \ | | |_|/ | |/| |
| * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-27/+27
* | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-23/+23
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-29/+29
| |/
| * [Bug 3175610]: Incomplete refresh of line items.dgp2011-06-101-2/+3
| |\
| | * [Bug 3175610]: Incomplete refresh of line items.dgp2011-06-101-2/+5
* | | 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