summaryrefslogtreecommitdiffstats
path: root/generic/tkTextBTree.c
Commit message (Expand)AuthorAgeFilesLines
* Rebase to 8.7jan.nijtmans2022-10-121-8/+8
|\
| * TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-8/+8
* | Merge 8.6jan.nijtmans2022-09-101-1/+1
|\ \ | |/ |/|
| * Fix [006403a25d]: various comment/documentation fixesjan.nijtmans2022-09-101-1/+1
* | Merge 8.7jan.nijtmans2022-03-021-4/+4
|\ \
| * | Get rid of underlineObj/overstrikgObj/elideObj int text tagsjan.nijtmans2022-02-021-1/+1
| * | TIP #613 demo: rewrite "place" and text tag handling (-elide, -overstrike, -u...jan.nijtmans2022-02-021-4/+4
* | | Use TIP #616 API (WIP)jan.nijtmans2022-01-311-1/+1
|/ /
* | Fix [ea876b3e8a]: Text peer widget ignores set -startline when scrolling with...fvogel2021-04-181-0/+20
|\ \ | |/
| * Backout the first three commits of the present branch, and implement a better...fvogel2021-04-171-0/+20
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | Merge 8.6jan.nijtmans2020-10-051-5/+1
|\ \ | |/
| * Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-8/+4
* | Merge 8.6jan.nijtmans2020-09-251-10/+4
|\ \ | |/
| * More usage of TCL_UNUSED() and implicit type-casts. Eliminate "register" keywordjan.nijtmans2020-09-251-158/+151
* | Convert Tk_ItemIndexProc/Tk_ItemInsertProc to use size_t as index type, when ...jan.nijtmans2020-05-261-2/+2
* | Formatting and even more size_t usage.jan.nijtmans2020-05-251-1/+1
* | More progressjan.nijtmans2020-05-241-9/+9
* | More progressjan.nijtmans2020-05-221-8/+4
|\ \
* | | More progressjan.nijtmans2020-05-211-2/+6
|/ /
* | TIP 569 remove lint commentsdgp2020-03-181-7/+0
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-143/+149
* | Merge trunkjan.nijtmans2018-11-251-2/+2
|\ \
| * | Another round of (internal) int|long -> size_t replacements, at least when co...jan.nijtmans2018-10-161-2/+2
| * | Use more size_t internally, comparable with TIP #494 but then in Tk. Eliminat...jan.nijtmans2018-10-151-4/+4
* | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-4/+4
|/ /
* | more size_t related code cleanupjan.nijtmans2018-10-041-3/+3
|/
* 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