summaryrefslogtreecommitdiffstats
path: root/generic/tkTextMark.c
Commit message (Expand)AuthorAgeFilesLines
* Another round of int -> Tcl_Size. Use more (char *)NULL in stead of simply NU...jan.nijtmans2024-03-231-2/+2
* Merge 8.6jan.nijtmans2024-02-161-2/+2
|\
| * Fix [82d5a93a46]: 8.6 Documentation/comment typo fixesjan.nijtmans2024-02-161-2/+2
* | Even more -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-121-3/+3
* | even more int -> Tcl_Sizejan.nijtmans2022-10-301-1/+1
* | more int -> Tcl_Size (making use of the increased range in Tcl 9.0)jan.nijtmans2022-10-301-2/+2
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-5/+5
* | Fix [34db75c0ac]: Text peer widget error on Down arrow key when passed -endli...fvogel2021-04-181-18/+5
|\ \ | |/
| * Trying to get the index of an embedded image or window should trigger an erro...fvogel2021-04-181-1/+2
| * Factor out two places where the -startline/-endline range is checked.fvogel2021-04-131-17/+3
* | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-2/+2
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | Merge 8.6jan.nijtmans2020-09-251-31/+14
|\ \ | |/
| * More usage of TCL_UNUSED() and implicit type-casts. Eliminate "register" keywordjan.nijtmans2020-09-251-33/+30
* | Formatting and even more size_t usage.jan.nijtmans2020-05-251-2/+2
* | More progressjan.nijtmans2020-05-221-4/+4
* | TIP 569 remove lint commentsdgp2020-03-181-3/+0
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-13/+30
* | Eliminate some redundant type-castsjan.nijtmans2019-06-211-2/+2
* | Merge trunkjan.nijtmans2019-05-101-1/+1
|\ \
| * | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-1/+1
| * | Use more size_t internally, comparable with TIP #494 but then in Tk. Eliminat...jan.nijtmans2018-10-151-2/+2
* | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-2/+2
|/ /
* | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-3/+3
|/
* Make "scrollbar" a Tcl_Obj-based commandjan.nijtmans2014-05-221-8/+10
|\
| * Some more places where Tcl_Obj's can be usedjan.nijtmans2014-05-221-8/+16
|/
* more places convertedjan.nijtmans2013-01-241-2/+2
* more auditing of error codesdkf2012-07-301-4/+4
* Purged Tcl_AppendElement from all non-test code.dkf2012-07-291-5/+13
* Much more cleaning up of result handling.dkf2012-07-231-49/+63
* [Bug-1630262], [Bug-1615425]: segfault when deleting lines or tagging outside...fvogel2012-02-281-6/+22
|\
| * Bug-3487407: Weird text indicesfvogel2012-02-181-5/+21
* | Fixed indentation.fvogel2012-01-261-5/+5
|\ \ | |/
| * Fixed indentation.fvogel2012-01-261-4/+4
| * Fixed indentation.fvogel2012-01-261-1/+1
* | [Bug-1630271]: segfault/infinite loop when a mark is before -startlinejan.nijtmans2012-01-251-0/+25
|\ \ | |/
| * patch-3477449: segfault when mark out of -startline/-endline rangejan.nijtmans2012-01-231-0/+25
* | patch 3471873: mark next/prev with peer text widgetsjan.nijtmans2012-01-221-9/+32
|\ \ | |/
| * [Bug-3288113,3288121]: Missing marks/endless loop in text mark prev/nextjan.nijtmans2012-01-191-9/+32
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-2/+2
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-3/+3
* | | - eliminate some unnessary type castsnijtmans2009-02-031-2/+2
* | | Implementation of TIP #197.dkf2008-12-061-21/+46
* | | Add "const" to many internalnijtmans2008-10-171-2/+2
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-2/+2
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-2/+1