summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvLine.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* More elimination of the "register" keyword, and more explicit typecastsjan.nijtmans2020-10-061-3/+3
* Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-34/+27
* Minor simplification: DEF_CANVLINE_FILL and DEF_CANVTEXT_FILL are each only u...jan.nijtmans2019-10-061-1/+1
* Too quick conclusion: all lines and text were gone :-). Reverting most of pre...jan.nijtmans2019-10-041-1/+1
* Remove DEF_CANVLINE_FILL/DEF_CANVTEXT_FILL, since the default fill value (acc...jan.nijtmans2019-10-041-1/+1
* Branch to test Christopher Chavez patch in ticket [2beda17141] to remove some...Kevin Walzer2019-09-241-1/+2
*-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-13/+13
|\ \
| | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-7/+7
| | |\
| | | * 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-19/+19
|\ \ \ \ | | |_|/ | |/| |
| * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-27/+27
* | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-23/+23
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-29/+29
| |/
| * [Bug 3175610]: Incomplete refresh of line items.dgp2011-06-101-2/+3
| |\
| | * [Bug 3175610]: Incomplete refresh of line items.dgp2011-06-101-2/+5
* | | some more int -> size_t changesjan.nijtmans2013-02-011-3/+2
* | | Working towards making the error codes more consistent.dkf2012-07-301-3/+3
* | | Postscript generation now uses Tcl_Objs more extensively; still nasty in places.dkf2012-07-271-32/+79
* | | consistent error formatting, added error codesdkf2012-07-211-13/+22
* | | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-50/+48
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * changes: updates for 8.4.14 release.das2006-10-161-1/+9
| | * Fix [Bug 1252702]dkf2005-08-111-4/+4
| * | * generic/tkCanvLine.c (LineDeleteCoords): [Bug 2900121]: Backport ofdkf2010-08-111-23/+34
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-41/+33
* | | [Bug 3175610]: Incomplete refresh of line items.ferrieux2011-03-031-2/+3
* | | 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-9/+9