summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvas.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* consistent error formatting, added error codesdkf2012-07-211-101/+128
* [Bug 3437816]: Missing TCL_ERROR return in [canvas lower].ferrieux2011-11-141-0/+1
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkCanvas.c: Fix logic that determines when canvas itemdgp2008-04-171-4/+5
| | * * generic/tkCanvas.c: allow -selectforeground option to be None; adddas2007-04-291-8/+25
| | * Fix [Bug 1252702]dkf2005-08-111-6/+5
| | * typodgp2005-06-211-2/+2
| | * Backport fix for [Bug 1114977]; canvas tag searches now work with threads.dkf2005-06-031-81/+146
| * | [Bug 2931374]: Stop overflow of working buffer during construction of longdkf2010-01-191-2/+6
| * | Apply patch [#2932808]: Canvas itemsnijtmans2010-01-181-1/+23
| * | Correct error result generation of [$canvas select clear $bogus].dkf2008-10-111-2/+2
| * | * generic/tkCanvas.c: Fix logic that determines when canvas itemdgp2008-04-171-4/+5
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-32/+29
* | | Eliminate many unnecessary (ClientData) type casts.nijtmans2010-06-151-4/+3
* | | CONSTify everything related to Tk_ConfigSpecnijtmans2010-02-171-2/+2
* | | [Bug 2931374]: Stop overflow of working buffer during construction of longdkf2010-01-191-2/+6
* | | fix more gcc warnings: missing initializernijtmans2010-01-181-36/+58
* | | Eliminate tkpMenubuttonClassnijtmans2010-01-131-2/+4
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-6/+6
* | | [Bug 2899685]: fix the redraw logic of [imove]ferrieux2009-11-191-3/+8
* | | A few const -> CONST86 modifications, improvingnijtmans2009-01-061-9/+9
* | | TIP 337dgp2008-12-091-3/+3
* | | make all Tk_CustomOption tables const andnijtmans2008-11-091-8/+6