summaryrefslogtreecommitdiffstats
path: root/generic/tkEntry.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Another round of int -> Tcl_Size changesjan.nijtmans2024-03-071-16/+12
* | Fix warning in tkEntry.c. More typecast cleanupjan.nijtmans2024-02-161-2/+2
* | Tcl_Alloc -> ckalloc. Remove unnecessary type-casts.jan.nijtmans2024-02-141-1/+1
* | Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-071-1/+1
* | Add TK_OPTION_ENUM_VAR to config tables, where enum's are involved.jan.nijtmans2024-01-181-2/+2
* | 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
* | | Fix [40e4bf6198]: Entry/spinbox: double free when textvariable set in validat...fvogel2020-07-061-3/+7
|\ \ \ | | |/ | |/|
| * | More complete fix: deal with the case the textvariable is set more than once ...fvogel2020-06-181-0/+3
| * | Fix [40e4bf6198]: Entry: double free when textvariable set in validatecommand...fvogel2020-06-141-3/+4
* | | Merge 8.6jan.nijtmans2020-06-081-1/+1
|\ \ \ | |/ /
| * | Fix [2790615]: "update" performs Tk callbacks in its own stack frame.jan.nijtmans2020-06-081-1/+1
| * | Add (and use) new internal function TkUtfAtIndex(), which does the same as Tc...jan.nijtmans2020-05-201-5/+7
| |\ \ | | |/ | |/|
| | * Add surrogate-aware TkUtfAtIndex and TkNumUtfChars. This is enough to allow ...culler2020-05-191-8/+10
| |/
* | Convert Tk_ItemIndexProc/Tk_ItemInsertProc to use size_t as index type, when ...jan.nijtmans2020-05-261-114/+121
* | Formatting and even more size_t usage.jan.nijtmans2020-05-251-2/+2