summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvas.c
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkjan.nijtmans2019-05-101-12/+134
|\
| * Implement TIP 164dkf2019-04-141-11/+133
| |\
| | * Starting to build out the per-item implementationsdkf2019-03-111-45/+79
| | * Basic implementation of TIP 164: [$canvas rotate]dkf2019-03-111-11/+99
| * | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-1/+1
* | | Merge trunkjan.nijtmans2019-04-021-20/+9
|\ \ \ | |/ /
| * | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge...jan.nijtmans2019-04-021-9/+9
| |/
| * Rebase against new trunkjan.nijtmans2019-01-201-11/+0
| |\
| | * Fix crash in canvPs-5.1 test (thanks to Christian Werner), and remove unneces...fvogel2018-12-301-11/+0
| | * Fix [21525158b0]: On MS Windows XImage data and Tk_Visual() return wrong info...fvogel2018-12-291-1/+1
| | * Merge 8.6jan.nijtmans2018-12-201-8/+8
| | |\
* | | \ Merge 8.7jan.nijtmans2019-01-131-4/+4
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-01-101-4/+4
| |\ \ \ | | |/ / | |/| |
| | | |
| | | \
| | *-. \ 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
* | | | | Merge trunkjan.nijtmans2018-12-081-370/+15
|\ \ \ \ \ | |/ / / /
| * | | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-081-370/+15
* | | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-32/+32
|/ / / /
* | | | Header include reform: Since "tkInt.h" already contains header files like <st...jan.nijtmans2018-09-061-1/+1
* | | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-2/+1
* | | | Remove end-of-line spacingjan.nijtmans2018-08-101-13/+13
* | | | silence compiler warningdgp2018-03-051-1/+1
* | | | Fix error in testing argument numbers in 'canvas image' command. Thanks to Re...fvogel2018-02-211-1/+1
* | | | Reformat some lines - Better follow the Tcl Engineering Manualfvogel2018-02-101-88/+165
* | | | Better debug output formatting (from Scott).fvogel2018-02-101-6/+14
* | | | Add typecasts in DrawCanvas() to assist MS VC compiler.scotty2018-02-091-3/+3
* | | | Correct DrawCanvas() behaviour on Windows.scotty2018-02-071-36/+81
* | | | Wrote test cases for "canvas image"; Fixed bug in the call to Tk_PhotoPutZoom...scotty2017-11-301-1/+1
* | | | DrawCanvas() cleaned upscotty2017-11-281-337/+374
* | | | Coding of the 'canvas image' command completed.scotty2017-11-271-76/+145
* | | | Add 'canvas image' command. Patch from Scott Pitcher.fvogel2017-11-111-10/+316
|/ / /
* | | 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