summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvas.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2023-12-011-2/+5
|\
| * Fix [5fde07b1d5]: tkCanvas.c: use WORDS_BIGENDIANjan.nijtmans2023-12-011-2/+5
| |
| \
*-. \ TIP 647: Change Tk_ConfigureWidgets signature, abandon TK_CONFIG_OBJSjan.nijtmans2023-11-281-121/+20
|\ \ \ | | |/
| | * TIP #647 (partial, only the 100% upwards compatible part)jan.nijtmans2023-11-281-6/+6
| |/ |/|
| * Merge 9.0jan.nijtmans2023-11-181-2/+2
| |\ | |/ |/|
| * Rebase to trunk.jan.nijtmans2023-11-081-112/+12
| |\
| | * Merge 8.7jan.nijtmans2023-03-311-26/+26
| | |\
| | * \ Merge 8.7jan.nijtmans2023-01-251-26/+30
| | |\ \
| | * | | TkGetStringsFromObjs() is no longer neededjan.nijtmans2022-11-041-45/+0
| | * | | alwaysRedraw -> flagsjan.nijtmans2022-11-041-2/+2
| | * | | Get rid of TK_CONFIG_OBJS flag (and change signature of Tk_ConfigureWidgets)jan.nijtmans2022-11-031-71/+10
* | | | | 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