| Commit message (Expand) | Author | Age | Files | Lines |
* | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co... | jan.nijtmans | 2020-12-11 | 1 | -2/+2 |
|
|
* | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -4/+4 |
|
|
* | Merge trunk | jan.nijtmans | 2020-08-24 | 1 | -2/+2 |
|\ |
|
| * | New macro TkNewIndexObj(), which handled indices >= 2147483648 correctly when... | jan.nijtmans | 2020-08-20 | 1 | -2/+2 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2020-08-13 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Remove function TkMacOSXSetUpClippingRgn(), which does nothing. But keep its ... | jan.nijtmans | 2020-08-06 | 1 | -1/+1 |
|
|
* | | New TIP #580 implementation. Documentation still missing. | jan.nijtmans | 2020-07-14 | 1 | -4/+4 |
|/ |
|
* | Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from Christ... | fvogel | 2020-07-13 | 1 | -23/+45 |
|\ |
|
| * | merge core-8-6-branch | fvogel | 2020-07-12 | 1 | -11/+17 |
| |\ |
|
| | * | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez. | fvogel | 2020-07-08 | 1 | -2/+2 |
|
|
| * | | Fix [7655f65ae7]: text positioning issues in entry widgets. This is a patch f... | fvogel | 2020-04-19 | 1 | -9/+24 |
|
|
* | | | Fix [40e4bf6198]: Entry/spinbox: double free when textvariable set in validat... | fvogel | 2020-07-06 | 1 | -3/+7 |
|\ \ \
| | |/
| |/| |
|
| * | | More complete fix: deal with the case the textvariable is set more than once ... | fvogel | 2020-06-18 | 1 | -0/+3 |
|
|
| * | | Fix [40e4bf6198]: Entry: double free when textvariable set in validatecommand... | fvogel | 2020-06-14 | 1 | -3/+4 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-06-08 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix [2790615]: "update" performs Tk callbacks in its own stack frame. | jan.nijtmans | 2020-06-08 | 1 | -1/+1 |
|
|
| * | | Add (and use) new internal function TkUtfAtIndex(), which does the same as Tc... | jan.nijtmans | 2020-05-20 | 1 | -5/+7 |
| |\ \
| | |/
| |/| |
|
| | * | Add surrogate-aware TkUtfAtIndex and TkNumUtfChars. This is enough to allow ... | culler | 2020-05-19 | 1 | -8/+10 |
| |/ |
|
* | | Convert Tk_ItemIndexProc/Tk_ItemInsertProc to use size_t as index type, when ... | jan.nijtmans | 2020-05-26 | 1 | -114/+121 |
|
|
* | | Formatting and even more size_t usage. | jan.nijtmans | 2020-05-25 | 1 | -2/+2 |
|
|
* | | More progress | jan.nijtmans | 2020-05-24 | 1 | -28/+28 |
|
|
* | | More progress | jan.nijtmans | 2020-05-22 | 1 | -101/+101 |
|\ \ |
|
* | | | Use more size_t for *Sel*-related functions, in case compiling with Tcl 9 | jan.nijtmans | 2020-05-21 | 1 | -12/+12 |
|/ / |
|
* | | 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 | -37/+36 |
| |\ |
|
* | | | More usage of (internal) TkGetIntForIndex() function, and give this function ... | jan.nijtmans | 2020-03-20 | 1 | -1/+1 |
|
|
* | | | More internal use of TkGetIntForIndex() function. | jan.nijtmans | 2020-03-18 | 1 | -24/+21 |
|
|
* | | | TIP 569 remove lint comments | dgp | 2020-03-18 | 1 | -7/+6 |
|
|
* | | | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers. | jan.nijtmans | 2020-03-11 | 1 | -101/+101 |
|
|
* | | | Merge trunk | jan.nijtmans | 2020-02-13 | 1 | -30/+29 |
|\ \ \ |
|
| * \ \ | Merge 8.6 | jan.nijtmans | 2020-02-12 | 1 | -30/+29 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Use (more efficient) Tcl_GetIntFromObj() in stead of Tcl_GetInt() in a few pl... | jan.nijtmans | 2020-02-12 | 1 | -30/+29 |
|
|
* | | | | Merge trunk | jan.nijtmans | 2020-01-28 | 1 | -3/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | 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 |
|
|
* | | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -42/+53 |
|/ / / |
|
* | | | 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 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2019-11-26 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More c... | jan.nijtmans | 2019-11-21 | 1 | -1/+1 |
| |/ |
|
* | | Merge chavez_spinbox branch | Kevin Walzer | 2019-08-10 | 1 | -14/+10 |
|\ \
| |/ |
|
| * | Tweak display of spinboxes on macOS; thanks to Christopher Chavez for patch | Kevin Walzer | 2019-08-09 | 1 | -14/+10 |
|
|
* | | merge trunk | jan.nijtmans | 2019-06-05 | 1 | -17/+24 |
|\ \ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2019-05-16 | 1 | -17/+24 |
| |\ \
| | |/ |
|
| | * | Revised bug fix for [5d991b822e]. | dgp | 2019-05-15 | 1 | -17/+24 |
| | |\ |
|
| | | * | Similar tests and fix for [entry .... -textvariable] | dgp | 2019-05-12 | 1 | -2/+22 |
|
|
* | | | | Merge trunk | jan.nijtmans | 2019-05-10 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c... | jan.nijtmans | 2019-04-04 | 1 | -1/+1 |
|
|
* | | | | Merge trunk | jan.nijtmans | 2019-04-02 | 1 | -10/+10 |
|\ \ \ \
| |/ / / |
|
| * | | | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge... | jan.nijtmans | 2019-04-02 | 1 | -10/+10 |
|
|