summaryrefslogtreecommitdiffstats
path: root/generic/tkEntry.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | More progressjan.nijtmans2020-05-241-28/+28
* | More progressjan.nijtmans2020-05-221-101/+101
|\ \
* | | Use more size_t for *Sel*-related functions, in case compiling with Tcl 9jan.nijtmans2020-05-211-12/+12
|/ /
* | Merge 8.6jan.nijtmans2020-04-061-1/+1
|\ \ | |/
| * Better implementation of TkUtfToUniChar(), one that doesn't require cooperati...jan.nijtmans2020-04-061-37/+36
| |\
* | | More usage of (internal) TkGetIntForIndex() function, and give this function ...jan.nijtmans2020-03-201-1/+1
* | | More internal use of TkGetIntForIndex() function.jan.nijtmans2020-03-181-24/+21
* | | TIP 569 remove lint commentsdgp2020-03-181-7/+6
* | | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-101/+101
* | | Merge trunkjan.nijtmans2020-02-131-30/+29
|\ \ \
| * \ \ Merge 8.6jan.nijtmans2020-02-121-30/+29
| |\ \ \ | | | |/ | | |/|
| | * | Use (more efficient) Tcl_GetIntFromObj() in stead of Tcl_GetInt() in a few pl...jan.nijtmans2020-02-121-30/+29
* | | | Merge trunkjan.nijtmans2020-01-281-3/+3
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-01-281-3/+3
| |\ \ \ | | |/ /
| | * | Don't use "bool" as variable name. Possible conflict with "bool" type.jan.nijtmans2020-01-281-3/+3
* | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-42/+53
|/ / /
* | | Fix [02a69449b5]: Wrong database names for tk::spinboxfvogel2019-12-141-4/+4
|\ \ \ | |/ /
| * | Fix [02a69449b5]: Wrong database names for tk::spinboxfvogel2019-12-101-4/+4
* | | Merge 8.6jan.nijtmans2019-11-261-1/+1
|\ \ \ | |/ /
| * | Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More c...jan.nijtmans2019-11-211-1/+1
| |/
* | Merge chavez_spinbox branchKevin Walzer2019-08-101-14/+10
|\ \ | |/
| * Tweak display of spinboxes on macOS; thanks to Christopher Chavez for patchKevin Walzer2019-08-091-14/+10
* | merge trunkjan.nijtmans2019-06-051-17/+24
|\ \
| * \ Merge 8.6jan.nijtmans2019-05-161-17/+24
| |\ \ | | |/
| | * Revised bug fix for [5d991b822e].dgp2019-05-151-17/+24
| | |\
| | | * Similar tests and fix for [entry .... -textvariable]dgp2019-05-121-2/+22
* | | | 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
* | | | Merge trunkjan.nijtmans2019-04-021-10/+10
|\ \ \ \ | |/ / /
| * | | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge...jan.nijtmans2019-04-021-10/+10