summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Make the tk scrollbar set borderwidth to 0 if a negative value is requested. ...culler2024-07-121-1/+3
* Fix Tk_ObjCustomOption documentation. Fix some indentingjan.nijtmans2024-07-1210-411/+411
|\
| * Merge 8.7. Fix indentingjan.nijtmans2024-07-1212-434/+434
| |\
* | \ Merge 8.7jan.nijtmans2024-07-114-23/+27
|\ \ \ | |/ /
| * | Don't test for != TEXT_WRAPMODE_NULL, since it has a different value for diff...jan.nijtmans2024-07-113-4/+8
| * | (backport) Add TkLengthOne() function, just as TclLengthOne() in Tcl, for opt...jan.nijtmans2024-07-104-4/+15
* | | Add TkLengthOne() function, just as TclLengthOne() in Tcl, for optimization w...jan.nijtmans2024-07-104-8/+12
* | | Merge with cgimage_with_crossing branch.culler2024-07-084-14/+54
|\ \ \
| * \ \ Merge 9.0. Streamline some indentingjan.nijtmans2024-06-3024-436/+440
| |\ \ \
| * | | | Try to ensure that clipping regions are ready before filling a frame; clean u...culler2024-06-221-0/+2
| * | | | Merge mainculler2024-06-157-147/+242
| |\ \ \ \
| * \ \ \ \ Merge mainculler2024-06-109-74/+80
| |\ \ \ \ \
| * \ \ \ \ \ New branch: merges the crossing events fix (sans processevents) with cgimage ...culler2024-06-101-2/+51
| |\ \ \ \ \ \
| | * | | | | | Add parenthesis that was missing from previous commit.fvogel2024-06-091-1/+1
| | * | | | | | TCL_UNUSED() parameter in SendEnterLeaveForDestroy() on Linux.fvogel2024-06-091-2/+7
| | * | | | | | Document parameters of TestProcessEventsObjCmd.fvogel2024-06-091-4/+4
| | * | | | | | Rename processevents --> testprocessevents to conform to the widely used conv...fvogel2024-06-091-7/+7
| | * | | | | | Fix typo in event.test; be less lazy in processeventsculler2024-05-311-1/+7
| | * | | | | | Small adjustments to tests.culler2024-05-301-2/+2
| | * | | | | | Make the processevents command general.culler2024-05-291-8/+33
| | * | | | | | remove unused variable; forgot to save events.testculler2024-05-291-1/+0
| | * | | | | | Add a simple version of the processevents test command and use it for the eve...culler2024-05-291-0/+46
| | * | | | | | Merge with macOS-14-CI so we can test on macOS 14; remove SendEnterLeaveForMa...culler2024-05-281-21/+0
| | |\ \ \ \ \ \
| | * | | | | | | 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
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |