Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug 3437816]: Missing TCL_ERROR return in [canvas lower]. | ferrieux@users.sourceforge.net | 2011-11-14 | 1 | -0/+1 |
* | Purge RCS Keywords | dgp@users.sourceforge.net | 2011-06-08 | 1 | -2/+0 |
|\ | |||||
| * | Purge RCS Keywords. | dgp@users.sourceforge.net | 2011-06-08 | 1 | -2/+0 |
| |\ | |||||
| | * | Purge RCS Keywords. | dgp@users.sourceforge.net | 2011-06-08 | 1 | -2/+0 |
| | * | * generic/tkCanvas.c: Fix logic that determines when canvas item | dgp@users.sourceforge.net | 2008-04-17 | 1 | -4/+5 |
| | * | * generic/tkCanvas.c: allow -selectforeground option to be None; add | das | 2007-04-29 | 1 | -8/+25 |
| | * | Fix [Bug 1252702] | donal.k.fellows@manchester.ac.uk | 2005-08-11 | 1 | -6/+5 |
| | * | typo | dgp@users.sourceforge.net | 2005-06-21 | 1 | -2/+2 |
| | * | Backport fix for [Bug 1114977]; canvas tag searches now work with threads. | donal.k.fellows@manchester.ac.uk | 2005-06-03 | 1 | -81/+146 |
| * | | [Bug 2931374]: Stop overflow of working buffer during construction of long | donal.k.fellows@manchester.ac.uk | 2010-01-19 | 1 | -2/+6 |
| * | | Apply patch [#2932808]: Canvas items | nijtmans | 2010-01-18 | 1 | -1/+23 |
| * | | Correct error result generation of [$canvas select clear $bogus]. | donal.k.fellows@manchester.ac.uk | 2008-10-11 | 1 | -2/+2 |
| * | | * generic/tkCanvas.c: Fix logic that determines when canvas item | dgp@users.sourceforge.net | 2008-04-17 | 1 | -4/+5 |
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | donal.k.fellows@manchester.ac.uk | 2011-03-12 | 1 | -32/+29 |
* | | | Eliminate many unnecessary (ClientData) type casts. | nijtmans | 2010-06-15 | 1 | -4/+3 |
* | | | CONSTify everything related to Tk_ConfigSpec | nijtmans | 2010-02-17 | 1 | -2/+2 |
* | | | [Bug 2931374]: Stop overflow of working buffer during construction of long | donal.k.fellows@manchester.ac.uk | 2010-01-19 | 1 | -2/+6 |
* | | | fix more gcc warnings: missing initializer | nijtmans | 2010-01-18 | 1 | -36/+58 |
* | | | Eliminate tkpMenubuttonClass | nijtmans | 2010-01-13 | 1 | -2/+4 |
* | | | SMALL FIX: Remove useless explicit casts now that we require C89 or later. | donal.k.fellows@manchester.ac.uk | 2010-01-02 | 1 | -6/+6 |
* | | | [Bug 2899685]: fix the redraw logic of [imove] | ferrieux@users.sourceforge.net | 2009-11-19 | 1 | -3/+8 |
* | | | A few const -> CONST86 modifications, improving | nijtmans | 2009-01-06 | 1 | -9/+9 |
* | | | TIP 337 | dgp@users.sourceforge.net | 2008-12-09 | 1 | -3/+3 |
* | | | make all Tk_CustomOption tables const and | nijtmans | 2008-11-09 | 1 | -8/+6 |
* | | | Added cast to work around stupid type inference bug in MSVC. Apparently it | donal.k.fellows@manchester.ac.uk | 2008-11-03 | 1 | -2/+2 |
* | | | Implementation of TIP 97 - canvas imove and rchars methods. | donal.k.fellows@manchester.ac.uk | 2008-11-01 | 1 | -351/+558 |
* | | | Avoid const jiggling by using Tcl_SetObjResult | patthoyts@users.sourceforge.net | 2008-10-18 | 1 | -2/+3 |
* | | | Add "const" to many internal | nijtmans | 2008-10-17 | 1 | -5/+5 |
* | | | Correct error result generation of [$canvas select clear $bogus]. | donal.k.fellows@manchester.ac.uk | 2008-10-11 | 1 | -2/+2 |
* | | | Implemented TIP #236 from patch by Neil McKay. | donal.k.fellows@manchester.ac.uk | 2008-09-30 | 1 | -158/+228 |
* | | | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 1 | -8/+8 |
* | | | fix constness warnings | das | 2008-05-03 | 1 | -4/+4 |
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | donal.k.fellows@manchester.ac.uk | 2008-04-27 | 1 | -75/+77 |
* | | | * generic/tkCanvas.c: Fix logic that determines when canvas item | dgp@users.sourceforge.net | 2008-04-17 | 1 | -4/+5 |
|/ / | |||||
* | | merge stable branch onto HEAD | dgp@users.sourceforge.net | 2007-12-13 | 1 | -1/+1 |
* | | * generic/tkArgv.c: Fix gcc warnings about 'cast to/from | das | 2007-10-15 | 1 | -5/+6 |
* | | header cleanup | dgp@users.sourceforge.net | 2007-09-07 | 1 | -2/+1 |
* | | * generic/tkCanvas.c: allow -selectforeground option to be None; add | das | 2007-04-23 | 1 | -8/+25 |
* | | Add in cast for boneheadedness in VC's handling of const qualifiers | donal.k.fellows@manchester.ac.uk | 2007-04-17 | 1 | -4/+5 |
* | | Eliminate use of (VOID*) casts when calling memset or memcpy. | donal.k.fellows@manchester.ac.uk | 2007-04-17 | 1 | -3/+2 |
* | | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -9/+1 |
* | | Lots of ANSIfying of function decls. | donal.k.fellows@manchester.ac.uk | 2005-11-17 | 1 | -11/+11 |
* | | ANSIfy | donal.k.fellows@manchester.ac.uk | 2005-11-04 | 1 | -219/+212 |
* | | Formatting Systematization | donal.k.fellows@manchester.ac.uk | 2005-08-18 | 1 | -797/+782 |
* | | Getting more systematic about style | donal.k.fellows@manchester.ac.uk | 2005-08-10 | 1 | -4/+4 |
* | | silence compiler warning | dgp@users.sourceforge.net | 2005-06-01 | 1 | -2/+2 |
* | | Fix silly mistake. :^} | donal.k.fellows@manchester.ac.uk | 2005-02-07 | 1 | -4/+4 |
* | | D'oh | donal.k.fellows@manchester.ac.uk | 2005-02-03 | 1 | -2/+2 |
* | | Ensure that the canvas's static data is either protected by a mutex or | donal.k.fellows@manchester.ac.uk | 2005-02-03 | 1 | -56/+121 |
* | | More minor whitespace cleaning | donal.k.fellows@manchester.ac.uk | 2004-06-15 | 1 | -44/+54 |