summaryrefslogtreecommitdiffstats
path: root/generic/tkTextTag.c
Commit message (Expand)AuthorAgeFilesLines
* frq-3536507: clientData field in Tk_OptionSpec should be "const void *"frq_3536507jan.nijtmans2012-06-201-2/+2
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkPanedWindow.c: Cleaned up some code flagged by adgp2006-10-171-2/+2
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-14/+15
* | | fix more gcc warnings: missing initializernijtmans2010-01-181-2/+2
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-2/+2
* | | * generic/tkFocus.c: fix potential null dereference flagged by clangdas2009-09-071-1/+2
* | | - eliminate some unnessary type castsnijtmans2009-02-031-3/+3
* | | Add "const" to many internalnijtmans2008-10-171-4/+4
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-3/+3
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-21/+21
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-2/+1
* | Less of that K&R or wrongly indented function header style!dkf2007-02-221-39/+28
* | various "const" additions, in line with TIP #27nijtmans2007-01-031-2/+2
* | * generic/tkTextTag.c (TkTextTagCmd): use correct arraySize forhobbs2005-12-081-2/+2
* | Lots of ANSIfying of function decls.dkf2005-11-171-84/+93
* | tip256 implementationvincentdarley2005-10-101-9/+17
* | Getting more systematic about styledkf2005-08-101-877/+905
* | fix init warningshobbs2004-10-051-2/+2
* | text widget 'peer' subcommand -- TIP#169 implementationvincentdarley2004-09-101-122/+364
* | off-by-one error in recent cleanup fixvincentdarley2003-12-101-2/+2
* | fix to memory leaks and reading of freed memoryvincentdarley2003-12-091-1/+15
* | performance of lines containing 10000+ charactersvincentdarley2003-12-051-2/+2
* | fix two more old text widget bugsvincentdarley2003-11-151-36/+55
* | old tk text widget bugs fixedvincentdarley2003-11-121-7/+12
* | better elide tag handlingvincentdarley2003-11-071-2/+2
* | TIP 155 implementationvincentdarley2003-10-311-50/+74
* | text widget cleanup fixvincentdarley2003-05-271-4/+6
* | tip 113 implementationvincentdarley2003-05-191-682/+658
|/
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-6/+6
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-01-251-3/+3
* added TIP#26 text widget undo/redo functionalityhobbs2001-11-131-5/+40
* * doc/text.n:hobbs2000-01-061-122/+14
* * generic/tkStubInit.c:hobbs1999-12-141-15/+122
* * Merged 8.1 branch into the main trunkstanton1999-04-161-18/+31
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+1376