| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2020-01-28 | 1 | -3/+3 |
|\ |
|
| * | Don't use "bool" as variable name. Possible conflict with "bool" type. | jan.nijtmans | 2020-01-28 | 1 | -3/+3 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-01-27 | 1 | -4/+0 |
|\ \
| |/ |
|
| * | No need to include "tk.h" here: It's already included in tkInt.h (through tkP... | jan.nijtmans | 2020-01-27 | 1 | -4/+0 |
|
|
* | | merge 8.6 | dgp | 2020-01-24 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | silence "unused variable" warning | dgp | 2020-01-24 | 1 | -1/+0 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-01-19 | 2 | -11/+0 |
|\ \
| |/ |
|
| * | Remove 2 comments which are simply not correct (nor useful) any more | jan.nijtmans | 2020-01-19 | 2 | -11/+0 |
|
|
* | | Fix [077d49828b]: notebook tab 'ambiguous compound' failure/regression, by ma... | fvogel | 2020-01-18 | 1 | -5/+10 |
|\ \
| |/ |
|
| * | Fix [077d49828b]: notebook tab 'ambiguous compound' failure/regression, by ma... | fvogel | 2020-01-18 | 1 | -5/+10 |
| |\ |
|
| | * | Fix [077d49828b]: notebook tab 'ambiguous compound' failure/regression, by ma... | fvogel | 2019-12-31 | 1 | -5/+10 |
|
|
* | | | Fix [2830360fff]: ttk::entry looses state invalid at focus events. Add non-re... | fvogel | 2020-01-18 | 1 | -2/+6 |
|\ \ \
| |/ / |
|
| * | | Fix [2830360fff]: ttk::entry looses state invalid at focus events. Add non-re... | fvogel | 2020-01-18 | 1 | -2/+6 |
| |\ \ |
|
| | * | | Fix [2830360fff]: ttk::entry looses state invalid at focus events | fvogel | 2020-01-02 | 1 | -2/+6 |
| | |/ |
|
* | | | Fix [587937fff]: Don't shuffle tag list sequence upon deletion. Add non regre... | fvogel | 2020-01-18 | 1 | -3/+18 |
|\ \ \
| |/ / |
|
| * | | Fix [587937fff]: Don't shuffle tag list sequence upon deletion. Add non regre... | fvogel | 2020-01-18 | 1 | -3/+18 |
| |\ \ |
|
| | * | | Don't shuffle tags when moving the 'current' tag among items. | fvogel | 2019-12-24 | 1 | -1/+3 |
|
|
| | * | | Fix error (with no consequence) in sizeof() request, and remove useless cast ... | fvogel | 2019-12-24 | 1 | -2/+2 |
|
|
| | * | | Restore tabs on lines that were actually not changed by the fix. | fvogel | 2019-12-24 | 1 | -5/+5 |
|
|
| | * | | Refine the second implementation fixing [587937fff]: Don't shuffle tag list s... | fvogel | 2019-12-24 | 1 | -8/+1 |
|
|
| | * | | A second (and better) implementation fixing [587937fff]: Don't shuffle tag li... | fvogel | 2019-12-24 | 1 | -6/+22 |
|
|
| | * | | A first implementation fixing [587937fff]: Don't shuffle tag list sequence up... | fvogel | 2019-12-24 | 1 | -7/+11 |
| | |/ |
|
* | | | Fix [1771594fff]: icursor @x,y fails for non-default scrollregions. Add non r... | fvogel | 2020-01-18 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Fix [1771594fff]: icursor @x,y fails for non-default scrollregions. Test canv... | fvogel | 2019-12-23 | 1 | -2/+2 |
| |/ |
|
* | | Documentation update: Use Button in stead of ButtonPress and Key in stead of ... | jan.nijtmans | 2020-01-16 | 1 | -2/+2 |
|
|
* | | Fix [02a69449b5]: Wrong database names for tk::spinbox | fvogel | 2019-12-14 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Fix [02a69449b5]: Wrong database names for tk::spinbox | fvogel | 2019-12-10 | 1 | -4/+4 |
|
|
* | | Fix build against Tcl 9 | dgp | 2019-12-06 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-12-05 | 1 | -15/+0 |
|\ \
| |/ |
|
| * | Build without -DUNICDE -D_UNICODE, since it's not necessary any-more (all cod... | jan.nijtmans | 2019-12-05 | 1 | -15/+0 |
|
|
* | | Use Tcl_UtfToChar16DString() in stead of Tcl_UtfToUniCharDString(), since the... | jan.nijtmans | 2019-12-04 | 1 | -0/+2 |
|
|
* | | Merge 8.6. When compiling against Tcl 9.0 headers, don't allow Emoji escape s... | jan.nijtmans | 2019-12-01 | 1 | -1/+6 |
|\ \
| |/ |
|
| * | In tkUnixFont, make sure that the utf-to-ucs2 encoder clamps at 0xFFFF. Use m... | jan.nijtmans | 2019-12-01 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-11-29 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix [d4f5620f5d]: font-4.14 fails (font actual with unicode). Add another tes... | jan.nijtmans | 2019-11-29 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-11-26 | 3 | -23/+19 |
|\ \
| |/ |
|
| * | Various cleanups in Unicode handling. Note that without Xft on X11 we don't h... | jan.nijtmans | 2019-11-26 | 3 | -23/+19 |
| |\ |
|
| | * | More code simplification | jan.nijtmans | 2019-11-21 | 1 | -15/+12 |
|
|
| | * | Oops _WIN32 with single underscore | jan.nijtmans | 2019-11-21 | 1 | -1/+1 |
|
|
| | * | Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More c... | jan.nijtmans | 2019-11-21 | 3 | -10/+13 |
|
|
| * | | merge release | dgp | 2019-11-22 | 1 | -2/+2 |
| |\ \
| | |/
| |/| |
|
| | * | Merge 8.6 except for the broken demo. | dgp | 2019-11-20 | 1 | -1/+14 |
| | |\ |
|
| | * \ | merge 8.6 | dgp | 2019-11-15 | 1 | -1/+180 |
| | |\ \ |
|
| | * \ \ | merge 8.6 | dgp | 2019-11-02 | 2 | -4/+4 |
| | |\ \ \ |
|
| | * \ \ \ | merge 8.6 | dgp | 2019-10-28 | 2 | -23/+4 |
| | |\ \ \ \ |
|
| | * \ \ \ \ | merge 8.6 | dgp | 2019-10-25 | 1 | -1/+2 |
| | |\ \ \ \ \ |
|
| | * \ \ \ \ \ | merge 8.6 | dgp | 2019-10-21 | 3 | -789/+873 |
| | |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | Merge core-8-6-branch | Kevin Walzer | 2019-10-07 | 3 | -29/+29 |
| | |\ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ | merge 8.6core-8-6-10 | dgp | 2019-10-04 | 2 | -6/+6 |
| | |\ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ | merge 8.6 | dgp | 2019-10-02 | 3 | -36/+36 |
| | |\ \ \ \ \ \ \ \ \ |
|