summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkEntry.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc...fvogel2020-08-191-1/+1
|\
| * In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when -...fvogel2020-07-181-1/+1
| * In ttk layouts, when -expand 1 is specified, then -side is ignored. Ditto for...fvogel2020-07-181-1/+1
* | merge core-8-6-branchfvogel2020-07-121-10/+10
|\ \ | |/
| * Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
| * Add (and use) new internal function TkUtfAtIndex(), which does the same as Tc...jan.nijtmans2020-05-201-9/+9
| |\
| | * Add surrogate-aware TkUtfAtIndex and TkNumUtfChars. This is enough to allow ...culler2020-05-191-11/+11
| |/
* | Fix [7655f65ae7]: text positioning issues in entry widgets. This is a patch f...fvogel2020-04-191-9/+30
|/
* Better implementation of TkUtfToUniChar(), one that doesn't require cooperati...jan.nijtmans2020-04-061-3/+7
|\
| * Use (more efficient) Tcl_GetIntFromObj() in stead of Tcl_GetInt() in a few pl...jan.nijtmans2020-02-121-1/+1
| * Fix [2830360fff]: ttk::entry looses state invalid at focus eventsfvogel2020-01-021-2/+6
| * Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More c...jan.nijtmans2019-11-211-1/+1
|/
* Merge implementation of TIP #541 following positive vote by the TCT.fvogel2019-05-261-9/+46
|\
| * Fix [2858503fff]: 'end' index for ttk::combobox currentfvogel2019-05-031-9/+46
* | Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-091-1/+1
* | Fix '.e index @'. The returned answer could be wrong if the scroll info was n...fvogel2019-04-281-0/+1
* | Factorize the code a bit, and avoid calling the layoutProc twice when calling...fvogel2019-04-281-1/+1
* | Revert irrelevant blank changesfvogel2019-04-271-1/+0
* | More generic fix, for [8261c517af] and [2513186fff].fvogel2019-04-271-8/+0
* | Write code more consistently with the rest of the ttkEntry.c filefvogel2019-04-261-3/+2
* | Optimize the fix: the layout calculation is only needed if the display is out...fvogel2019-04-261-1/+4
* | Fix [2513186fff] and [f9343d8f72]: ttk::entry xview sub-command forces use of...fvogel2019-04-221-0/+7
|/
*-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-10/+6
|\ \
| | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-4/+4
| | |\
| | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-2/+2
* | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-4/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-5/+5
* | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-5/+5
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-5/+5
| |/
* | Ooops, one line should have been removed in previous commit. Plus: don't conv...fvogel2018-09-071-2/+1
* | Better version of the patch, again by Csaba Nemethifvogel2018-09-071-6/+7
* | bugfix branch for: [6fcaaa6f80] bll2018-08-311-1/+8
* | Test whether in a safe interpreter before writing to the PRIMARY selection. ...kjnash2017-06-131-3/+6
* | More simplificationsjan.nijtmans2016-09-191-7/+7
* | 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
|\ \
| * | Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should...jan.nijtmans2016-08-311-1/+2
|/ /
* | Fix [2100430]: ttk::entry widget index must be integerjan.nijtmans2013-06-051-0/+8
|\ \ | |/
| * Fix [2100430]: ttk::entry widget index must be integerjan.nijtmans2013-06-051-0/+8
* | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw...jan.nijtmans2013-02-011-2/+2
|\ \ | |/
* | Replace various functions calls, for functions which are small wrappers aroun...jan.nijtmans2013-01-141-4/+4
* | [Bug 3567453]: Clip regions must be cleared with XSetClipMask and notdkf2012-09-131-4/+6
|\ \ | |/
| * [Bug 3567453]: Clip regions must be cleared with XSetClipMask and notdkf2012-09-131-4/+6
* | [Bug 3566594]: Fix clipping problem in classic X11; clip regions were leaking indkf2012-09-111-0/+3
|\ \ | |/
| * [Bug 3566594]: Fix clipping problem in classic X11; clip regions were leaking indkf2012-09-111-0/+3
* | merge trunkdkf2012-08-081-3/+3
|\ \
| * | ttk::entry: Fix incorrect clip region computation [Bug 3552404]jenglish2012-07-311-3/+3
* | | minor improvements to flag handlingdkf2012-07-311-2/+2
* | | Ttk and Aqua donedkf2012-07-241-8/+10