summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TTK_STATE_USER1 -> TTK_STATE_FIRST in win/ttkWinXPTheme.c.csaba2024-06-191-1/+1
* Use "(char *)NULL" sentinels in more places. Fix some indentingjan.nijtmans2024-06-1911-345/+345
* Add braces, indentingjan.nijtmans2024-06-181-16/+21
* Merge 8.6oehhar2024-06-183-1/+24
|\
| * Ticket [865af014]: add error message on corrupt gif fileoehhar2024-06-183-1/+24
| |\
| | * Fix test number and indentation.fvogel2024-06-141-4/+4
| | * Merge 8.6oehhar2024-06-14142-2166/+3947
| | |\ | | |/ | |/|
| | * Ticket [865af0148c] GIF errornously accepted if colormap segment is truncatedoehhar2024-06-143-1/+24
* | | "less than 0" -> negative, as everywhere else in the documentationjan.nijtmans2024-06-1716-29/+29
* | | Move scrollbar sanity checks from platform-code to generic. Fix indenting in ...jan.nijtmans2024-06-1719-934/+932
* | | Unintentional change in tk.hjan.nijtmans2024-06-161-1/+0
* | | Something wrong with previous commitjan.nijtmans2024-06-161-1/+1
* | | Implement TK_CONFIG_NULL_OK for TK_CONFIG_PIXELS. Needed for "-elementborderw...jan.nijtmans2024-06-1612-27/+40
* | | Remove TK_OPTION_NULL_OK usage in tkPlace.c, doesn't belong there. Some inden...jan.nijtmans2024-06-163-57/+57
* | | Better fix for [4d0a6f32b7]: Unique behavior of some options in the message w...jan.nijtmans2024-06-147-111/+254
|\ \ \
| * \ \ Merge 8.7. Add testcasesjan.nijtmans2024-06-1411-258/+290
| |\ \ \
| * | | | No caching in TK_OPTION_PIXELS 'message' variables padX/padY/borderWidth/high...jan.nijtmans2024-06-131-88/+104
| * | | | Fix indentingjan.nijtmans2024-06-103-19/+19
| * | | | Also handle the situation that -padx/-pady is initialized as the empty stringcore-bug-4d0a6f32b7jan.nijtmans2024-06-101-0/+8
| * | | | Better solution for [4d0a6f32b7], which doesn't cache padX/padY/borderWidth/h...jan.nijtmans2024-06-105-192/+270
* | | | | Add quotes to the "processing * option" error-messages, for consistancy. Some...jan.nijtmans2024-06-1410-227/+226
| |/ / / |/| | |
* | | | Fix [1576528fff]: image read file with -from optionjan.nijtmans2024-06-144-176/+193
* | | | Merge 8.6jan.nijtmans2024-06-143-53/+27
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix [dacd18294b]: Undefined behavior in tkTextBTree.c (out of bounds access i...jan.nijtmans2024-06-141-3/+6
| |\ \
| | * | Possible fix for [dacd18294b]: Undefined behavior in tkTextBTree.c (out of bo...jan.nijtmans2024-06-131-3/+5
| |/ /
| * | Fix [1576528fff]: image read file with -from option.fvogel2024-06-115-182/+201
| |\ \
| | * | Add more tests for GIF and PNG images: read large region from small file.fvogel2024-06-091-0/+15
| | * | Add more tests for GIF and PNG images read with -from, -to and -shrink options.fvogel2024-06-091-0/+15
| | * | Remove constraint hasTeapotPhoto, the image file used in the tests is distrib...fvogel2024-06-091-88/+32
| | * | Add more tests for GIF and PNG images read with -from and/or -to options.fvogel2024-06-091-8/+36
| | * | Fix width and height of the image read (PNG case only, GIF was already OK).fvogel2024-06-092-10/+10
| | * | Remove constraints hasEarthPhoto and hasOusterPhoto, the image files used in ...fvogel2024-06-093-57/+33
| | * | Fix [1576528fff]: image read file with -from option - PNG casefvogel2024-06-091-36/+40
| | * | Less ugly fix for the GIF case.fvogel2024-06-091-8/+8
| | * | Add test imgPhoto-19.3 demonstrating bug [1576528] for the PNG case, and imgP...fvogel2024-06-083-1/+18
| | * | Fix [1576528fff]: image read file with -from option - GIF casefvogel2024-06-081-0/+3
| | * | Add test imgPhoto-19.1 demonstrating bug [1576528] for the GIF case, and imgP...fvogel2024-06-083-3/+20
* | | | Adapt testcases to hidden command change in Tcljan.nijtmans2024-06-091-1/+1
* | | | Fix [a0241c0e25]: photo image copy command can unexpectedly hang for 20+ seco...jan.nijtmans2024-06-092-1/+12
|\ \ \ \ | |/ / /
| * | | Fix [a0241c0e25]: photo image copy command can unexpectedly hang for 20+ seco...fvogel2024-06-092-1/+12
| |\ \ \ | | |/ / | |/| |
| | * | Better fix for [a0241c0e25]. The checks for coordinates outside of the source...fvogel2024-06-082-5/+3
| | * | Add explanatory comment.fvogel2024-06-081-0/+2
| | * | Fix [a0241c0e25]: photo image copy command can unexpectedly hang for 20+ seco...fvogel2024-06-081-1/+1
| | * | Add test imgPhoto-12.5 demonstrating bug [a0241c0e25].fvogel2024-06-081-0/+11
| |/ /
* | | Fix [4d0a6f32b7]: Unique behavior of some options in the message widget in 8....jan.nijtmans2024-06-051-13/+1
|\ \ \
| * | | Possible fix for [4d0a6f32b7]: Unique behavior of some options in the message...jan.nijtmans2024-06-051-13/+1
|/ / /
* | | Merge-markjan.nijtmans2024-06-030-0/+0
|\ \ \ | |/ /
| * | Backport some (modified) ttk testcases from 8.7jan.nijtmans2024-06-032-1/+41
* | | Somewhat better error-messages (addendum to previous commit)jan.nijtmans2024-06-036-45/+45
* | | Fix [e6140f3404]: Crashes in empty ttk::panedwindowfor pane and forget comman...jan.nijtmans2024-06-036-17/+69