| Commit message (Expand) | Author | Age | Files | Lines |
* | Add braces, indenting | jan.nijtmans | 2024-06-18 | 1 | -16/+21 |
|
|
* | Merge 8.6 | oehhar | 2024-06-18 | 3 | -1/+24 |
|\ |
|
| * | 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 |
| | |\
| | |/
| |/| |
|
| | * | Ticket [865af0148c] GIF errornously accepted if colormap segment is truncated | oehhar | 2024-06-14 | 3 | -1/+24 |
|
|
* | | | "less than 0" -> negative, as everywhere else in the documentation | jan.nijtmans | 2024-06-17 | 16 | -29/+29 |
|
|
* | | | Move scrollbar sanity checks from platform-code to generic. Fix indenting in ... | jan.nijtmans | 2024-06-17 | 19 | -934/+932 |
|
|
* | | | Unintentional change in tk.h | jan.nijtmans | 2024-06-16 | 1 | -1/+0 |
|
|
* | | | Something wrong with previous commit | jan.nijtmans | 2024-06-16 | 1 | -1/+1 |
|
|
* | | | Implement TK_CONFIG_NULL_OK for TK_CONFIG_PIXELS. Needed for "-elementborderw... | jan.nijtmans | 2024-06-16 | 12 | -27/+40 |
|
|
* | | | Remove TK_OPTION_NULL_OK usage in tkPlace.c, doesn't belong there. Some inden... | jan.nijtmans | 2024-06-16 | 3 | -57/+57 |
|
|
* | | | Better fix for [4d0a6f32b7]: Unique behavior of some options in the message w... | jan.nijtmans | 2024-06-14 | 7 | -111/+254 |
|\ \ \ |
|
| * \ \ | Merge 8.7. Add testcases | jan.nijtmans | 2024-06-14 | 11 | -258/+290 |
| |\ \ \ |
|
| * | | | | No caching in TK_OPTION_PIXELS 'message' variables padX/padY/borderWidth/high... | jan.nijtmans | 2024-06-13 | 1 | -88/+104 |
|
|
| * | | | | Fix indenting | jan.nijtmans | 2024-06-10 | 3 | -19/+19 |
|
|
| * | | | | Also handle the situation that -padx/-pady is initialized as the empty stringcore-bug-4d0a6f32b7 | jan.nijtmans | 2024-06-10 | 1 | -0/+8 |
|
|
| * | | | | Better solution for [4d0a6f32b7], which doesn't cache padX/padY/borderWidth/h... | jan.nijtmans | 2024-06-10 | 5 | -192/+270 |
|
|
* | | | | | Add quotes to the "processing * option" error-messages, for consistancy. Some... | jan.nijtmans | 2024-06-14 | 10 | -227/+226 |
| |/ / /
|/| | | |
|
* | | | | Fix [1576528fff]: image read file with -from option | jan.nijtmans | 2024-06-14 | 4 | -176/+193 |
|
|
* | | | | Merge 8.6 | jan.nijtmans | 2024-06-14 | 3 | -53/+27 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | 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 |
|
|
* | | | | Adapt testcases to hidden command change in Tcl | jan.nijtmans | 2024-06-09 | 1 | -1/+1 |
|
|
* | | | | Fix [a0241c0e25]: photo image copy command can unexpectedly hang for 20+ seco... | jan.nijtmans | 2024-06-09 | 2 | -1/+12 |
|\ \ \ \
| |/ / / |
|
| * | | | 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 |
| |/ / |
|
* | | | Fix [4d0a6f32b7]: Unique behavior of some options in the message widget in 8.... | jan.nijtmans | 2024-06-05 | 1 | -13/+1 |
|\ \ \ |
|
| * | | | Possible fix for [4d0a6f32b7]: Unique behavior of some options in the message... | jan.nijtmans | 2024-06-05 | 1 | -13/+1 |
|/ / / |
|
* | | | Merge-mark | jan.nijtmans | 2024-06-03 | 0 | -0/+0 |
|\ \ \
| |/ / |
|
| * | | Backport some (modified) ttk testcases from 8.7 | jan.nijtmans | 2024-06-03 | 2 | -1/+41 |
|
|
* | | | Somewhat better error-messages (addendum to previous commit) | jan.nijtmans | 2024-06-03 | 6 | -45/+45 |
|
|
* | | | Fix [e6140f3404]: Crashes in empty ttk::panedwindowfor pane and forget comman... | jan.nijtmans | 2024-06-03 | 6 | -17/+69 |
|
|
* | | | Fix [0fb337ea84]: ttk::combobox selection overruns downarrow element. Thanks ... | jan.nijtmans | 2024-06-03 | 1 | -3/+8 |
|\ \ \
| |/ / |
|
* | | | Fix [e64820c1de]: The -justify configure option is duplicated for ttk::label | jan.nijtmans | 2024-06-03 | 1 | -4/+0 |
|\ \ \ |
|