summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvas.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tkArgv.c: Fix gcc warnings about 'cast to/fromdas2007-10-151-5/+6
* | header cleanupdgp2007-09-071-2/+1
* | * generic/tkCanvas.c: allow -selectforeground option to be None; adddas2007-04-231-8/+25
* | Add in cast for boneheadedness in VC's handling of const qualifiersdkf2007-04-171-4/+5
* | Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-171-3/+2
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-9/+1
* | Lots of ANSIfying of function decls.dkf2005-11-171-11/+11
* | ANSIfydkf2005-11-041-219/+212
* | Formatting Systematizationdkf2005-08-181-797/+782
* | Getting more systematic about styledkf2005-08-101-4/+4
* | silence compiler warningdgp2005-06-011-2/+2
* | Fix silly mistake. :^}dkf2005-02-071-4/+4
* | D'ohdkf2005-02-031-2/+2
* | Ensure that the canvas's static data is either protected by a mutex ordkf2005-02-031-56/+121
* | More minor whitespace cleaningdkf2004-06-151-44/+54
* | D'oh!dkf2004-06-151-2/+2
* | Adjust #defs so they are flexible enough to be used in all places. dkf2004-06-151-84/+85
* | Add declarations of result... D'oh!dkf2004-06-151-2/+3
* | Balance braces, factorize out much #ifdef code and use objects a bit moredkf2004-06-151-238/+65
* | Spacing/whitespace fixesdkf2004-06-151-779/+770
* | Small clean up of the canvas core (symbolic constants, whitespace)dkf2004-06-151-26/+37
* | TIP 155 implementationvincentdarley2003-10-311-3/+3
* | Private functions should be either static or prefixed with 'Tk' (thanks GPS!)dkf2003-09-291-10/+10
* | tip 113 implementationvincentdarley2003-05-191-3/+3
|/
* * generic/tkCanvArc.c (CreateArc): Rework canvas create itemhobbs2003-02-091-212/+220
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-14/+15
* * tests/canvas.test: added canvas-14.[1-6]hobbs2002-07-241-18/+16
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-01-251-27/+30
* * Updates to handle change in type of tablePtrdgp2002-01-171-5/+5
* * tests/canvas.test: test of canvas delete during eventhobbs2001-04-031-18/+19
* Overall change: Implemented TIP 5, which exportsericm2000-11-221-6/+5
* * generic/tkCanvas.c (CanvasEventProc:2451): corrected casthobbs2000-04-141-2/+2
* * generic/tkCanvas.c: Applied patch from [Bug: 4202]; adds a checkericm2000-04-131-10/+18