summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvas.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust comments in PickCurrentItem(), TkTextPickCurrent() and CoreEventProc().fvogel2024-03-131-3/+11
* 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
* 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
* Unnecessary type-castsjan.nijtmans2022-05-081-11/+11
* More implicit type-casts, for C++ compatibility.jan.nijtmans2021-02-021-2/+6
* Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-41/+34
* Fix 2 places where using "unsigned long" is overkill on 64-bit platformsjan.nijtmans2020-08-211-3/+3
* Code simplifications: Don't bother the typedefs 'EventMask' and 'ModMask' for...jan.nijtmans2020-07-151-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
* 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
* Fix [1424367fff]: image item with activeimage and bind to destroy - drag crashfvogel2019-09-021-1/+1
* A few more places where "unsigned long" should have been used.jan.nijtmans2019-08-131-1/+1
* Use "unsigned long" as type for "mask" variables containing X11 button-masks ...jan.nijtmans2019-08-131-2/+2
* New intermal macro ALL_BUTTONS and function TkGetButtonMask(), which can be r...jan.nijtmans2019-07-231-23/+3
* CONST -> const. Eliminate unnecessary type-casts and end-of-line spacingjan.nijtmans2019-06-251-2/+2
*-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-3/+3
|\ \
| | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-4/+4
| | |\
* | | \ As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-7/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-8/+8
* | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-8/+8
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-8/+8
| |/
| * Re-working of internal Cocoa widget drawing routines, especially when resizin...Kevin Walzer2015-04-091-0/+13
| * Backing out changes; unexpected issues with window resizing that require furt...Kevin Walzer2015-04-071-13/+0
| * Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler...Kevin Walzer2015-04-071-0/+13
| * [Bug 3437816]: Missing TCL_ERROR return in [canvas lower]jan.nijtmans2011-11-171-0/+1
| |\
| | * [Bug 3437816]: Missing TCL_ERROR return in [canvas lower]jan.nijtmans2011-11-171-0/+1
* | | Fix coding style and a comment.fvogel2017-09-171-8/+8
* | | Fix [1e0db2400c]: canvas rchars leaves artifacts when line bounding box gets ...fvogel2017-09-171-2/+7
* | | Re-working of internal Cocoa widget drawing routines, especially when resizin...Kevin Walzer2015-04-091-0/+13
* | | Backing out changes; unexpected issues with window resizing that require furt...Kevin Walzer2015-04-071-13/+0
* | | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler...Kevin Walzer2015-04-071-0/+13
* | | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to th...jan.nijtmans2013-03-071-4/+13
* | | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper jenglish2013-02-271-8/+8
* | | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ...jan.nijtmans2013-02-271-8/+8
* | | some more int -> size_t changesjan.nijtmans2013-02-011-3/+4
* | | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to...jan.nijtmans2013-01-261-1/+1
* | | more auditing of error codesdkf2012-07-301-3/+6
* | | Working towards making the error codes more consistent.dkf2012-07-301-1/+1
* | | Purged Tcl_AppendElement from all non-test code.dkf2012-07-291-24/+41
* | | Much more cleaning up of result handling.dkf2012-07-231-24/+21