summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Remove unneeded call to TkWmDeadWindowculler2024-05-261-3/+0
| | * | | | | | | White space.culler2024-05-233-5/+4
| | * | | | | | | Merge core-8-6-branchculler2024-05-231-42/+42
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | * | | | | | | Clean up.culler2024-05-232-2/+0
| | * | | | | | | Remove general code for checking if a display is valid because it affects tim...culler2024-05-231-44/+0
| | * | | | | | | Prevent crash at exit on macOSculler2024-05-231-0/+61
| | * | | | | | | Remove debugging code. Issues remain with macOS for other tests in event.test.culler2024-05-223-26/+4
| | * | | | | | | Only 9.13, 9.14. and 9.19 fail on windows. Debug output included.culler2024-05-213-7/+30
| | * | | | | | | Don't pass a NULL display and None window to XQueryPointer.culler2024-05-201-2/+4
| | * | | | | | | All event-9.xy tests now pass, but 9.13 fails one time out of five.culler2024-05-192-5/+19
| | * | | | | | | Merge core-8-6-branchculler2024-05-194-154/+235
| | |\ \ \ \ \ \ \
| | * | | | | | | | Remove debugging print statements.culler2024-05-193-33/+0
| | * | | | | | | | Attempt to fix [22349fc78a] for macOS. Currently only event-9.16 fails unles...culler2024-05-193-1/+71
| * | | | | | | | | New branch implementing Christopher Chavez's idea for drawing to a CGImage wi...culler2024-06-01152-14750/+24709
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Fix [51ece3786f]: crash with dchars on line with arrows.fvogel2024-07-061-2/+2
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Fix [51ece3786f]: crash with dchars on line with arrows.fvogel2024-06-271-2/+2
| * | | | | | | | Fix build (missing ')'). Some indentingjan.nijtmans2024-06-261-12/+12
| * | | | | | | | Don't use -encoding "binary" any more in Tk. Backport some more formatting ch...jan.nijtmans2024-06-255-149/+131
* | | | | | | | | Don't use -encoding "binary" any more in Tkjan.nijtmans2024-06-245-29/+6
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Don't use -encoding "binary" any more in Tkjan.nijtmans2024-06-245-29/+6
| * | | | | | | | Fix [610aa08858]: Crash when collapsing toplevel vertically on X11. Thanks to...jan.nijtmans2024-06-232-3/+6
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
* | | | | | | | | Fix [610aa08858]: Crash when collapsing toplevel vertically on X11. Thanks to...fvogel2024-06-231-1/+5
* | | | | | | | | Fix typo in comment.fvogel2024-06-231-1/+1
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Fix typo in comment.fvogel2024-06-231-1/+1
* | | | | | | | | Backout incorrect fix [d7b0c443], that created problem [a0dca39fd1].fvogel2024-06-231-1/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Backout incorrect fix [d7b0c443], that created problem [a0dca39fd1].fvogel2024-06-231-1/+0
* | | | | | | | | Merge 8.7jan.nijtmans2024-06-199-324/+324
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Use "(char *)NULL" sentinels in more places. Fix some indentingjan.nijtmans2024-06-1911-345/+345
* | | | | | | | | Merge 8.7oehhar2024-06-181-1/+7
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge 8.6oehhar2024-06-181-1/+7
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Merge 8.6oehhar2024-06-1456-962/+1641
| | |\ \ \ \ \ \ \
| | * | | | | | | | Ticket [865af0148c] GIF errornously accepted if colormap segment is truncatedoehhar2024-06-141-1/+7
| * | | | | | | | | Move scrollbar sanity checks from platform-code to generic. Fix indenting in ...jan.nijtmans2024-06-171-0/+6
* | | | | | | | | | Change the -elementborderwidth default (for scrollbar) from -1 to {}. Move sa...jan.nijtmans2024-06-171-1/+7
* | | | | | | | | | Unintentional change in tk.hjan.nijtmans2024-06-161-1/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Unintentional change in tk.hjan.nijtmans2024-06-161-1/+0
* | | | | | | | | | Merge 8.7jan.nijtmans2024-06-161-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | 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-167-22/+35
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Implement TK_CONFIG_NULL_OK for TK_CONFIG_PIXELS. Needed for "-elementborderw...jan.nijtmans2024-06-167-22/+35
* | | | | | | | | | Merge 8.7jan.nijtmans2024-06-163-57/+57
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | / | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | 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-142-66/+152
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Better fix for [4d0a6f32b7]: Unique behavior of some options in the message w...jan.nijtmans2024-06-142-66/+158
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge 8.7. Add testcasesjan.nijtmans2024-06-145-73/+103
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | No caching in TK_OPTION_PIXELS 'message' variables padX/padY/borderWidth/high...jan.nijtmans2024-06-131-88/+104
| | * | | | | | | | | Fix indentingjan.nijtmans2024-06-101-10/+10
| | * | | | | | | | | 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-102-1/+49
* | | | | | | | | | | Add quotes to the "processing * option" error-messages, for consistancy. Some...jan.nijtmans2024-06-144-37/+36
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /