| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | * generic/tkText.c (DumpLine): s/segPtr->size/currentSize/ | hobbs | 2010-08-27 | 1 | -6/+6 |
|
|
* | | | Fix some gcc strict-aliasing warnings (discovered with "-Wstrict-aliasing=2" | nijtmans | 2010-05-26 | 1 | -4/+4 |
|
|
* | | | Removed lame reliance on the leading letters of the names of segment types when | dkf | 2010-03-11 | 1 | -4/+6 |
|
|
* | | | * generic/tkText.c (DumpLine): [Bug 2968379]: When peers are about, | dkf | 2010-03-11 | 1 | -8/+13 |
|
|
* | | | Use @EXEEXT@ in stead of @EXT_SUFFIX@ | nijtmans | 2010-02-22 | 1 | -2/+2 |
|
|
* | | | Re-fix [Bug 1799782]. | dkf | 2010-02-21 | 1 | -7/+17 |
|
|
* | | | fix more gcc warnings: missing initializer | nijtmans | 2010-01-18 | 1 | -2/+2 |
|
|
* | | | Eliminate tkpMenubuttonClass | nijtmans | 2010-01-13 | 1 | -2/+4 |
|
|
* | | | SMALL FIX: Remove useless explicit casts now that we require C89 or later. | dkf | 2010-01-02 | 1 | -8/+7 |
|
|
* | | | Apply (slight cleaner, tested) version of [Patch 1469210]. | dkf | 2009-10-22 | 1 | -16/+53 |
|
|
* | | | * generic/tkFocus.c: fix potential null dereference flagged by clang | das | 2009-09-07 | 1 | -1/+2 |
|
|
* | | | Eliminate various gcc warnings | nijtmans | 2009-08-09 | 1 | -17/+17 |
|
|
* | | | * generic/tkImgPhInstance.c: fix numerous leaks discovered with the | das | 2009-02-06 | 1 | -1/+2 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -2/+2 |
|
|
* | | | Fix leaks flagged by clang static analyzer | das | 2008-12-07 | 1 | -2/+2 |
|
|
* | | | Implementation of TIP #197. | dkf | 2008-12-06 | 1 | -3/+27 |
|
|
* | | | Millimeter patch. Fixes [1813597,2218964] by eliminating the functional redun... | ferrieux | 2008-11-27 | 1 | -5/+3 |
|
|
* | | | Lots of small changes to make code more pretty and C89-like. | dkf | 2008-11-08 | 1 | -56/+52 |
|
|
* | | | more internal -Wwrite-strings warning fixes | nijtmans | 2008-10-30 | 1 | -7/+7 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-17 | 1 | -8/+8 |
|
|
* | | | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 1 | -8/+8 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -94/+94 |
|/ / |
|
* | | 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 |
|
|