| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tkText.c (DumpLine): s/segPtr->size/currentSize/ | hobbs | 2010-08-27 | 1 | -6/+6 |
|
|
* | * generic/tkText.c (DumpLine): [Bug 2968379]: When peers are about, | dkf | 2010-03-11 | 1 | -5/+10 |
|
|
* | Refix [Bug 1799782]. | dkf | 2010-02-21 | 1 | -3/+12 |
|
|
* | Fix various gcc-4.4 warnings and formatting, all | nijtmans | 2010-01-29 | 1 | -18/+20 |
|
|
* | Apply (slight cleaner, tested) version of [Patch 1469210]. | dkf | 2009-10-22 | 1 | -16/+53 |
|
|
* | * generic/tkImgPhoto.c: fix numerous leaks discovered with the | das | 2009-02-06 | 1 | -1/+2 |
|
|
* | Backport of the Millipeter patch [1813597,2218964] | ferrieux | 2008-12-21 | 1 | -5/+3 |
|
|
* | Fix leaks flagged by clang static analyzer | das | 2008-12-07 | 1 | -2/+2 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | * generic/tkText.c (DeleteIndexRange, TextEditCmd, UpdateDirtyFlag): | hobbs | 2007-12-13 | 1 | -40/+48 |
|
|
* | Added code to rebuild the from index after the deletion phase so that the | dkf | 2007-12-11 | 1 | -10/+20 |
|
|
* | header cleanup | dgp | 2007-09-07 | 1 | -2/+1 |
|
|
* | * generic/tkCanvas.c: allow -selectforeground option to be None; add | das | 2007-04-23 | 1 | -2/+2 |
|
|
* | D'oh! | dkf | 2007-02-23 | 1 | -2/+2 |
|
|
* | Less of that K&R or wrongly indented function header style! | dkf | 2007-02-22 | 1 | -392/+424 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-03 | 1 | -2/+2 |
|
|
* | generic/tkText.c: Applied suggested patch from #1536735 | patthoyts | 2006-10-17 | 1 | -17/+21 |
|
|
* | * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgr | das | 2006-09-10 | 1 | -2/+2 |
|
|
* | * generic/tkEntry.c: move hard-coded ALWAYS_SHOW_SELECTION | hobbs | 2006-09-06 | 1 | -22/+21 |
|
|
* | fix to crash in test suite, with dump -command | vincentdarley | 2006-04-05 | 1 | -2/+3 |
|
|
* | further fixes to $text dump -command | vincentdarley | 2006-03-28 | 1 | -5/+36 |
|
|
* | fix for text dump -command callbacks which modify the text widget | vincentdarley | 2006-03-26 | 1 | -44/+109 |
|
|
* | undo/modified and empty string fix | vincentdarley | 2006-03-18 | 1 | -14/+18 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -1/+85 |
|
|
* | ANSIfy and reduce casting of NULL to promote readability | dkf | 2005-11-17 | 1 | -35/+31 |
|
|
* | Lots of ANSIfying of function decls. | dkf | 2005-11-17 | 1 | -8/+8 |
|
|
* | fix for count displaylines bug | vincentdarley | 2005-10-31 | 1 | -1/+10 |
|
|
* | tip256 implementation | vincentdarley | 2005-10-10 | 1 | -29/+53 |
|
|
* | more errors found by the compiler | dgp | 2005-08-11 | 1 | -2/+2 |
|
|
* | Getting more systematic about style | dkf | 2005-08-10 | 1 | -2481/+2635 |
|
|
* | fix to elide search and insertofftime 0 text widget bugs | vincentdarley | 2005-04-04 | 1 | -37/+129 |
|
|
* | fix to newline eliding in text widget | vincentdarley | 2005-02-14 | 1 | -4/+20 |
|
|
* | fix to one multi-line search bug | vincentdarley | 2004-11-15 | 1 | -1/+10 |
|
|
* | text widget search fix | vincentdarley | 2004-09-23 | 1 | -1/+20 |
|
|
* | fixed a small typo in TextPeerCmd() | rmax | 2004-09-10 | 1 | -2/+2 |
|
|
* | text widget 'peer' subcommand -- TIP#169 implementation | vincentdarley | 2004-09-10 | 1 | -340/+1292 |
|
|
* | multiline text widget regexp search fix | vincentdarley | 2004-06-09 | 1 | -2/+2 |
|
|
* | text widget fixes | vincentdarley | 2004-06-04 | 1 | -1/+6 |
|
|
* | Removed support for Mac OS Classic platform [Patch 918139] | das | 2004-03-17 | 1 | -2/+2 |
|
|
* | * generic/tk3d.c: All uses of 'panic' (the macro) changed | davygrvy | 2004-01-13 | 1 | -4/+4 |
|
|
* | performance of lines containing 10000+ characters | vincentdarley | 2003-12-05 | 1 | -11/+35 |
|
|
* | fix to text widget tabs and xy-scroll-command | vincentdarley | 2003-12-04 | 1 | -9/+35 |
|
|
* | correct handling of interpolated tabs using fractional pixel widths | vincentdarley | 2003-11-21 | 1 | -1/+21 |
|
|
* | fix two more old text widget bugs | vincentdarley | 2003-11-15 | 1 | -5/+6 |
|
|
* | old tk text widget bugs fixed | vincentdarley | 2003-11-12 | 1 | -2/+2 |
|
|
* | old tk text widget bugs fixed | vincentdarley | 2003-11-12 | 1 | -2/+5 |
|
|
* | Minor int vs. unsigned fixes to stop GCC warnings | dkf | 2003-11-10 | 1 | -5/+7 |
|
|
* | better elide tag handling | vincentdarley | 2003-11-07 | 1 | -15/+15 |
|
|
* | TIP 155 implementation | vincentdarley | 2003-10-31 | 1 | -270/+1339 |
|
|
* | text widget cleanup fix | vincentdarley | 2003-05-27 | 1 | -28/+33 |
|
|