| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2022-05-07 | 1 | -1/+1 |
|\ |
|
| * | Proposed fix for [eedd795d98]: sizeof(enum) != sizeof(int) | jan.nijtmans | 2022-05-05 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-05-05 | 1 | -1/+1 |
|\ \ |
|
| * | | Code cleanup, mainly eliminating unnecessary type-casts | jan.nijtmans | 2022-05-05 | 1 | -1/+1 |
| |/ |
|
| * | Code cleanup (more TCL_UNUSED, more type-casts, eol-spacing) | jan.nijtmans | 2022-03-02 | 1 | -84/+95 |
|
|
| * | Tune error message slightly again. | fvogel | 2022-02-03 | 1 | -1/+1 |
|
|
| * | Change slightly the error message to match what 8.7 returns ([3fefb364e2] is ... | fvogel | 2022-02-03 | 1 | -1/+1 |
|
|
| * | Fix [3fefb364e2]: crash in ttk::combobox current. Test combobox-2.8 now passes. | fvogel | 2022-02-01 | 1 | -1/+11 |
|
|
* | | Correct character counting bug in tkTextIndex.c, when TCL_UTF_MAX=3 | jan.nijtmans | 2022-03-22 | 1 | -1/+1 |
|
|
* | | Merge 8.6. Make anchorStrings, reliefString and justifyString MODULE_SCOPE | jan.nijtmans | 2021-12-14 | 1 | -4/+4 |
|\ \
| |/ |
|
* | | Fix [924835c36d]: ttk::combobox current 0 crashes in trunk (only). With regre... | jan.nijtmans | 2021-12-14 | 1 | -2/+2 |
|
|
* | | Backout previous commit, this is not the right way. | fvogel | 2021-05-02 | 1 | -1/+1 |
|
|
* | | Really test for < 0. Otherwise building Tk 8.7 against Tcl 8.6 (as in [https:... | fvogel | 2021-05-02 | 1 | -1/+1 |
|
|
* | | Refine previous fix | fvogel | 2021-05-01 | 1 | -3/+2 |
|
|
* | | Fix [8a5086219e]: ttk::entry issue | fvogel | 2021-05-01 | 1 | -1/+4 |
|
|
* | | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co... | jan.nijtmans | 2020-12-11 | 1 | -3/+3 |
|
|
* | | More (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -5/+5 |
|
|
* | | Merge trunk, and fix conflict in tests/ttk/scrollbar.test (due to [33556bc9]). | fvogel | 2020-10-31 | 1 | -3/+3 |
|\ \ |
|
| * | | Code cleanup (mainly unnecessary casts to (ClientData)) | jan.nijtmans | 2020-08-24 | 1 | -3/+3 |
|
|
* | | | Respect alphabetical order of commands in source code (no functional change). | fvogel | 2020-08-30 | 1 | -2/+2 |
|
|
* | | | Add new ttk widget command 'style' returning the style used by the widget. | fvogel | 2020-08-30 | 1 | -0/+3 |
|/ / |
|
* | | One more use of TkNewIndexObj() macro. More code cleanup | jan.nijtmans | 2020-08-20 | 1 | -1/+1 |
|
|
* | | New macro TkNewIndexObj(), which handled indices >= 2147483648 correctly when... | jan.nijtmans | 2020-08-20 | 1 | -7/+7 |
|
|
* | | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc... | fvogel | 2020-08-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | | Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from Christ... | fvogel | 2020-07-13 | 1 | -9/+30 |
|\ \ \
| |/ / |
|
| * | | 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 |
| |/ |
|
* | | Fix two (minor) warnings, discovered with gcc-10, using Tcl 9 headers) | jan.nijtmans | 2020-06-02 | 1 | -1/+1 |
|
|
* | | A few more tweaks, using size_t in Tcl 9 builds. | jan.nijtmans | 2020-05-27 | 1 | -11/+11 |
|
|
* | | Convert Tk_ItemIndexProc/Tk_ItemInsertProc to use size_t as index type, when ... | jan.nijtmans | 2020-05-26 | 1 | -49/+48 |
|
|
* | | Formatting and even more size_t usage. | jan.nijtmans | 2020-05-25 | 1 | -1/+1 |
|
|
* | | Fix 2 (minor) gcc warnings | jan.nijtmans | 2020-05-24 | 1 | -1/+1 |
|
|
* | | More progress | jan.nijtmans | 2020-05-24 | 1 | -7/+7 |
|
|
* | | More progress | jan.nijtmans | 2020-05-22 | 1 | -25/+25 |
|\ \ |
|
* | | | Use more size_t for *Sel*-related functions, in case compiling with Tcl 9 | jan.nijtmans | 2020-05-21 | 1 | -9/+9 |
|/ / |
|
* | | Merge 8.6 | jan.nijtmans | 2020-04-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Better implementation of TkUtfToUniChar(), one that doesn't require cooperati... | jan.nijtmans | 2020-04-06 | 1 | -3/+7 |
| |\ |
|
* | | | More usage of (internal) TkGetIntForIndex() function, and give this function ... | jan.nijtmans | 2020-03-20 | 1 | -2/+2 |
|
|
* | | | More internal use of TkGetIntForIndex() function. | jan.nijtmans | 2020-03-18 | 1 | -54/+25 |
|
|
* | | | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers. | jan.nijtmans | 2020-03-11 | 1 | -25/+25 |
|
|
* | | | Merge trunk | jan.nijtmans | 2020-02-26 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Fix 2 gcc warnings in win/ttkWinXPTheme.c due to the recent addition of "cons... | jan.nijtmans | 2020-02-19 | 1 | -2/+2 |
|
|
* | | | | Merge trunk | jan.nijtmans | 2020-02-17 | 1 | -4/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | More "const" additions. | jan.nijtmans | 2020-02-17 | 1 | -4/+4 |
|
|