summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvLine.c
Commit message (Expand)AuthorAgeFilesLines
* size_t for Tk_ItemDCharsProc(), with Tcl 9 headersjan.nijtmans2020-06-021-6/+6
* Convert Tk_ItemIndexProc/Tk_ItemInsertProc to use size_t as index type, when ...jan.nijtmans2020-05-261-16/+16
* Formatting and even more size_t usage.jan.nijtmans2020-05-251-2/+2
* More progressjan.nijtmans2020-05-221-9/+9
* Fix [3134d697c8]: Reduce unnecessary code checks in canvas postscript code (...fvogel2020-03-291-25/+8
* More usage of (internal) TkGetIntForIndex() function, and give this function ...jan.nijtmans2020-03-201-1/+1
* More internal use of TkGetIntForIndex() function.jan.nijtmans2020-03-181-25/+25
* TIP 569 remove lint commentsdgp2020-03-181-5/+0
* Merge trunkjan.nijtmans2020-02-171-2/+1
|\
| * Clamp output of listbox indexes to be >= -1 always. Many other's (like menu's...jan.nijtmans2020-02-171-2/+1
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-16/+32
|/
* Merge 8.6jan.nijtmans2019-10-061-1/+1
|\
| * 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
* | Fix Tk_Offset() -> offsetof(). Tk_Offset() was inherited by merging chavez-ca...fvogel2019-09-291-1/+1
* | Merge chavez-canvas branchKevin Walzer2019-09-291-1/+2
|\ \ | |/
| * Branch to test Christopher Chavez patch in ticket [2beda17141] to remove some...Kevin Walzer2019-09-241-1/+2
* | Merge trunkjan.nijtmans2019-05-101-1/+54
|\ \
| * | Document. Factor out basic rotation function.dkf2019-03-131-16/+3
| * | More item typesdkf2019-03-111-1/+67
| |/
* | Merge 8.7jan.nijtmans2019-01-131-6/+6
|\ \ | |/
| *-. 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
* | | | Minor tweaks, mostly formattingjan.nijtmans2018-12-011-1/+1
* | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-22/+22
|/ / /
* | | 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
* | | CONSTify everything related to Tk_ConfigSpecnijtmans2010-02-171-2/+2
* | | fix more gcc warnings: missing initializernijtmans2010-01-181-13/+13