| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [82d5a93a46]: 8.6 Documentation/comment typo fixes | jan.nijtmans | 2024-02-16 | 1 | -1/+1 |
|
|
* | Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ... | fvogel | 2023-01-14 | 1 | -8/+0 |
|
|
* | Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve... | fvogel | 2023-01-10 | 1 | -3/+11 |
|
|
* | merge 8.6 | fvogel | 2022-04-03 | 1 | -2/+16 |
|\ |
|
| * | Fix memory problem revealed by valgrind with textWind-18.2. At this point dIn... | fvogel | 2022-01-30 | 1 | -0/+7 |
|
|
| * | Don't use return in DisplayText but 'goto end' so that Tcl_Preserve / Tcl_Rel... | fvogel | 2022-01-23 | 1 | -1/+1 |
|
|
| * | More accurate comment. Indeed long ago there used to be Tcl_Preserve/Tcl_Rele... | fvogel | 2022-01-23 | 1 | -1/+1 |
|
|
| * | Fix the second part of [1501749fff]. Now textWind-18.2 passes. | fvogel | 2022-01-23 | 1 | -0/+7 |
|
|
* | | merge 8.6 | fvogel | 2022-01-05 | 1 | -38/+41 |
|\ \
| |/ |
|
| * | Don't use TK_TEXT_TABSTYLE_NONE/TEXT_WRAPMODE_NULL in comparisons, just use t... | jan.nijtmans | 2021-12-20 | 1 | -38/+41 |
|
|
* | | Move comment where it really belongs. | fvogel | 2021-08-01 | 1 | -5/+6 |
|/ |
|
* | More usage of TCL_UNUSED() and implicit type-casts. Eliminate "register" keyword | jan.nijtmans | 2020-09-25 | 1 | -14/+14 |
|
|
* | Fix [3bc0f44ef3]: UBSan complains about body.chars[] usage | jan.nijtmans | 2020-09-11 | 1 | -1/+1 |
|\ |
|
| * | Merge trunk | jan.nijtmans | 2020-09-10 | 1 | -29/+14 |
| |\ |
|
| | * | Merge 8.6 | jan.nijtmans | 2020-09-10 | 1 | -31/+16 |
| | |\
| |_|/
|/| | |
|
| * | | Merge trunk. Introduce TKFLEXARRAY, since this usage is a GNU extension (late... | jan.nijtmans | 2020-09-10 | 1 | -2/+2 |
| |/ |
|
| * | New TIP #580 implementation. Documentation still missing. | jan.nijtmans | 2020-07-14 | 1 | -2/+2 |
|
|
| * | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez. | fvogel | 2020-07-08 | 1 | -2/+2 |
| |\ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2020-06-08 | 1 | -2/+2 |
| |\ \ |
|
| * \ \ | Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidget | culler | 2020-05-31 | 1 | -2/+2 |
| |\ \ \ |
|
| * \ \ \ | Remove some unnecessary macOS conditional code by using internal stubs. | culler | 2020-05-29 | 1 | -16/+24 |
| |\ \ \ \ |
|
| * | | | | | Convert Tk_ItemIndexProc/Tk_ItemInsertProc to use size_t as index type, when ... | jan.nijtmans | 2020-05-26 | 1 | -2/+3 |
|
|
| * | | | | | Formatting and even more size_t usage. | jan.nijtmans | 2020-05-25 | 1 | -1/+1 |
|
|
| * | | | | | More progress | jan.nijtmans | 2020-05-24 | 1 | -5/+5 |
|
|
| * | | | | | More progress | jan.nijtmans | 2020-05-22 | 1 | -13/+12 |
| |\ \ \ \ \ |
|
| * | | | | | | More progress | jan.nijtmans | 2020-05-21 | 1 | -1/+3 |
| |/ / / / / |
|
| * | | | | | TIP 569 remove lint comments | dgp | 2020-03-18 | 1 | -1/+1 |
|
|
| * | | | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -44/+60 |
|
|
| * | | | | | Sort all usage of "pages", "pixels" and "units", make it alphabetical, in imp... | jan.nijtmans | 2019-07-30 | 1 | -3/+3 |
|
|
| * | | | | | Merge trunk | jan.nijtmans | 2019-05-10 | 1 | -2/+2 |
| |\ \ \ \ \ |
|
| | * | | | | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c... | jan.nijtmans | 2019-04-04 | 1 | -2/+2 |
|
|
| * | | | | | | Merge trunk | jan.nijtmans | 2019-04-02 | 1 | -1/+1 |
| |\ \ \ \ \ \
| | |/ / / / / |
|
| | * | | | | | Tcl_BackgroundError -> Tcl_BackgroundException. Mark deprecated macro's as su... | jan.nijtmans | 2019-02-15 | 1 | -1/+1 |
|
|
| * | | | | | | Merge 8.7 | jan.nijtmans | 2019-01-13 | 1 | -38/+72 |
| |\ \ \ \ \ \
| | |/ / / / / |
|
| | * | | | | | Merge 8.6 | jan.nijtmans | 2019-01-10 | 1 | -19/+19 |
| | |\ \ \ \ \ |
|
| | * \ \ \ \ \ | Resolve bug [18a4ba19bd]. Make winfo containing behave consistently across | culler | 2019-01-04 | 1 | -0/+1 |
| | |\ \ \ \ \ \ |
|
| | * | | | | | | | Remove 3 lines of code in tkTextDisp.c which had become obsolete but were | jan.nijtmans | 2019-01-03 | 1 | -4/+0 |
|
|
| | * | | | | | | | Fix bug [b2dd3b4fe8] (text-11a.41 sometimes hangs) by reworking how the | jan.nijtmans | 2019-01-03 | 1 | -20/+57 |
|
|
| * | | | | | | | | Merge trunk | jan.nijtmans | 2018-12-08 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \
| | |/ / / / / / / |
|
| | * | | | | | | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more. | jan.nijtmans | 2018-12-08 | 1 | -1/+1 |
|
|
| * | | | | | | | | merge trunk | jan.nijtmans | 2018-12-01 | 1 | -5/+6 |
| |\ \ \ \ \ \ \ \
| | |/ / / / / / / |
|
| | * | | | | | | | Cherry-pick Fix [0a9c91951b]: text-11a.22 segfault in trunk | jan.nijtmans | 2018-11-30 | 1 | -1/+2 |
|
|
| | * | | | | | | | There's never need to cast NULL to (char *) | jan.nijtmans | 2018-11-27 | 1 | -4/+4 |
| | |\ \ \ \ \ \ \ |
|
| * | \ \ \ \ \ \ \ | Merge trunk | jan.nijtmans | 2018-11-25 | 1 | -14/+46 |
| |\ \ \ \ \ \ \ \ \
| | |/ / / / / / / / |
|
| | * | | | | | | | | Many updates for macOS. Most, but not all, were triggered by changes between... | culler | 2018-10-30 | 1 | -7/+40 |
| | |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | Another round of (internal) int|long -> size_t replacements, at least when co... | jan.nijtmans | 2018-10-16 | 1 | -7/+6 |
|
|
| | * | | | | | | | | | Use more size_t internally, comparable with TIP #494 but then in Tk. Eliminat... | jan.nijtmans | 2018-10-15 | 1 | -1/+1 |
|
|
| * | | | | | | | | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof() | jan.nijtmans | 2018-10-06 | 1 | -1/+1 |
| |/ / / / / / / / / |
|
| * | | | | | | | | | More of of size_t in photo implementation, and remove unnecessary #includes | jan.nijtmans | 2018-08-13 | 1 | -6/+0 |
|
|
| * | | | | | | | | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca... | jan.nijtmans | 2018-08-11 | 1 | -2/+2 |
|
|