summaryrefslogtreecommitdiffstats
path: root/generic/tkTextBTree.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [82d5a93a46]: 8.6 Documentation/comment typo fixesjan.nijtmans2024-02-161-1/+1
* Fix [499f8e3313]: AdjustStartEndRefs(): avoid undefined realloc() call. Patch...fvogel2023-11-051-4/+12
* Fix [006403a25d]: various comment/documentation fixesjan.nijtmans2022-09-101-1/+1
* Backout the first three commits of the present branch, and implement a better...fvogel2021-04-171-0/+20
* Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-8/+4
* More usage of TCL_UNUSED() and implicit type-casts. Eliminate "register" keywordjan.nijtmans2020-09-251-158/+151
* Fix [f1a3ca09d2]: Memory leak in generic/tkTextBTree.c. Patch from 'edhume3'.fvogel2017-08-091-0/+2
* code styling (wrong indent)jan.nijtmans2017-04-181-3/+3
* Fix [28a3c366e6]: memory leak in the text widget. Patch contributed anonymouslyfvogel2017-03-261-0/+3
* Typos in commentsfvogel2015-11-101-1/+1
|\
| * Typos in commentsfvogel2015-11-101-1/+1
* | Merged core-8-5-branchfvogel2015-02-111-14/+0
|\ \ | |/
| * Stop panic (Bad tag priority being toggled on) - Bug [382da038c9]fvogel2015-02-081-14/+0
* | Merge bug fixes from fvogel's text-elided branchdgp2015-02-061-2/+1
|\ \ | |/
| * Fixed bad comment resulting from copy/paste between functionsfvogel2014-12-051-2/+1
* | Remove unnecessary end-of-line spacingjan.nijtmans2014-11-211-1/+1
* | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper jenglish2013-02-271-1/+1
* | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ...jan.nijtmans2013-02-271-1/+1
* | [Bug-1630262], [Bug-1615425]: segfault when deleting lines or tagging outside...fvogel2012-02-281-6/+31
|\ \ | |/
| * Better fix for bug-1630262, also fixing bug-1615425fvogel2012-02-021-7/+27
| * [Bug-1630262]: segfault when deleting lines with peer text widgetsfvogel2012-01-311-3/+8
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
* | | [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One mo...jan.nijtmans2011-03-281-5/+7
|\ \ \ | |/ /
| * | [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One mo...jan.nijtmans2011-03-281-5/+7
| |\ \ | | |/
| | * [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. One mo...jan.nijtmans2011-03-281-5/+7
| | * * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgrdas2006-09-101-2/+8
| | * * generic/tkEntry.c: move hard-coded ALWAYS_SHOW_SELECTIONhobbs2006-09-061-4/+3
| | * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-2/+2
| * | * generic/tkTextBTree.c (TkBTreeDeleteIndexRange): add bounds checkdas2009-04-101-2/+3
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-91/+78
* | | Revise Tcl_Panic() calls ending with a newline removing the newline, because ...nijtmans2010-11-191-3/+3
* | | 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-4/+16
* | | * generic/tkTextBTree.c (TkBTreeDeleteIndexRange): add bounds checkdas2009-04-101-2/+3
* | | Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-7/+7
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-2/+1
* | missing comma in previous commitdas2007-02-231-2/+2
* | Less of that K&R or wrongly indented function header style!dkf2007-02-221-321/+331
* | various "const" additions, in line with TIP #27nijtmans2007-01-181-20/+20
* | * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgrdas2006-09-101-2/+7
* | fix for text dump -command callbacks which modify the text widgetvincentdarley2006-03-261-1/+33
* | ANSIfy and reduce casting of NULL to promote readabilitydkf2005-11-171-21/+21
* | tip256 implementationvincentdarley2005-10-101-11/+3
* | Oops, missed a few spotsdkf2005-07-291-48/+43
* | Getting more systematic about styledkf2005-07-291-1074/+1075
* | fix to newline eliding in text widgetvincentdarley2005-02-141-16/+88
* | text widget 'peer' subcommand -- TIP#169 implementationvincentdarley2004-09-101-190/+855