summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvPoly.c
Commit message (Expand)AuthorAgeFilesLines
* Make everything work (again) with Tcl 8.6 toojan.nijtmans2022-10-301-2/+2
|\
* | even more int -> Tcl_Sizejan.nijtmans2022-10-301-10/+11
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-11/+11
* | Merge 8.6jan.nijtmans2021-12-041-27/+65
|\ \ | |/
| * 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 for [237971ce]: [$canvas insert] changed behaviour. Also added testcase f...jan.nijtmans2021-01-281-0/+2
* | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-1/+1
* | (c) -> ©jan.nijtmans2020-12-091-3/+3
* | Merge 8.6jan.nijtmans2020-10-051-4/+2
|\ \ | |/
| * Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-15/+14
* | size_t for Tk_ItemDCharsProc(), with Tcl 9 headersjan.nijtmans2020-06-021-8/+8
* | Convert Tk_ItemIndexProc/Tk_ItemInsertProc to use size_t as index type, when ...jan.nijtmans2020-05-261-11/+11
* | Formatting and even more size_t usage.jan.nijtmans2020-05-251-1/+1
* | More progressjan.nijtmans2020-05-221-1/+1
* | Fix [3134d697c8]: Reduce unnecessary code checks in canvas postscript code (...fvogel2020-03-291-20/+5
* | More usage of (internal) TkGetIntForIndex() function, and give this function ...jan.nijtmans2020-03-201-1/+1
* | Merge 8.6. More TCL_UNUSED() usage.jan.nijtmans2020-03-191-11/+7
|\ \ | |/
| * Restore (kind of) default values for -fill and -outline in polygon items. Cha...jan.nijtmans2019-10-041-2/+3
* | More internal use of TkGetIntForIndex() function.jan.nijtmans2020-03-181-28/+23
* | TIP 569 remove lint commentsdgp2020-03-181-2/+0
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-6/+13
* | Restore "-outline" default for canvas polygons, but adapt test-case expectati...jan.nijtmans2019-10-031-1/+1
* | Revert change to tkCanvPoly.c because of failure in test suiteKevin Walzer2019-10-021-1/+1
* | Merge 8.6. Format tkCanvPoly.c a little (put the handling of "-line" in two l...jan.nijtmans2019-09-301-3/+4
|\ \ | |/
* | Fix 2 build problems, one with XPutImage on Windows, one with -fill optionjan.nijtmans2019-09-291-1/+1
* | Fix Tk_Offset() -> offsetof(). Tk_Offset() was inherited by merging chavez-ca...fvogel2019-09-291-2/+2
* | Merge chavez-canvas branchKevin Walzer2019-09-291-3/+3
|\ \ | |/
| * Branch to test Christopher Chavez patch in ticket [2beda17141] to remove some...Kevin Walzer2019-09-241-2/+3
* | Merge trunkjan.nijtmans2019-05-101-3/+44
|\ \
| * | Document. Factor out basic rotation function.dkf2019-03-131-5/+1
| * | More item typesdkf2019-03-111-3/+48
| |/
* | Merge 8.7jan.nijtmans2019-01-131-19/+19
|\ \ | |/
| * 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
| | |/
* | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-25/+25
|/ /
* | 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
|\ \ | |/