summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvLine.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [51ece3786f]: crash with dchars on line with arrows.fvogel2024-07-061-2/+2
|\
| * Fix [51ece3786f]: crash with dchars on line with arrows.fvogel2024-06-271-2/+2
| * Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr...jan.nijtmans2024-05-091-1/+1
* | Merge 8.7jan.nijtmans2024-03-231-5/+5
|\ \
| * | Another round of int -> Tcl_Size. Use more (char *)NULL in stead of simply NU...jan.nijtmans2024-03-231-16/+16
* | | Merge 8.7jan.nijtmans2024-01-251-14/+14
|\ \ \ | |/ /
| * | Eliminate many (Tcl_Size) typecasts, which are no longer necessaryjan.nijtmans2024-01-251-3/+3
* | | Merge 8.7jan.nijtmans2024-01-221-6/+0
|\ \ \ | |/ /
| * | Remove comment which isn't accurate any morejan.nijtmans2024-01-211-6/+0
* | | Never use TCL_SIZE_MODIFIER "u", because Tcl_Size can be negativejan.nijtmans2023-12-261-2/+2
|\ \ \ | |/ /
| * | Never use TCL_SIZE_MODIFIER "u", because Tcl_Size can be negativejan.nijtmans2023-12-261-2/+2
* | | Rebase to trunk.jan.nijtmans2023-11-081-2/+2
|\ \ \ | |/ / |/| |
| * | Merge 8.7jan.nijtmans2023-03-311-14/+13
| |\ \
| * \ \ Merge 8.7jan.nijtmans2023-01-251-1/+5
| |\ \ \
| * | | | Get rid of TK_CONFIG_OBJS flag (and change signature of Tk_ConfigureWidgets)jan.nijtmans2022-11-031-2/+2
* | | | | more progress strtod -> Tcl_GetDouble()jan.nijtmans2023-09-011-8/+15
* | | | | Still missed a few (from previous commit)jan.nijtmans2023-04-271-1/+1
* | | | | Still more int -> Tcl_Sizejan.nijtmans2023-04-251-2/+2
* | | | | Missed more than a few TIP 660 changes. Possibly more to come.apnadkarni2023-04-181-1/+1
* | | | | TIP 660 updateapnadkarni2023-04-171-2/+2
| |_|/ / |/| | |
* | | | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-14/+13
| |/ / |/| |
* | | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-1/+5
|\ \ \ | |/ / |/| / | |/
| * Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-141-6/+2
| * Provide explicit size in snprintf when needed. Fix gcc warning: 'argument to ...fvogel2023-01-121-1/+1
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-1/+9
* | Make everything work (again) with Tcl 8.6 toojan.nijtmans2022-10-301-3/+3
|\ \ | |/
* | even more int -> Tcl_Sizejan.nijtmans2022-10-301-13/+14
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-21/+21
* | argc -> objc, where Tcl_Obj * arrays are handledjan.nijtmans2022-06-221-1/+1
* | Merge 8.6jan.nijtmans2021-12-041-56/+179
|\ \ | |/
| * Fix comment: correct wording is 'last' arrow, not 'right' arrow.fvogel2021-12-041-2/+2
| * Add (theoretically) missing line. See ticket [5fb8145997] for explanations ab...fvogel2021-10-171-0/+1
| * Remove superfluous casts.fvogel2021-10-101-2/+2
| * First implementation of insert/delete redraw optimization for raw smoothing m...fvogel2021-10-101-61/+128
| * Previous commit was overzealous.fvogel2021-10-101-2/+2
| * Let comments in the optimization code point at ticket [5fb8145997] since ther...fvogel2021-10-101-0/+2
| * Let comments in the optimization code point at ticket [5fb8145997] since ther...fvogel2021-10-101-0/+2
| * Fix issues in redrawing optimization for canvas lines with arrows.fvogel2021-10-101-10/+10
| * Fix comment glitch, and add another comment.fvogel2021-10-101-2/+2
| * Fix bug when deleting points from a canvas line. This issue was introduced by...fvogel2021-10-041-3/+3
| * Not sure how this erroneous text went through the previous commit.fvogel2021-10-031-2/+0
| * Rework comments.fvogel2021-10-031-18/+38
| * Rework optimization code when inserting or deleting points of a canvas line. ...fvogel2021-09-271-37/+48
| * The same fix is needed when deleting points from a canvas line.fvogel2021-09-201-0/+11
| * Fix [5fb8145997]: Canvas redraw region too small when inserting points to a s...fvogel2021-09-191-1/+13
* | Fix for [237971ce]: [$canvas insert] changed behaviour. Also added testcase f...jan.nijtmans2021-01-281-1/+1
* | 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.6. Fix some more -Wshadow warningsjan.nijtmans2020-10-061-1/+1
|\ \ | |/
| * More elimination of the "register" keyword, and more explicit typecastsjan.nijtmans2020-10-061-3/+3