| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc... | fvogel | 2020-08-19 | 1 | -1/+1 |
|\ |
|
| * | In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when -... | fvogel | 2020-07-18 | 1 | -1/+1 |
|
|
| * | In ttk layouts, when -expand 1 is specified, then -side is ignored. Ditto for... | fvogel | 2020-07-18 | 1 | -1/+1 |
|
|
* | | merge core-8-6-branch | fvogel | 2020-07-12 | 1 | -10/+10 |
|\ \
| |/ |
|
| * | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez. | fvogel | 2020-07-08 | 1 | -1/+1 |
|
|
| * | Add (and use) new internal function TkUtfAtIndex(), which does the same as Tc... | jan.nijtmans | 2020-05-20 | 1 | -9/+9 |
| |\ |
|
| | * | Add surrogate-aware TkUtfAtIndex and TkNumUtfChars. This is enough to allow ... | culler | 2020-05-19 | 1 | -11/+11 |
| |/ |
|
* | | Fix [7655f65ae7]: text positioning issues in entry widgets. This is a patch f... | fvogel | 2020-04-19 | 1 | -9/+30 |
|/ |
|
* | Better implementation of TkUtfToUniChar(), one that doesn't require cooperati... | jan.nijtmans | 2020-04-06 | 1 | -3/+7 |
|\ |
|
| * | Use (more efficient) Tcl_GetIntFromObj() in stead of Tcl_GetInt() in a few pl... | jan.nijtmans | 2020-02-12 | 1 | -1/+1 |
|
|
| * | Fix [2830360fff]: ttk::entry looses state invalid at focus events | fvogel | 2020-01-02 | 1 | -2/+6 |
|
|
| * | Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More c... | jan.nijtmans | 2019-11-21 | 1 | -1/+1 |
|/ |
|
* | Merge implementation of TIP #541 following positive vote by the TCT. | fvogel | 2019-05-26 | 1 | -9/+46 |
|\ |
|
| * | Fix [2858503fff]: 'end' index for ttk::combobox current | fvogel | 2019-05-03 | 1 | -9/+46 |
|
|
* | | Whitespace cleanup, syncronize a little with "trunk" version. | jan.nijtmans | 2019-05-09 | 1 | -1/+1 |
|
|
* | | Fix '.e index @'. The returned answer could be wrong if the scroll info was n... | fvogel | 2019-04-28 | 1 | -0/+1 |
|
|
* | | Factorize the code a bit, and avoid calling the layoutProc twice when calling... | fvogel | 2019-04-28 | 1 | -1/+1 |
|
|
* | | Revert irrelevant blank changes | fvogel | 2019-04-27 | 1 | -1/+0 |
|
|
* | | More generic fix, for [8261c517af] and [2513186fff]. | fvogel | 2019-04-27 | 1 | -8/+0 |
|
|
* | | Write code more consistently with the rest of the ttkEntry.c file | fvogel | 2019-04-26 | 1 | -3/+2 |
|
|
* | | Optimize the fix: the layout calculation is only needed if the display is out... | fvogel | 2019-04-26 | 1 | -1/+4 |
|
|
* | | Fix [2513186fff] and [f9343d8f72]: ttk::entry xview sub-command forces use of... | fvogel | 2019-04-22 | 1 | -0/+7 |
|/ |
|
*-. | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -10/+6 |
|\ \ |
|
| | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-08 | 1 | -4/+4 |
| | |\ |
|
| | | * | Bring back more original "None" usages, and fix other warnings which graduall... | jan.nijtmans | 2019-01-03 | 1 | -2/+2 |
|
|
* | | | | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -4/+4 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -5/+5 |
|
|
* | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols
| jan.nijtmans | 2018-12-20 | 1 | -5/+5 |
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| | |
|
| * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2018-12-20 | 1 | -5/+5 |
| |/ |
|
* | | Ooops, one line should have been removed in previous commit. Plus: don't conv... | fvogel | 2018-09-07 | 1 | -2/+1 |
|
|
* | | Better version of the patch, again by Csaba Nemethi | fvogel | 2018-09-07 | 1 | -6/+7 |
|
|
* | | bugfix branch for: [6fcaaa6f80]
| bll | 2018-08-31 | 1 | -1/+8 |
|
|
* | | Test whether in a safe interpreter before writing to the PRIMARY selection. ... | kjnash | 2017-06-13 | 1 | -3/+6 |
|
|
* | | More simplifications | jan.nijtmans | 2016-09-19 | 1 | -7/+7 |
|
|
* | | Rename TkUtfToUniChar32 to TkUtfToUniChar2, and various simplifications needi... | jan.nijtmans | 2016-09-16 | 1 | -15/+1 |
|
|
* | | Patch from Christian Werner, for evaluation | jan.nijtmans | 2016-09-16 | 1 | -1/+15 |
|
|
* | | Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should... | jan.nijtmans | 2016-08-31 | 1 | -2/+3 |
|\ \ |
|
| * | | Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should... | jan.nijtmans | 2016-08-31 | 1 | -1/+2 |
|/ / |
|
* | | Fix [2100430]: ttk::entry widget index must be integer | jan.nijtmans | 2013-06-05 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Fix [2100430]: ttk::entry widget index must be integer | jan.nijtmans | 2013-06-05 | 1 | -0/+8 |
|
|
* | | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw... | jan.nijtmans | 2013-02-01 | 1 | -2/+2 |
|\ \
| |/ |
|
* | | Replace various functions calls, for functions which are small wrappers aroun... | jan.nijtmans | 2013-01-14 | 1 | -4/+4 |
|
|
* | | [Bug 3567453]: Clip regions must be cleared with XSetClipMask and not | dkf | 2012-09-13 | 1 | -4/+6 |
|\ \
| |/ |
|
| * | [Bug 3567453]: Clip regions must be cleared with XSetClipMask and not | dkf | 2012-09-13 | 1 | -4/+6 |
|
|
* | | [Bug 3566594]: Fix clipping problem in classic X11; clip regions were leaking in | dkf | 2012-09-11 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | [Bug 3566594]: Fix clipping problem in classic X11; clip regions were leaking in | dkf | 2012-09-11 | 1 | -0/+3 |
|
|
* | | merge trunk | dkf | 2012-08-08 | 1 | -3/+3 |
|\ \ |
|
| * | | ttk::entry: Fix incorrect clip region computation [Bug 3552404] | jenglish | 2012-07-31 | 1 | -3/+3 |
|
|
* | | | minor improvements to flag handling | dkf | 2012-07-31 | 1 | -2/+2 |
|
|
* | | | Ttk and Aqua done | dkf | 2012-07-24 | 1 | -8/+10 |
|
|