| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2024-03-23 | 1 | -2/+2 |
|\ |
|
| * | Another round of int -> Tcl_Size. Use more (char *)NULL in stead of simply NU... | jan.nijtmans | 2024-03-23 | 1 | -2/+2 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2024-01-22 | 1 | -5/+0 |
|\ \
| |/ |
|
| * | Remove comment which isn't accurate any more | jan.nijtmans | 2024-01-21 | 1 | -5/+0 |
|
|
* | | Never use TCL_SIZE_MODIFIER "u", because Tcl_Size can be negative | jan.nijtmans | 2023-12-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Never use TCL_SIZE_MODIFIER "u", because Tcl_Size can be negative | jan.nijtmans | 2023-12-26 | 1 | -1/+1 |
|
|
* | | Rebase to trunk. | jan.nijtmans | 2023-11-08 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Merge 8.7 | jan.nijtmans | 2023-03-31 | 1 | -5/+5 |
| |\ |
|
| * | | Get rid of TK_CONFIG_OBJS flag (and change signature of Tk_ConfigureWidgets) | jan.nijtmans | 2022-11-03 | 1 | -2/+2 |
|
|
* | | | Merge 8.6. Some C++-fixes | jan.nijtmans | 2023-10-11 | 1 | -1/+1 |
|\ \ \ |
|
* | | | | Merge 8.7. More progress in converting strtod/strtol | jan.nijtmans | 2023-09-04 | 1 | -6/+8 |
|
|
* | | | | Still more int -> Tcl_Size | jan.nijtmans | 2023-04-25 | 1 | -1/+1 |
|
|
* | | | | More TIP #660 | jan.nijtmans | 2023-04-24 | 1 | -1/+2 |
|
|
* | | | | Missed more than a few TIP 660 changes. Possibly more to come. | apnadkarni | 2023-04-18 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED( | jan.nijtmans | 2023-03-12 | 1 | -5/+5 |
| |/
|/| |
|
* | | Make everything work (again) with Tcl 8.6 too | jan.nijtmans | 2022-10-30 | 1 | -2/+2 |
|\ \
| |/ |
|
* | | even more int -> Tcl_Size | jan.nijtmans | 2022-10-30 | 1 | -10/+11 |
|
|
* | | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -11/+11 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2021-12-04 | 1 | -27/+65 |
|\ \
| |/ |
|
| * | Better fix than previous commit, for the same issue | fvogel | 2021-11-05 | 1 | -4/+1 |
|
|
| * | Fix last (known) issue with the optimization code for insertion of points in ... | fvogel | 2021-11-05 | 1 | -0/+3 |
|
|
| * | Remove superfluous casts. | fvogel | 2021-10-10 | 1 | -1/+1 |
|
|
| * | First implementation of insert/delete redraw optimization for raw smoothing m... | fvogel | 2021-10-10 | 1 | -28/+64 |
|
|
| * | Let comments in the optimization code point at ticket [5fb8145997] since ther... | fvogel | 2021-10-10 | 1 | -0/+2 |
|
|
* | | Fix for [237971ce]: [$canvas insert] changed behaviour. Also added testcase f... | jan.nijtmans | 2021-01-28 | 1 | -0/+2 |
|
|
* | | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co... | jan.nijtmans | 2020-12-11 | 1 | -1/+1 |
|
|
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -3/+3 |
|
|
* | | 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 |
| |/ |
|