| Commit message (Expand) | Author | Age | Files | Lines |
* | Another round of int -> Tcl_Size. Use more (char *)NULL in stead of simply NU... | jan.nijtmans | 2024-03-23 | 1 | -4/+4 |
|
|
* | Better approach, using "Tk" prefix for UTF-32 versions of API | jan.nijtmans | 2024-03-14 | 1 | -8/+5 |
|
|
* | Merge 8.6 | jan.nijtmans | 2024-02-08 | 1 | -3/+3 |
|\ |
|
| * | Fix [57b821d2db]: text index {insert wordstart} fails at 0 and 1 word start p... | fvogel | 2024-02-03 | 1 | -3/+3 |
|
|
* | | TkTextMakeByteIndex byteIndex int -> Tcl_Size | jan.nijtmans | 2024-01-30 | 1 | -2/+2 |
|
|
* | | Eliminate many (Tcl_Size) typecasts, which are no longer necessary | jan.nijtmans | 2024-01-25 | 1 | -1/+1 |
|
|
* | | Fix 2 (minor) compiler warnings | jan.nijtmans | 2023-12-13 | 1 | -1/+1 |
|
|
* | | (Cherry-pick): Fix Tk_CharBbox/Tk_DrawTextLayout signature (int -> Tcl_Size).... | jan.nijtmans | 2023-12-13 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Even more -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-12 | 1 | -1/+1 |
|
|
* | | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat... | fvogel | 2023-01-18 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ... | fvogel | 2023-01-14 | 1 | -6/+2 |
|
|
| * | Provide explicit size in snprintf when needed. Fix gcc warning: 'argument to ... | fvogel | 2023-01-12 | 1 | -1/+1 |
|
|
| * | Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve... | fvogel | 2023-01-10 | 1 | -1/+9 |
|
|
* | | Make Tk compile/run either with or without TIP #644: Make Tcl_ObjType extensible | jan.nijtmans | 2022-11-15 | 1 | -6/+8 |
|
|
* | | Allow TkTextSegToOffset to return a Tcl_Size. Make undoMarkId last field of T... | jan.nijtmans | 2022-11-01 | 1 | -2/+2 |
|
|
* | | Rebase to 8.7 | jan.nijtmans | 2022-10-12 | 1 | -13/+13 |
|\ \ |
|
| * | | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -13/+13 |
|
|
* | | | Use the presence of Tcl_OpenTcpServerEx() (stub entry 631, not 656) to distin... | jan.nijtmans | 2022-09-12 | 1 | -1/+1 |
|
|
* | | | Don't compile Tk with -DTCL_NO_DEPRECATED any more, in stead select Tcl_UtfPr... | jan.nijtmans | 2022-09-10 | 1 | -0/+8 |
|/ / |
|
* | | Correct character counting bug in tkTextIndex.c, when TCL_UTF_MAX=3 | jan.nijtmans | 2022-03-22 | 1 | -13/+18 |
|
|
* | | TIP #613 demo: rewrite "place" and text tag handling (-elide, -overstrike, -u... | jan.nijtmans | 2022-02-02 | 1 | -9/+9 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2021-12-20 | 1 | -2/+2 |
|\ \
| |/ |
|
* | | Fix [34db75c0ac]: Text peer widget error on Down arrow key when passed -endli... | fvogel | 2021-04-18 | 1 | -4/+66 |
|\ \
| |/ |
|
| * | Trying to get the index of an embedded image or window should trigger an erro... | fvogel | 2021-04-18 | 1 | -4/+4 |
|
|
| * | Cosmetic style changes | fvogel | 2021-04-17 | 1 | -4/+4 |
|
|
| * | Fix style | fvogel | 2021-04-13 | 1 | -2/+2 |
|
|
| * | Factor out two places where the -startline/-endline range is checked. | fvogel | 2021-04-13 | 1 | -30/+61 |
|
|
| * | Backout dzach's patch, and propose a better patch that restricts the index re... | fvogel | 2021-04-11 | 1 | -0/+31 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2021-03-23 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix 3 places where Tcl_UtfToUniChar must be used and not TkUtfToUniChar: numC... | jan.nijtmans | 2021-03-23 | 1 | -2/+2 |
|
|
* | | Get rid of hackery function TkUtfPrev(): No longer necessary due to TIP #575 | jan.nijtmans | 2021-03-15 | 1 | -3/+3 |
|
|
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-25 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | More usage of TCL_UNUSED() and implicit type-casts. Eliminate "register" keyword | jan.nijtmans | 2020-09-25 | 1 | -19/+19 |
|
|
* | | Formatting and even more size_t usage. | jan.nijtmans | 2020-05-25 | 1 | -1/+1 |
|
|
* | | More progress | jan.nijtmans | 2020-05-24 | 1 | -7/+7 |
|
|
* | | More progress | jan.nijtmans | 2020-05-22 | 1 | -35/+23 |
|\ \ |
|
* | | | More progress | jan.nijtmans | 2020-05-21 | 1 | -11/+24 |
|/ / |
|
* | | Merge 8.6 | jan.nijtmans | 2020-05-19 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | New (internal) function TkUtfPrev(). This function can handle 4-byte (illegal... | jan.nijtmans | 2020-05-19 | 1 | -3/+3 |
|
|
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -13/+13 |
|
|
* | | Fix [c8ccd1899c]: Pressing the up arrow key on the first line of a [text] doe... | fvogel | 2019-08-21 | 1 | -2/+17 |
|\ \
| |/ |
|
| * | Fix [c8ccd1899c]: Pressing the up arrow key on the first line of a [text] doe... | fvogel | 2019-08-21 | 1 | -2/+17 |
| |\ |
|
| | * | Revert irrelevant blank changes | fvogel | 2019-05-11 | 1 | -1/+1 |
|
|
| | * | Document what's happening with this bugfix and optimize (exit the while loop ... | fvogel | 2019-04-19 | 1 | -0/+8 |
|
|
| | * | Ticket [c8ccd1899c]. Make the guard code in proc ::tk::TextUpDownLine work as... | fvogel | 2019-04-14 | 1 | -3/+10 |
|
|
| * | | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacing | jan.nijtmans | 2019-06-25 | 1 | -9/+9 |
| |/ |
|
* | | Another round of (internal) int|long -> size_t replacements, at least when co... | jan.nijtmans | 2018-10-16 | 1 | -3/+3 |
|
|
* | | more size_t related code cleanup | jan.nijtmans | 2018-10-04 | 1 | -1/+1 |
|
|
* | | Header include reform: Since "tkInt.h" already contains header files like <st... | jan.nijtmans | 2018-09-06 | 1 | -1/+1 |
|
|