| Commit message (Expand) | Author | Age | Files | Lines |
* | Make somewhat more C++-compatible (backported from 8.7) | jan.nijtmans | 2023-10-12 | 1 | -85/+92 |
|
|
* | Do away with all those type-casts. Compatibility with 9.0 is still no issue | jan.nijtmans | 2023-10-11 | 1 | -4/+4 |
|
|
* | Proposed fix for [d96974d99d], which should work with Tcl 8.6, 8.7 and 9.0 | jan.nijtmans | 2023-10-10 | 1 | -1/+1 |
|
|
* | Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ... | fvogel | 2023-01-14 | 1 | -6/+2 |
|
|
* | Provide explicit size in snprintf when needed. Fix gcc warning: 'argument to ... | fvogel | 2023-01-12 | 1 | -3/+4 |
|
|
* | Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve... | fvogel | 2023-01-10 | 1 | -6/+14 |
|
|
* | Tk_GetScrollInfo() -> Tk_GetScrollInfoObj(). Make invalid TK_SCROLL_???? valu... | jan.nijtmans | 2022-10-27 | 1 | -4/+4 |
|
|
* | Eliminate "register" keyword. Use more TCL_UNUSED() | jan.nijtmans | 2021-03-23 | 1 | -12/+12 |
|
|
* | 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 |
|
|
| * | 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 |
|
|
| * | 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 |
| |/ |
|
* | | Fix [7655f65ae7]: text positioning issues in entry widgets. This is a patch f... | fvogel | 2020-04-19 | 1 | -9/+24 |
|/ |
|
* | Better implementation of TkUtfToUniChar(), one that doesn't require cooperati... | jan.nijtmans | 2020-04-06 | 1 | -37/+36 |
|\ |
|
| * | Use (more efficient) Tcl_GetIntFromObj() in stead of Tcl_GetInt() in a few pl... | jan.nijtmans | 2020-02-12 | 1 | -30/+29 |
|
|
| * | Don't use "bool" as variable name. Possible conflict with "bool" type. | jan.nijtmans | 2020-01-28 | 1 | -3/+3 |
|
|
| * | Fix [02a69449b5]: Wrong database names for tk::spinbox | fvogel | 2019-12-10 | 1 | -4/+4 |
|
|
| * | Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More c... | jan.nijtmans | 2019-11-21 | 1 | -1/+1 |
|/ |
|
* | Tweak display of spinboxes on macOS; thanks to Christopher Chavez for patch | Kevin Walzer | 2019-08-09 | 1 | -14/+10 |
|
|
* | 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 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -5/+5 |
|\ \ \ |
|
| | * \ | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-08 | 1 | -16/+16 |
| | |\ \ |
|
| | | * | | Bring back more original "None" usages, and fix other warnings which graduall... | jan.nijtmans | 2019-01-03 | 1 | -1/+1 |
|
|
* | | | | | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -17/+17 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -17/+17 |
|
|
* | | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols
| jan.nijtmans | 2018-12-20 | 1 | -18/+18 |
|\ \ \ \ \
| |/ / / /
| | / / /
| |/ / /
|/| | | |
|
| * | | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2018-12-20 | 1 | -18/+18 |
| |/ / |
|
| * | | (cherry-pick) Fix [2049429]: Some options aren't picked up from the options d... | jan.nijtmans | 2016-01-12 | 1 | -13/+12 |
|
|
* | | | Fix [5d991b822e]: segmentation violation in TclObjLookupVarEx. Patch from Chr... | fvogel | 2018-01-28 | 1 | -2/+15 |
| |/
|/| |
|
* | | Test whether in a safe interpreter before writing to the PRIMARY selection. ... | kjnash | 2017-06-13 | 1 | -6/+12 |
|
|
* | | Merge core-8-6-branch. More surrogate handling, e.g. in HandleIMEComposition() | jan.nijtmans | 2016-09-27 | 1 | -4/+4 |
|\ \ |
|
* \ \ | Enhanced proposed fix [6c0d7aec67]: unicode text input Windows 8. More places... | jan.nijtmans | 2016-09-19 | 1 | -4/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | More simplifications | jan.nijtmans | 2016-09-19 | 1 | -4/+4 |
|
|
| * | | 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 |
| |\ \
| |/ /
|/| | |
|
| * | | Fixed bug [841280] - spinbox -from and -to defaults and behaviour | fvogel | 2016-02-25 | 1 | -7/+9 |
|
|
* | | | Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should... | jan.nijtmans | 2016-08-31 | 1 | -1/+2 |
|/ / |
|
* | | Rebase to 8.6, getting rid of DEF_TEXT_SPACING[123] | jan.nijtmans | 2016-01-10 | 1 | -13/+12 |
|\ \ |
|
| * | | Removed unused flags argument in Configure function since Tk_ConfigureWidget ... | fvogel | 2016-01-08 | 1 | -7/+6 |
|
|
| * | | Use TK_OPTION_NULL_OK instead of TK_CONFIG_NULL_OK | fvogel | 2016-01-08 | 1 | -6/+6 |
| |/ |
|
* | | Fixed bug [793909] - Problem with nonexistent namespaces | fvogel | 2015-12-19 | 1 | -6/+32 |
|\ \
| |/ |
|
| * | Fixed bug [793909] - Problem with nonexistent namespaces | fvogel | 2015-12-12 | 1 | -6/+32 |
|
|
* | | Fixed bug [1700065] - error in trace proc on textvariable doesn't trigger bge... | fvogel | 2015-12-19 | 1 | -30/+69 |
|\ \
| |/ |
|
| * | Updated header comments of EntryValueChanged, InsertChars and DeleteChars sin... | fvogel | 2015-12-12 | 1 | -3/+6 |
|
|
| * | Fixed bug [1700065] - error in trace proc on textvariable doesn't trigger bge... | fvogel | 2015-12-10 | 1 | -26/+62 |
|
|