summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvas.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-41/+34
* | Merge trunkjan.nijtmans2020-08-241-6/+6
|\ \
| * \ Fix [bb85d249dd]: valgrind complaints on 'canvas image' command (TIP 489)jan.nijtmans2020-08-211-6/+6
| |\ \ | | |/
| | * Fix 2 places where using "unsigned long" is overkill on 64-bit platformsjan.nijtmans2020-08-211-3/+3
| * | Merge 8.6jan.nijtmans2020-07-151-1/+1
| |\ \ | | |/
| | * Code simplifications: Don't bother the typedefs 'EventMask' and 'ModMask' for...jan.nijtmans2020-07-151-2/+2
* | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-3/+3
|/ /
* | Merge 8.6jan.nijtmans2020-06-081-2/+2
|\ \ | |/
| * Fix [2790615]: "update" performs Tk callbacks in its own stack frame.jan.nijtmans2020-06-081-2/+2
* | Update leftover comments that didn't follow the changes made in [0deef053f6]fvogel2020-06-061-2/+2
|\ \ | |/
| * Update leftover comments that didn't follow the changes made in [0deef053f6]fvogel2020-06-061-2/+2
* | Convert Tk_ItemIndexProc/Tk_ItemInsertProc to use size_t as index type, when ...jan.nijtmans2020-05-261-17/+18
* | Formatting and even more size_t usage.jan.nijtmans2020-05-251-22/+21
* | Use more size_t for *Sel*-related functions, in case compiling with Tcl 9jan.nijtmans2020-05-211-5/+5
* | TIP 569 remove lint commentsdgp2020-03-181-1/+0
* | Merge trunkjan.nijtmans2020-02-261-10/+0
|\ \
| * | Fix [3552805fff]: Make '.canvas lower' work with non-exitent belowThis tagfvogel2020-02-101-10/+0