summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvas.c
Commit message (Expand)AuthorAgeFilesLines
* 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 longdonal.k.fellows@manchester.ac.uk2010-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.donal.k.fellows@manchester.ac.uk2010-01-021-6/+6
* [Bug 2899685]: fix the redraw logic of [imove]ferrieux@users.sourceforge.net2009-11-191-3/+8
* A few const -> CONST86 modifications, improvingnijtmans2009-01-061-9/+9
* TIP 337dgp@users.sourceforge.net2008-12-091-3/+3
* make all Tk_CustomOption tables const andnijtmans2008-11-091-8/+6
* Added cast to work around stupid type inference bug in MSVC. Apparently itdonal.k.fellows@manchester.ac.uk2008-11-031-2/+2
* Implementation of TIP 97 - canvas imove and rchars methods.donal.k.fellows@manchester.ac.uk2008-11-011-351/+558
* Avoid const jiggling by using Tcl_SetObjResultpatthoyts@users.sourceforge.net2008-10-181-2/+3
* Add "const" to many internalnijtmans2008-10-171-5/+5
* Correct error result generation of [$canvas select clear $bogus].donal.k.fellows@manchester.ac.uk2008-10-111-2/+2
* Implemented TIP #236 from patch by Neil McKay.donal.k.fellows@manchester.ac.uk2008-09-301-158/+228
* fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-8/+8
* fix constness warningsdas2008-05-031-4/+4
* Get rid of pre-C89-isms (esp. CONST vs const).donal.k.fellows@manchester.ac.uk2008-04-271-75/+77
* * generic/tkCanvas.c: Fix logic that determines when canvas itemdgp@users.sourceforge.net2008-04-171-4/+5
* merge stable branch onto HEADdgp@users.sourceforge.net2007-12-131-1/+1
* * generic/tkArgv.c: Fix gcc warnings about 'cast to/fromdas2007-10-151-5/+6
* header cleanupdgp@users.sourceforge.net2007-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 qualifiersdonal.k.fellows@manchester.ac.uk2007-04-171-4/+5
* Eliminate use of (VOID*) casts when calling memset or memcpy.donal.k.fellows@manchester.ac.uk2007-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.donal.k.fellows@manchester.ac.uk2005-11-171-11/+11
* ANSIfydonal.k.fellows@manchester.ac.uk2005-11-041-219/+212
* Formatting Systematizationdonal.k.fellows@manchester.ac.uk2005-08-181-797/+782
* Getting more systematic about styledonal.k.fellows@manchester.ac.uk2005-08-101-4/+4
* silence compiler warningdgp@users.sourceforge.net2005-06-011-2/+2
* Fix silly mistake. :^}donal.k.fellows@manchester.ac.uk2005-02-071-4/+4
* D'ohdonal.k.fellows@manchester.ac.uk2005-02-031-2/+2
* Ensure that the canvas's static data is either protected by a mutex ordonal.k.fellows@manchester.ac.uk2005-02-031-56/+121
* More minor whitespace cleaningdonal.k.fellows@manchester.ac.uk2004-06-151-44/+54
* D'oh!donal.k.fellows@manchester.ac.uk2004-06-151-2/+2
* Adjust #defs so they are flexible enough to be used in all places. donal.k.fellows@manchester.ac.uk2004-06-151-84/+85
* Add declarations of result... D'oh!donal.k.fellows@manchester.ac.uk2004-06-151-2/+3
* Balance braces, factorize out much #ifdef code and use objects a bit moredonal.k.fellows@manchester.ac.uk2004-06-151-238/+65
* Spacing/whitespace fixesdonal.k.fellows@manchester.ac.uk2004-06-151-779/+770
* Small clean up of the canvas core (symbolic constants, whitespace)donal.k.fellows@manchester.ac.uk2004-06-151-26/+37
* TIP 155 implementationvincentdarley2003-10-311-3/+3
* Private functions should be either static or prefixed with 'Tk' (thanks GPS!)donal.k.fellows@manchester.ac.uk2003-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,dgp@users.sourceforge.net2002-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.dgp@users.sourceforge.net2002-01-251-27/+30
* * Updates to handle change in type of tablePtrdgp@users.sourceforge.net2002-01-171-5/+5