summaryrefslogtreecommitdiffstats
path: root/generic/tkEntry.c
Commit message (Expand)AuthorAgeFilesLines
* merge core-8-6-branchfvogel2020-07-121-11/+17
|\
| * Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-2/+2
| * 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
| * 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
| |/
* | Fix [7655f65ae7]: text positioning issues in entry widgets. This is a patch f...fvogel2020-04-191-9/+24
|/
* Better implementation of TkUtfToUniChar(), one that doesn't require cooperati...jan.nijtmans2020-04-061-37/+36
|\
| * Use (more efficient) Tcl_GetIntFromObj() in stead of Tcl_GetInt() in a few pl...jan.nijtmans2020-02-121-30/+29
| * Don't use "bool" as variable name. Possible conflict with "bool" type.jan.nijtmans2020-01-281-3/+3
| * Fix [02a69449b5]: Wrong database names for tk::spinboxfvogel2019-12-101-4/+4
| * Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More c...jan.nijtmans2019-11-211-1/+1
|/
* Tweak display of spinboxes on macOS; thanks to Christopher Chavez for patchKevin Walzer2019-08-091-14/+10
* Revised bug fix for [5d991b822e].dgp2019-05-151-17/+24
|\
| * Similar tests and fix for [entry .... -textvariable]dgp2019-05-121-2/+22
| |
| \
*-. \ Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-5/+5
|\ \ \
| | * \ Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-16/+16
| | |\ \
| | | * | Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-1/+1
* | | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-17/+17
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-17/+17
* | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-18/+18
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-18/+18
| |/ /
| * | (cherry-pick) Fix [2049429]: Some options aren't picked up from the options d...jan.nijtmans2016-01-121-13/+12
* | | Fix [5d991b822e]: segmentation violation in TclObjLookupVarEx. Patch from Chr...fvogel2018-01-281-2/+15
| |/ |/|
* | Test whether in a safe interpreter before writing to the PRIMARY selection. ...kjnash2017-06-131-6/+12
* | Merge core-8-6-branch. More surrogate handling, e.g. in HandleIMEComposition()jan.nijtmans2016-09-271-4/+4
|\ \
* \ \ Enhanced proposed fix [6c0d7aec67]: unicode text input Windows 8. More places...jan.nijtmans2016-09-191-4/+4
|\ \ \ | |/ / |/| |
| * | More simplificationsjan.nijtmans2016-09-191-4/+4
| * | Rename TkUtfToUniChar32 to TkUtfToUniChar2, and various simplifications needi...jan.nijtmans2016-09-161-15/+1
| * | Patch from Christian Werner, for evaluationjan.nijtmans2016-09-161-1/+15
| * | Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should...jan.nijtmans2016-08-311-2/+3
| |\ \ | |/ / |/| |
| * | Fixed bug [841280] - spinbox -from and -to defaults and behaviourfvogel2016-02-251-7/+9
* | | Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should...jan.nijtmans2016-08-311-1/+2
|/ /
* | Rebase to 8.6, getting rid of DEF_TEXT_SPACING[123]jan.nijtmans2016-01-101-13/+12
|\ \
| * | Removed unused flags argument in Configure function since Tk_ConfigureWidget ...fvogel2016-01-081-7/+6
| * | Use TK_OPTION_NULL_OK instead of TK_CONFIG_NULL_OKfvogel2016-01-081-6/+6
| |/
* | Fixed bug [793909] - Problem with nonexistent namespacesfvogel2015-12-191-6/+32
|\ \ | |/
| * Fixed bug [793909] - Problem with nonexistent namespacesfvogel2015-12-121-6/+32
* | Fixed bug [1700065] - error in trace proc on textvariable doesn't trigger bge...fvogel2015-12-191-30/+69
|\ \ | |/
| * Updated header comments of EntryValueChanged, InsertChars and DeleteChars sin...fvogel2015-12-121-3/+6
| * Fixed bug [1700065] - error in trace proc on textvariable doesn't trigger bge...fvogel2015-12-101-26/+62
* | Fixed bug [1414025] - Thin insertion cursor not visible in entryfvogel2015-10-221-1/+1
|\ \ | |/
| * Fixed bug [1414025] - Thin insertion cursor not visible in entryfvogel2015-10-201-1/+1
* | [2b6778efe8] handle sscanf() EOF errors.dgp2015-02-061-2/+2
|\ \ | |/
| * [2b6778efe8] handle sscanf() EOF errors.dgp2015-02-061-2/+2
* | Fix [2100430]: ttk::entry widget index must be integerjan.nijtmans2013-06-051-2/+2
|\ \ | |/
| * Fix [2100430]: ttk::entry widget index must be integerjan.nijtmans2013-06-051-9/+2
* | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to th...jan.nijtmans2013-03-071-2/+9
* | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper jenglish2013-02-271-12/+12