| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-working of internal Cocoa widget drawing routines, especially when resizin... | Kevin Walzer | 2015-04-09 | 1 | -0/+13 |
|
|
* | Backing out changes; unexpected issues with window resizing that require furt... | Kevin Walzer | 2015-04-07 | 1 | -13/+0 |
|
|
* | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler... | Kevin Walzer | 2015-04-07 | 1 | -0/+13 |
|
|
* | [Bug 3437816]: Missing TCL_ERROR return in [canvas lower] | jan.nijtmans | 2011-11-17 | 1 | -0/+1 |
|\ |
|
| * | [Bug 3437816]: Missing TCL_ERROR return in [canvas lower] | jan.nijtmans | 2011-11-17 | 1 | -0/+1 |
|
|
* | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| * | * generic/tkCanvas.c: Fix logic that determines when canvas item | dgp | 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] | dkf | 2005-08-11 | 1 | -6/+5 |
|
|
| * | typo | dgp | 2005-06-21 | 1 | -2/+2 |
|
|
| * | Backport fix for [Bug 1114977]; canvas tag searches now work with threads. | dkf | 2005-06-03 | 1 | -81/+146 |
|
|
* | | [Bug 2931374]: Stop overflow of working buffer during construction of long | dkf | 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]. | dkf | 2008-10-11 | 1 | -2/+2 |
|
|
* | | * generic/tkCanvas.c: Fix logic that determines when canvas item | dgp | 2008-04-17 | 1 | -4/+5 |
|
|
* | | merge stable branch onto HEAD | dgp | 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 | 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 | dkf | 2007-04-17 | 1 | -4/+5 |
|
|
* | | Eliminate use of (VOID*) casts when calling memset or memcpy. | dkf | 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. | dkf | 2005-11-17 | 1 | -11/+11 |
|
|
* | | ANSIfy | dkf | 2005-11-04 | 1 | -219/+212 |
|
|
* | | Formatting Systematization | dkf | 2005-08-18 | 1 | -797/+782 |
|
|
* | | Getting more systematic about style | dkf | 2005-08-10 | 1 | -4/+4 |
|
|
* | | silence compiler warning | dgp | 2005-06-01 | 1 | -2/+2 |
|
|
* | | Fix silly mistake. :^} | dkf | 2005-02-07 | 1 | -4/+4 |
|
|
* | | D'oh | dkf | 2005-02-03 | 1 | -2/+2 |
|
|
* | | Ensure that the canvas's static data is either protected by a mutex or | dkf | 2005-02-03 | 1 | -56/+121 |
|
|
* | | More minor whitespace cleaning | dkf | 2004-06-15 | 1 | -44/+54 |
|
|
* | | D'oh! | dkf | 2004-06-15 | 1 | -2/+2 |
|
|
* | | Adjust #defs so they are flexible enough to be used in all places.
| dkf | 2004-06-15 | 1 | -84/+85 |
|
|
* | | Add declarations of result... D'oh! | dkf | 2004-06-15 | 1 | -2/+3 |
|
|
* | | Balance braces, factorize out much #ifdef code and use objects a bit more | dkf | 2004-06-15 | 1 | -238/+65 |
|
|
* | | Spacing/whitespace fixes | dkf | 2004-06-15 | 1 | -779/+770 |
|
|
* | | Small clean up of the canvas core (symbolic constants, whitespace) | dkf | 2004-06-15 | 1 | -26/+37 |
|
|
* | | TIP 155 implementation | vincentdarley | 2003-10-31 | 1 | -3/+3 |
|
|
* | | Private functions should be either static or prefixed with 'Tk' (thanks GPS!) | dkf | 2003-09-29 | 1 | -10/+10 |
|
|
* | | tip 113 implementation | vincentdarley | 2003-05-19 | 1 | -3/+3 |
|/ |
|
* | * generic/tkCanvArc.c (CreateArc): Rework canvas create item | hobbs | 2003-02-09 | 1 | -212/+220 |
|
|
* | Applied companion patch for Tcl Patch 585105, | dgp | 2002-08-05 | 1 | -14/+15 |
|
|
* | * tests/canvas.test: added canvas-14.[1-6] | hobbs | 2002-07-24 | 1 | -18/+16 |
|
|
* | * Updated callers of Tcl_SplitList and Tcl_Merge. | dgp | 2002-01-25 | 1 | -27/+30 |
|
|
* | * Updates to handle change in type of tablePtr | dgp | 2002-01-17 | 1 | -5/+5 |
|
|
* | * tests/canvas.test: test of canvas delete during event | hobbs | 2001-04-03 | 1 | -18/+19 |
|
|
* | Overall change: Implemented TIP 5, which exports | ericm | 2000-11-22 | 1 | -6/+5 |
|
|
* | * generic/tkCanvas.c (CanvasEventProc:2451): corrected cast | hobbs | 2000-04-14 | 1 | -2/+2 |
|
|
* | * generic/tkCanvas.c: Applied patch from [Bug: 4202]; adds a check | ericm | 2000-04-13 | 1 | -10/+18 |
|
|