summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvas.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge trunkjan.nijtmans2020-02-051-1/+1
|\ \ \ | |/ /
* | | Merge trunkjan.nijtmans2020-01-281-4/+19
|\ \ \ | |/ /
| * | Fix [587937fff]: Don't shuffle tag list sequence upon deletion. Add non regre...fvogel2020-01-181-3/+18
| |\ \ | | |/
| | * Don't shuffle tags when moving the 'current' tag among items.fvogel2019-12-241-1/+3
| | * Fix error (with no consequence) in sizeof() request, and remove useless cast ...fvogel2019-12-241-2/+2
| | * Restore tabs on lines that were actually not changed by the fix.fvogel2019-12-241-5/+5
| | * Refine the second implementation fixing [587937fff]: Don't shuffle tag list s...fvogel2019-12-241-8/+1
| | * A second (and better) implementation fixing [587937fff]: Don't shuffle tag li...fvogel2019-12-241-6/+22
| | * A first implementation fixing [587937fff]: Don't shuffle tag list sequence up...fvogel2019-12-241-7/+11
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-29/+29
|/ /
* | Fix [1424367fff]: image item with activeimage and bind to destroy - drag crashfvogel2019-09-041-1/+1
|\ \ | |/
| * Fix [1424367fff]: image item with activeimage and bind to destroy - drag crashfvogel2019-09-021-1/+1
* | Merge 8.6jan.nijtmans2019-08-131-1/+1
|\ \ | |/
| * A few more places where "unsigned long" should have been used.jan.nijtmans2019-08-131-1/+1
* | Merge 8.6jan.nijtmans2019-08-131-2/+2
|\ \ | |/
| * Use "unsigned long" as type for "mask" variables containing X11 button-masks ...jan.nijtmans2019-08-131-2/+2
* | Merge 8.6. Use TCL_INDEX_NONE in a few more places, now that we have it.jan.nijtmans2019-07-301-4/+4
|\ \ | |/
* | Follow-up to [38dc27bd1d0ecd682aafde]: Tk does not support <Button-6> nor <Bu...jan.nijtmans2019-07-301-1/+1