summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvas.c
Commit message (Expand)AuthorAgeFilesLines
* Implement TK_CONFIG_NULL_OK for TK_CONFIG_PIXELS. Needed for "-elementborderw...jan.nijtmans2024-06-161-1/+1
* Revise some (void *)/(char *) usage. Now on X11, everything compiles/runs wit...jan.nijtmans2024-03-271-2/+2
* Another round of int -> Tcl_Size. Use more (char *)NULL in stead of simply NU...jan.nijtmans2024-03-231-79/+80
* Merge 8.6jan.nijtmans2024-03-151-3/+11
|\
| * Adjust comments in PickCurrentItem(), TkTextPickCurrent() and CoreEventProc().fvogel2024-03-131-3/+11
* | Eliminate many (Tcl_Size) typecasts, which are no longer necessaryjan.nijtmans2024-01-251-1/+1
* | Fix [5fde07b1d5]: tkCanvas.c: use WORDS_BIGENDIANjan.nijtmans2023-12-011-2/+5
* | TIP #647 (partial, only the 100% upwards compatible part)jan.nijtmans2023-11-281-6/+6
* | Eliminate unnecessary Tcl_Panic()jan.nijtmans2023-11-131-2/+3
* | Make all Destroy??? functions match the Tcl_FreeProc signature. That will pre...jan.nijtmans2023-10-261-1/+5
* | Merge 8.6. Some C++-fixesjan.nijtmans2023-10-111-1/+1
|\ \ | |/
| * Do away with all those type-casts. Compatibility with 9.0 is still no issuejan.nijtmans2023-10-111-3/+3
| * Proposed fix for [d96974d99d], which should work with Tcl 8.6, 8.7 and 9.0jan.nijtmans2023-10-101-1/+1
* | Finished first pass through all files. Same test failures as trunk.apnadkarni2023-04-171-1/+1
* | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-29/+29
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-26/+30
|\ \ | |/
* | Remove unnecessary TkGetStringsFromObjs() usagejan.nijtmans2022-12-081-10/+4
* | If compiled with -DTK_NO_DEPRECATED, make TK_CONFIG_OBJS mandatory. So, we co...jan.nijtmans2022-11-031-0/+20
* | TkCanvPostscriptCmd -> TkCanvPostscriptObjCmdjan.nijtmans2022-11-031-6/+1
* | Merge 8.6jan.nijtmans2022-10-271-6/+6
|\ \ | |/
| * Tk_GetScrollInfo() -> Tk_GetScrollInfoObj(). Make invalid TK_SCROLL_???? valu...jan.nijtmans2022-10-271-9/+9
| * argc -> objc where appropriatejan.nijtmans2022-07-121-13/+13
| * Better solution for previous commit: See: [https://developercommunity.visuals...jan.nijtmans2022-05-221-1/+1
| * Unbreak the MSVC build. It was broken since [4854aa11], which produced warnin...fvogel2022-05-201-1/+1
* | Some more int -> Tcl_Sizejan.nijtmans2022-10-271-2/+2
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-24/+24
* | Fix crash in canvRect testcase. Adapt some more loops the same way, handling ...jan.nijtmans2022-06-231-7/+7
* | argc -> objc, where Tcl_Obj * arrays are handledjan.nijtmans2022-06-221-13/+13
* | Merge 8.7jan.nijtmans2022-05-171-26/+26
|\ \
| * | More alphabetizing Tk options. More type-cast improvementsjan.nijtmans2022-05-121-4/+4
| * | Merge 8.6jan.nijtmans2022-05-081-22/+22
| |\ \ | | |/
| | * Unnecessary type-castsjan.nijtmans2022-05-081-11/+11
* | | Merge 8.7jan.nijtmans2022-03-111-4/+4
|\ \ \ | |/ /
| * | TIP #606 implementation. TODO: documentationjan.nijtmans2021-12-211-4/+4
* | | Use TIP #616 API (WIP)jan.nijtmans2022-01-311-2/+3
|/ /
* | eol-spacingjan.nijtmans2021-08-041-1/+1
* | Well, it is not irrelevant but it should use the correct variable.culler2021-06-041-0/+9
* | Remove irrelevant conditional compilation.marc_culler2021-06-041-9/+0
* | Include of tkMacOSXInt.h is still needed.culler2021-06-041-0/+3
* | Fix DrawCanvas tests on linux.marc_culler2021-06-041-9/+15
* | Restore state for [4401d32fb7] fix: Currently leading to test-failuresjan.nijtmans2021-06-041-9/+32
* | Undo fix for [4401d32fb7], since it introduces test failuresjan.nijtmans2021-06-041-32/+9
* | Merge 8.6culler2021-06-031-9/+32
|\ \ | |/
* | Merge 8.6jan.nijtmans2021-02-021-2/+6
|\ \ | |/
| * More implicit type-casts, for C++ compatibility.jan.nijtmans2021-02-021-2/+6
* | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-1/+1
* | (c) -> ©jan.nijtmans2020-12-091-3/+3
* | More warnings -Wshadow with C++ compiler. Simplify <KeyPress> -> <Key>jan.nijtmans2020-10-071-2/+2
* | Merge 8.6. Fix some more -Wshadow warningsjan.nijtmans2020-10-061-9/+9
|\ \ | |/
* | Merge 8.6jan.nijtmans2020-10-051-5/+3
|\ \ | |/