| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2020-10-05 | 1 | -4/+2 |
|\ |
|
| * | Fix many warnings related to the -Wshadow gcc compiler flag | jan.nijtmans | 2020-10-05 | 1 | -15/+14 |
|
|
* | | size_t for Tk_ItemDCharsProc(), with Tcl 9 headers | jan.nijtmans | 2020-06-02 | 1 | -8/+8 |
|
|
* | | Convert Tk_ItemIndexProc/Tk_ItemInsertProc to use size_t as index type, when ... | jan.nijtmans | 2020-05-26 | 1 | -11/+11 |
|
|
* | | Formatting and even more size_t usage. | jan.nijtmans | 2020-05-25 | 1 | -1/+1 |
|
|
* | | More progress | jan.nijtmans | 2020-05-22 | 1 | -1/+1 |
|
|
* | | Fix [3134d697c8]: Reduce unnecessary code checks in canvas postscript code (... | fvogel | 2020-03-29 | 1 | -20/+5 |
|
|
* | | More usage of (internal) TkGetIntForIndex() function, and give this function ... | jan.nijtmans | 2020-03-20 | 1 | -1/+1 |
|
|
* | | Merge 8.6. More TCL_UNUSED() usage. | jan.nijtmans | 2020-03-19 | 1 | -11/+7 |
|\ \
| |/ |
|
| * | Restore (kind of) default values for -fill and -outline in polygon items. Cha... | jan.nijtmans | 2019-10-04 | 1 | -2/+3 |
|
|
* | | More internal use of TkGetIntForIndex() function. | jan.nijtmans | 2020-03-18 | 1 | -28/+23 |
|
|
* | | TIP 569 remove lint comments | dgp | 2020-03-18 | 1 | -2/+0 |
|
|
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -6/+13 |
|
|
* | | Restore "-outline" default for canvas polygons, but adapt test-case expectati... | jan.nijtmans | 2019-10-03 | 1 | -1/+1 |
|
|
* | | Revert change to tkCanvPoly.c because of failure in test suite | Kevin Walzer | 2019-10-02 | 1 | -1/+1 |
|
|
* | | Merge 8.6. Format tkCanvPoly.c a little (put the handling of "-line" in two l... | jan.nijtmans | 2019-09-30 | 1 | -3/+4 |
|\ \
| |/ |
|
* | | Fix 2 build problems, one with XPutImage on Windows, one with -fill option | jan.nijtmans | 2019-09-29 | 1 | -1/+1 |
|
|
* | | Fix Tk_Offset() -> offsetof(). Tk_Offset() was inherited by merging chavez-ca... | fvogel | 2019-09-29 | 1 | -2/+2 |
|
|
* | | Merge chavez-canvas branch | Kevin Walzer | 2019-09-29 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Branch to test Christopher Chavez patch in ticket [2beda17141] to remove some... | Kevin Walzer | 2019-09-24 | 1 | -2/+3 |
|
|
* | | Merge trunk | jan.nijtmans | 2019-05-10 | 1 | -3/+44 |
|\ \ |
|
| * | | Document. Factor out basic rotation function. | dkf | 2019-03-13 | 1 | -5/+1 |
|
|
| * | | More item types | dkf | 2019-03-11 | 1 | -3/+48 |
| |/ |
|
* | | Merge 8.7 | jan.nijtmans | 2019-01-13 | 1 | -19/+19 |
|\ \
| |/ |
|
| * | Merge 8.5 | jan.nijtmans | 2019-01-13 | 1 | -1/+1 |
| |\ |
|
| | * | Not actually necessary to fix those (they don't give warnings because those a... | jan.nijtmans | 2019-01-13 | 1 | -1/+1 |
|
|
| | | | |
| | \ | |
| *-. \ | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -46/+46 |
| |\ \ \
| | | |/ |
|
| | | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-08 | 1 | -18/+18 |
| | | |\ |
|
| | | | * | Bring back more original "None" usages, and fix other warnings which graduall... | jan.nijtmans | 2019-01-03 | 1 | -3/+3 |
|
|
| | | | * | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -49/+49 |
|
|
| * | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols
| jan.nijtmans | 2018-12-20 | 1 | -46/+46 |
| |\ \ \ \
| | |/ / /
| |/| | /
| | | |/
| | |/| |
|
| | * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2018-12-20 | 1 | -50/+50 |
| | |/ |
|
* | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof() | jan.nijtmans | 2018-10-06 | 1 | -25/+25 |
|/ / |
|
* | | some more int -> size_t changes | jan.nijtmans | 2013-02-01 | 1 | -3/+2 |
|
|
* | | Working towards making the error codes more consistent. | dkf | 2012-07-30 | 1 | -2/+2 |
|
|
* | | Postscript generation now uses Tcl_Objs more extensively; still nasty in places. | dkf | 2012-07-27 | 1 | -19/+61 |
|
|
* | | consistent error formatting, added error codes | dkf | 2012-07-21 | 1 | -0/+2 |
|
|
* | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
* | | | [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon. | pspjuth | 2011-04-22 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon. | pspjuth | 2011-04-22 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon. | pspjuth | 2011-04-22 | 1 | -0/+1 |
|
|
| | * | * changes: updates for 8.4.14 release. | das | 2006-10-16 | 1 | -1/+10 |
|
|
| | * | Fix [Bug 1252702] | dkf | 2005-08-11 | 1 | -4/+4 |
|
|
| | * | * generic/tkCanvPoly.c (PolygonToPostscript): | hobbs | 2003-05-11 | 1 | -3/+6 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -20/+15 |
|
|
* | | | Revise Tcl_Panic() calls ending with a newline removing the newline, because ... | nijtmans | 2010-11-19 | 1 | -2/+2 |
|
|
* | | | Eliminate many unnecessary (ClientData) type casts. | nijtmans | 2010-06-15 | 1 | -7/+7 |
|
|
* | | | CONSTify everything related to Tk_ConfigSpec | nijtmans | 2010-02-17 | 1 | -2/+2 |
|
|