summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvPoly.c
Commit message (Expand)AuthorAgeFilesLines
* Better fix than previous commit, for the same issuefvogel2021-11-051-4/+1
* Fix last (known) issue with the optimization code for insertion of points in ...fvogel2021-11-051-0/+3
* Remove superfluous casts.fvogel2021-10-101-1/+1
* First implementation of insert/delete redraw optimization for raw smoothing m...fvogel2021-10-101-28/+64
* Let comments in the optimization code point at ticket [5fb8145997] since ther...fvogel2021-10-101-0/+2
* Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-15/+14
* Restore (kind of) default values for -fill and -outline in polygon items. Cha...jan.nijtmans2019-10-041-2/+3
* Branch to test Christopher Chavez patch in ticket [2beda17141] to remove some...Kevin Walzer2019-09-241-2/+3
* Merge 8.5jan.nijtmans2019-01-131-1/+1
|\
| * Not actually necessary to fix those (they don't give warnings because those a...jan.nijtmans2019-01-131-1/+1
| |
| \
*-. \ Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-46/+46
|\ \ \ | | |/
| | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-18/+18
| | |\
| | | * 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-49/+49
* | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-46/+46
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-50/+50
| |/
* | some more int -> size_t changesjan.nijtmans2013-02-011-3/+2
* | Working towards making the error codes more consistent.dkf2012-07-301-2/+2
* | Postscript generation now uses Tcl_Objs more extensively; still nasty in places.dkf2012-07-271-19/+61
* | consistent error formatting, added error codesdkf2012-07-211-0/+2
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
* | | [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon.pspjuth2011-04-221-0/+1
|\ \ \ | |/ /
| * | [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon.pspjuth2011-04-221-0/+1
| |\ \ | | |/
| | * [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon.pspjuth2011-04-221-0/+1
| | * * changes: updates for 8.4.14 release.das2006-10-161-1/+10
| | * Fix [Bug 1252702]dkf2005-08-111-4/+4
| | * * generic/tkCanvPoly.c (PolygonToPostscript):hobbs2003-05-111-3/+6
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-20/+15
* | | 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-7/+7
* | | CONSTify everything related to Tk_ConfigSpecnijtmans2010-02-171-2/+2
* | | fix more gcc warnings: missing initializernijtmans2010-01-181-18/+18
* | | A few const -> CONST86 modifications, improvingnijtmans2009-01-061-6/+7
* | | One more (hopefully the last) signature changenijtmans2008-11-091-2/+2
* | | make all Tk_CustomOption tables const andnijtmans2008-11-091-7/+7
* | | Implementation of TIP 97 - canvas imove and rchars methods.dkf2008-11-011-177/+193
* | | more internal -Wwrite-strings warning fixesnijtmans2008-10-301-15/+9
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-22/+22
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-2/+1
* | * changes: updates for 8.5a5 release.das2006-10-161-1/+10
* | Lots of ANSIfying of function decls.dkf2005-11-171-12/+16
* | ANSIfydkf2005-11-041-452/+455
* | Getting more systematic about styledkf2005-08-101-4/+4
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-2/+2
* | * generic/tkCanvPoly.c (PolygonToPostscript):hobbs2003-05-111-3/+6
|/
* * generic/tkCanvArc.c (CreateArc): Rework canvas create itemhobbs2003-02-091-4/+9
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-3/+3