Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2024-03-29 | 1 | -2/+2 |
|\ | |||||
| * | Fix [c2b8a44bb9]: compiler warnings about ckfree() | jan.nijtmans | 2024-03-29 | 1 | -2/+2 |
| * | Don't use "boolean" as variable name | jan.nijtmans | 2024-03-27 | 1 | -3/+3 |
* | | Merge 8.7 | jan.nijtmans | 2024-03-27 | 3 | -16/+16 |
|\ \ | |/ | |||||
| * | Revise some (void *)/(char *) usage. Now on X11, everything compiles/runs wit... | jan.nijtmans | 2024-03-27 | 2 | -12/+12 |
* | | Merge 8.7 | jan.nijtmans | 2024-03-25 | 3 | -112/+113 |
|\ \ | |/ | |||||
| * | Fix [76646bdf6]: "photo get" command leaks memory | jan.nijtmans | 2024-03-25 | 1 | -5/+4 |
| * | Fix indenting Use (char *)NULL sentinels. Some int -> Tcl_Size | jan.nijtmans | 2024-03-25 | 1 | -108/+109 |
| * | Fix Ttk_CreateTagTable() signature | jan.nijtmans | 2024-03-23 | 2 | -3/+3 |
| * | Allow more tags in ttk (when compiled against Tcl 9.0) | jan.nijtmans | 2024-03-23 | 2 | -10/+11 |
| * | Merge 8.6 | jan.nijtmans | 2024-03-23 | 1 | -2/+3 |
| |\ | |||||
| | * | re-generate internal stub tables | jan.nijtmans | 2024-03-23 | 2 | -0/+12 |
* | | | Merge 8.7 | jan.nijtmans | 2024-03-23 | 18 | -145/+154 |
|\ \ \ | |/ / | |||||
| * | | Another round of int -> Tcl_Size. Use more (char *)NULL in stead of simply NU... | jan.nijtmans | 2024-03-23 | 21 | -178/+201 |
| * | | Merge 8.6 | jan.nijtmans | 2024-03-15 | 4 | -14/+30 |
| |\ \ | |||||
| * | | | Fix --disable-shared build | jan.nijtmans | 2024-03-15 | 1 | -9/+15 |
| * | | | Handle Tcl_UtfToUniChar/Tcl_UniCharToUtf correctly as wellcore-bug-53fdb87e49 | jan.nijtmans | 2024-03-14 | 3 | -25/+15 |
| * | | | Better approach, using "Tk" prefix for UTF-32 versions of API | jan.nijtmans | 2024-03-14 | 10 | -80/+62 |
| * | | | More progress, backporting bugfix from Tk 9.0 | jan.nijtmans | 2024-03-13 | 1 | -6/+16 |
| * | | | Merge 8.7 | jan.nijtmans | 2024-03-13 | 34 | -287/+203 |
| |\ \ \ | |||||
| | * \ \ | Fix [47d4f29159]: Ignored binding scripts for events with detail field Notify... | jan.nijtmans | 2024-03-08 | 1 | -17/+2 |
| | |\ \ \ | |||||
| * | | | | | Continuing work on [53fdb87e49] for 8.7: Glyph indexing is still unperfect | jan.nijtmans | 2024-02-09 | 2 | -1/+40 |
* | | | | | | Fix [fdc0ed342d]: Segfault on focus -force with xvfb. | fvogel | 2024-03-19 | 1 | -2/+3 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | A bit better debug info in focusDebug mode. | fvogel | 2024-03-17 | 1 | -2/+2 |
| * | | | | | Fix [fdc0ed342d]: Segfault on focus -force with xvfb | fvogel | 2024-03-17 | 1 | -1/+1 |
| * | | | | | Add test focus-8.1 currently segfaulting on Linux with xvfb and demonstrating... | fvogel | 2024-03-17 | 1 | -0/+1 |
| * | | | | | eliminate end-of-line spacing in send.test. Code cleanup in tkFont.c | jan.nijtmans | 2024-03-16 | 1 | -17/+21 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Complement to the fix for [47d4f29159]: Ignored binding scripts for events wi... | fvogel | 2024-03-15 | 4 | -14/+30 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Complement to the fix for [47d4f29159]: Ignored binding scripts for events wi... | fvogel | 2024-03-15 | 4 | -14/+30 |
| |\ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | Fix mistake in comment. | fvogel | 2024-03-14 | 1 | -1/+1 |
| | * | | | Don't use the <<EnteredChild>> event anymore internally in Tk. Eradicate the ... | fvogel | 2024-03-13 | 1 | -6/+8 |
| | * | | | Adjust comments in PickCurrentItem(), TkTextPickCurrent() and CoreEventProc(). | fvogel | 2024-03-13 | 3 | -8/+22 |
* | | | | | Tcl_LinkVar doesn't need typecast any more (starting with Tcl 8.7) | jan.nijtmans | 2024-03-13 | 1 | -2/+2 |
* | | | | | Remove some dead code | jan.nijtmans | 2024-03-08 | 1 | -48/+1 |
* | | | | | Fix [47d4f29159]: Ignored binding scripts for events with detail field Notify... | fvogel | 2024-03-07 | 1 | -17/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fix [47d4f29159]: Ignored binding scripts for events with detail field Notify... | fvogel | 2024-03-07 | 1 | -17/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Fix [47d4f29159]: Ignored binding scripts for events with detail field Notify... | fvogel | 2024-02-25 | 1 | -17/+2 |
| * | | | | merge 8.6 | dgp | 2024-02-21 | 6 | -7/+7 |
| |\ \ \ \ | | |/ / / | |||||
| * | | | | merge 8.6 | dgp | 2024-02-09 | 1 | -3/+3 |
| |\ \ \ \ | |||||
| * \ \ \ \ | merge 8.6 | dgp | 2024-02-07 | 1 | -0/+1 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | merge 8.6 | dgp | 2024-01-24 | 2 | -125/+235 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | More needed 13 -> 14 bumps | jan.nijtmans | 2024-01-17 | 1 | -1/+1 |
| * | | | | | | | Bump to 8.6.14 for release | griffin | 2024-01-16 | 1 | -1/+1 |
* | | | | | | | | Merge 8.7 | jan.nijtmans | 2024-03-07 | 18 | -167/+111 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | Another round of int -> Tcl_Size changes | jan.nijtmans | 2024-03-07 | 19 | -206/+148 |
| * | | | | | | | a6 -> b1, as preparation for possible release (one day, hopefully) | jan.nijtmans | 2024-03-06 | 1 | -3/+3 |
* | | | | | | | | Merge 8.7. b1 -> b2: preparation for release | jan.nijtmans | 2024-03-05 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
* | | | | | | | | Merge 8.7 | jan.nijtmans | 2024-02-19 | 2 | -9/+9 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Text tag priorities should be Tcl_Size (just as numTags) | jan.nijtmans | 2024-02-19 | 2 | -9/+9 |
* | | | | | | | | Merge 8.7 | jan.nijtmans | 2024-02-19 | 5 | -33/+26 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |