summaryrefslogtreecommitdiffstats
path: root/generic/tkEntry.c
Commit message (Expand)AuthorAgeFilesLines
* Implement TK_CONFIG_NULL_OK for TK_CONFIG_PIXELS. Needed for "-elementborderw...jan.nijtmans2024-06-161-1/+1
|\
| * Implement TK_CONFIG_NULL_OK for TK_CONFIG_PIXELS. Needed for "-elementborderw...jan.nijtmans2024-06-161-1/+1
* | Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-011-1/+1
|\ \ | |/
| * Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-011-1/+1
| |\
| | * Make somewhat more C++-compatible (backported from 8.7)jan.nijtmans2023-10-121-85/+92
| * | Better approach, using "Tk" prefix for UTF-32 versions of APIjan.nijtmans2024-03-141-7/+7
* | | Merge 8.7jan.nijtmans2024-03-071-9/+5
|\ \ \ | |/ /
| * | Another round of int -> Tcl_Size changesjan.nijtmans2024-03-071-16/+12
* | | Merge 8.7jan.nijtmans2024-02-161-8/+8
|\ \ \ | |/ /
| * | Fix warning in tkEntry.c. More typecast cleanupjan.nijtmans2024-02-161-2/+2
* | | Merge 8.7jan.nijtmans2024-02-141-1/+1
|\ \ \ | |/ /
| * | Tcl_Alloc -> ckalloc. Remove unnecessary type-casts.jan.nijtmans2024-02-141-1/+1
* | | Merge 8.7jan.nijtmans2024-02-071-1/+1
|\ \ \ | |/ /
| * | Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-071-1/+1
* | | Merge 8.7jan.nijtmans2024-01-181-2/+2
|\ \ \ | |/ /
| * | Add TK_OPTION_ENUM_VAR to config tables, where enum's are involved.jan.nijtmans2024-01-181-2/+2
* | | Starting work to compile Tk with TCL_UTF_MAX=4 (WIP)jan.nijtmans2023-11-271-5/+5
|/ /
* | Make all Destroy??? functions match the Tcl_FreeProc signature. That will pre...jan.nijtmans2023-10-261-1/+5
* | Merge 8.6. Some C++-fixesjan.nijtmans2023-10-111-1/+1
|\ \ | |/
| * Do away with all those type-casts. Compatibility with 9.0 is still no issuejan.nijtmans2023-10-111-4/+4
| * Proposed fix for [d96974d99d], which should work with Tcl 8.6, 8.7 and 9.0jan.nijtmans2023-10-101-1/+1
* | Missed more than a few TIP 660 changes. Possibly more to come.apnadkarni2023-04-181-6/+6
* | Finished first pass through all files. Same test failures as trunk.apnadkarni2023-04-171-42/+42
* | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-57/+46
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-7/+12
|\ \ | |/
| * Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-141-6/+2
| * Provide explicit size in snprintf when needed. Fix gcc warning: 'argument to ...fvogel2023-01-121-3/+4
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-6/+14
* | More default from int -> doublejan.nijtmans2022-12-021-3/+3
* | Merge 8.6jan.nijtmans2022-10-271-4/+4
|\ \ | |/
| * Tk_GetScrollInfo() -> Tk_GetScrollInfoObj(). Make invalid TK_SCROLL_???? valu...jan.nijtmans2022-10-271-4/+4
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-41/+41
* | Merge 8.7jan.nijtmans2022-05-171-13/+13
|\ \
| * | More alphabetizing Tk options. More type-cast improvementsjan.nijtmans2022-05-121-13/+13
* | | Merge 8.7jan.nijtmans2022-03-111-2/+2
|\ \ \ | |/ /
| * | TIP #606 implementation. TODO: documentationjan.nijtmans2021-12-211-2/+2
* | | Use TIP #616 API (WIP)jan.nijtmans2022-01-311-2/+2
|/ /
* | Merge 8.6jan.nijtmans2021-12-131-2/+2
|\ \ | |/
| * Eliminate "register" keyword. Use more TCL_UNUSED()jan.nijtmans2021-03-231-12/+12
* | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-2/+2
* | (c) -> ©jan.nijtmans2020-12-091-4/+4
* | Merge trunkjan.nijtmans2020-08-241-2/+2
|\ \
| * | New macro TkNewIndexObj(), which handled indices >= 2147483648 correctly when...jan.nijtmans2020-08-201-2/+2
* | | Merge 8.7jan.nijtmans2020-08-131-1/+1
|\ \ \ | |/ /
| * | Remove function TkMacOSXSetUpClippingRgn(), which does nothing. But keep its ...jan.nijtmans2020-08-061-1/+1
* | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-4/+4
|/ /
* | Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from Christ...fvogel2020-07-131-23/+45
|\ \ | |/
| * merge core-8-6-branchfvogel2020-07-121-11/+17
| |\
| | * Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-2/+2
| * | Fix [7655f65ae7]: text positioning issues in entry widgets. This is a patch f...fvogel2020-04-191-9/+24