| Commit message (Expand) | Author | Age | Files | Lines |
* | Ticket [2d3a81c0] MS-Win: segfault on menubutton destroy: merge fix branch | oehhar | 2024-07-22 | 2 | -1/+7 |
|\ |
|
| * | Comments changed | oehhar | 2024-07-18 | 2 | -6/+3 |
|
|
| * | Ticket [2d3a81c0] menubutton destroy segfault: preserve menu pointer in tkWin... | oehhar | 2024-07-18 | 2 | -7/+10 |
|
|
| * | Ticket [2d3a81c0] menubutton destroy segfault: proposed solution to preserve ... | oehhar | 2024-07-18 | 1 | -0/+6 |
|
|
* | | Accommodate Microsoft compilers which do not allow expressions in a literal c... | culler | 2024-07-21 | 1 | -1/+1 |
|
|
* | | Fix [13f4eabe]: 0.35278 != 25.4 / 72.0 in double precision arithmetic. | culler | 2024-07-19 | 1 | -1/+1 |
|/ |
|
* | Fix Tk_ObjCustomOption documentation | jan.nijtmans | 2024-07-12 | 1 | -1/+1 |
|
|
* | Fix [51ece3786f]: crash with dchars on line with arrows. | fvogel | 2024-07-06 | 2 | -2/+9 |
|\ |
|
| * | Fix [51ece3786f]: crash with dchars on line with arrows. | fvogel | 2024-06-27 | 1 | -2/+2 |
|
|
| * | Add test canvas-11.4 demonstrating bug [51ece3786f]. | fvogel | 2024-06-27 | 1 | -0/+7 |
|
|
* | | Temporary disable building on MacOS with --disable-aqua: This is not a Tk pro... | jan.nijtmans | 2024-07-02 | 1 | -1/+1 |
|
|
* | | Disable entry-3.24 testcase on XQuartz. See: [36e379c01b], which is now visib... | jan.nijtmans | 2024-07-01 | 1 | -1/+3 |
|
|
* | | macos-11 is no longer available on GITHUB, so switch to macos-12 | jan.nijtmans | 2024-06-30 | 1 | -2/+2 |
|/ |
|
* | Sync nmakehelp.c with Tcl | jan.nijtmans | 2024-06-26 | 1 | -22/+27 |
|
|
* | Fix build (missing ')'). Some indenting | jan.nijtmans | 2024-06-26 | 1 | -12/+12 |
|
|
* | Don't use -encoding "binary" any more in Tk. Backport some more formatting ch... | jan.nijtmans | 2024-06-25 | 6 | -183/+162 |
|
|
* | Fix typo in comment. | fvogel | 2024-06-23 | 1 | -1/+1 |
|\ |
|
| * | Fix typo in comment. | fvogel | 2024-06-23 | 1 | -1/+1 |
|
|
* | | Backout incorrect fix [d7b0c443], that created problem [a0dca39fd1]. | fvogel | 2024-06-23 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | Backout incorrect fix [d7b0c443], that created problem [a0dca39fd1]. | fvogel | 2024-06-23 | 1 | -1/+0 |
|
|
| * | merge core-8-6-branch | fvogel | 2024-06-23 | 209 | -2918/+4922 |
| |\
| |/
|/| |
|
* | | Updated the Widget Demo script cscroll.tcl. | csaba | 2024-06-21 | 2 | -7/+6 |
|
|
* | | Ticket [865af014]: add error message on corrupt gif file | oehhar | 2024-06-18 | 3 | -1/+24 |
|\ \ |
|
| * | | Fix test number and indentation. | fvogel | 2024-06-14 | 1 | -4/+4 |
|
|
| * | | Merge 8.6 | oehhar | 2024-06-14 | 142 | -2166/+3947 |
| |\ \
| |/ /
|/| | |
|
* | | | Fix [dacd18294b]: Undefined behavior in tkTextBTree.c (out of bounds access i... | jan.nijtmans | 2024-06-14 | 1 | -3/+6 |
|\ \ \ |
|
| * | | | Possible fix for [dacd18294b]: Undefined behavior in tkTextBTree.c (out of bo... | jan.nijtmans | 2024-06-13 | 1 | -3/+5 |
|/ / / |
|
* | | | Fix [1576528fff]: image read file with -from option. | fvogel | 2024-06-11 | 5 | -182/+201 |
|\ \ \ |
|
| * | | | Add more tests for GIF and PNG images: read large region from small file. | fvogel | 2024-06-09 | 1 | -0/+15 |
|
|
| * | | | Add more tests for GIF and PNG images read with -from, -to and -shrink options. | fvogel | 2024-06-09 | 1 | -0/+15 |
|
|
| * | | | Remove constraint hasTeapotPhoto, the image file used in the tests is distrib... | fvogel | 2024-06-09 | 1 | -88/+32 |
|
|
| * | | | Add more tests for GIF and PNG images read with -from and/or -to options. | fvogel | 2024-06-09 | 1 | -8/+36 |
|
|
| * | | | Fix width and height of the image read (PNG case only, GIF was already OK). | fvogel | 2024-06-09 | 2 | -10/+10 |
|
|
| * | | | Remove constraints hasEarthPhoto and hasOusterPhoto, the image files used in ... | fvogel | 2024-06-09 | 3 | -57/+33 |
|
|
| * | | | Fix [1576528fff]: image read file with -from option - PNG case | fvogel | 2024-06-09 | 1 | -36/+40 |
|
|
| * | | | Less ugly fix for the GIF case. | fvogel | 2024-06-09 | 1 | -8/+8 |
|
|
| * | | | Add test imgPhoto-19.3 demonstrating bug [1576528] for the PNG case, and imgP... | fvogel | 2024-06-08 | 3 | -1/+18 |
|
|
| * | | | Fix [1576528fff]: image read file with -from option - GIF case | fvogel | 2024-06-08 | 1 | -0/+3 |
|
|
| * | | | Add test imgPhoto-19.1 demonstrating bug [1576528] for the GIF case, and imgP... | fvogel | 2024-06-08 | 3 | -3/+20 |
|
|
* | | | | Fix [a0241c0e25]: photo image copy command can unexpectedly hang for 20+ seco... | fvogel | 2024-06-09 | 2 | -1/+12 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Better fix for [a0241c0e25]. The checks for coordinates outside of the source... | fvogel | 2024-06-08 | 2 | -5/+3 |
|
|
| * | | | Add explanatory comment. | fvogel | 2024-06-08 | 1 | -0/+2 |
|
|
| * | | | Fix [a0241c0e25]: photo image copy command can unexpectedly hang for 20+ seco... | fvogel | 2024-06-08 | 1 | -1/+1 |
|
|
| * | | | Add test imgPhoto-12.5 demonstrating bug [a0241c0e25]. | fvogel | 2024-06-08 | 1 | -0/+11 |
|/ / / |
|
* | | | Backport some (modified) ttk testcases from 8.7 | jan.nijtmans | 2024-06-03 | 2 | -1/+41 |
|
|
* | | | Fix [0fb337ea84]: ttk::combobox selection overruns downarrow element. Thanks ... | fvogel | 2024-06-02 | 1 | -3/+8 |
|\ \ \ |
|
| * | | | Fix [0fb337ea84]: ttk::combobox selection overruns downarrow element. Thanks ... | fvogel | 2024-05-29 | 1 | -3/+8 |
|/ / / |
|
* | | | Fix [8162e9b7a9]: Fonts are always scaled with UI when creating new instances... | fvogel | 2024-05-29 | 2 | -39/+50 |
|\ \ \ |
|
| * | | | Request font with pixel size 13 instead of 11, so that font-44.1 passes witho... | fvogel | 2024-05-28 | 1 | -2/+2 |
|
|
| * | | | #ifdef DEBUG_FONTSEL --> #if DEBUG_FONTSEL in tkUnixRFont.c | fvogel | 2024-05-28 | 1 | -3/+3 |
|
|