Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the tk scrollbar set borderwidth to 0 if a negative value is requested. ... | culler | 2024-07-12 | 1 | -1/+3 |
* | Fix Tk_ObjCustomOption documentation. Fix some indenting | jan.nijtmans | 2024-07-12 | 10 | -411/+411 |
|\ | |||||
| * | Merge 8.7. Fix indenting | jan.nijtmans | 2024-07-12 | 12 | -434/+434 |
| |\ | |||||
* | \ | Merge 8.7 | jan.nijtmans | 2024-07-11 | 4 | -23/+27 |
|\ \ \ | |/ / | |||||
| * | | Don't test for != TEXT_WRAPMODE_NULL, since it has a different value for diff... | jan.nijtmans | 2024-07-11 | 3 | -4/+8 |
| * | | (backport) Add TkLengthOne() function, just as TclLengthOne() in Tcl, for opt... | jan.nijtmans | 2024-07-10 | 4 | -4/+15 |
* | | | Add TkLengthOne() function, just as TclLengthOne() in Tcl, for optimization w... | jan.nijtmans | 2024-07-10 | 4 | -8/+12 |
* | | | Merge with cgimage_with_crossing branch. | culler | 2024-07-08 | 4 | -14/+54 |
|\ \ \ | |||||
| * \ \ | Merge 9.0. Streamline some indenting | jan.nijtmans | 2024-06-30 | 24 | -436/+440 |
| |\ \ \ | |||||
| * | | | | Try to ensure that clipping regions are ready before filling a frame; clean u... | culler | 2024-06-22 | 1 | -0/+2 |
| * | | | | Merge main | culler | 2024-06-15 | 7 | -147/+242 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge main | culler | 2024-06-10 | 9 | -74/+80 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | New branch: merges the crossing events fix (sans processevents) with cgimage ... | culler | 2024-06-10 | 1 | -2/+51 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Add parenthesis that was missing from previous commit. | fvogel | 2024-06-09 | 1 | -1/+1 |
| | * | | | | | | TCL_UNUSED() parameter in SendEnterLeaveForDestroy() on Linux. | fvogel | 2024-06-09 | 1 | -2/+7 |
| | * | | | | | | Document parameters of TestProcessEventsObjCmd. | fvogel | 2024-06-09 | 1 | -4/+4 |
| | * | | | | | | Rename processevents --> testprocessevents to conform to the widely used conv... | fvogel | 2024-06-09 | 1 | -7/+7 |
| | * | | | | | | Fix typo in event.test; be less lazy in processevents | culler | 2024-05-31 | 1 | -1/+7 |
| | * | | | | | | Small adjustments to tests. | culler | 2024-05-30 | 1 | -2/+2 |
| | * | | | | | | Make the processevents command general. | culler | 2024-05-29 | 1 | -8/+33 |
| | * | | | | | | remove unused variable; forgot to save events.test | culler | 2024-05-29 | 1 | -1/+0 |
| | * | | | | | | Add a simple version of the processevents test command and use it for the eve... | culler | 2024-05-29 | 1 | -0/+46 |
| | * | | | | | | Merge with macOS-14-CI so we can test on macOS 14; remove SendEnterLeaveForMa... | culler | 2024-05-28 | 1 | -21/+0 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Remove unneeded call to TkWmDeadWindow | culler | 2024-05-26 | 1 | -3/+0 |
| | * | | | | | | | White space. | culler | 2024-05-23 | 3 | -5/+4 |
| | * | | | | | | | Merge core-8-6-branch | culler | 2024-05-23 | 1 | -42/+42 |
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | |||||
| | * | | | | | | | Clean up. | culler | 2024-05-23 | 2 | -2/+0 |
| | * | | | | | | | Remove general code for checking if a display is valid because it affects tim... | culler | 2024-05-23 | 1 | -44/+0 |
| | * | | | | | | | Prevent crash at exit on macOS | culler | 2024-05-23 | 1 | -0/+61 |
| | * | | | | | | | Remove debugging code. Issues remain with macOS for other tests in event.test. | culler | 2024-05-22 | 3 | -26/+4 |
| | * | | | | | | | Only 9.13, 9.14. and 9.19 fail on windows. Debug output included. | culler | 2024-05-21 | 3 | -7/+30 |
| | * | | | | | | | Don't pass a NULL display and None window to XQueryPointer. | culler | 2024-05-20 | 1 | -2/+4 |
| | * | | | | | | | All event-9.xy tests now pass, but 9.13 fails one time out of five. | culler | 2024-05-19 | 2 | -5/+19 |
| | * | | | | | | | Merge core-8-6-branch | culler | 2024-05-19 | 4 | -154/+235 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Remove debugging print statements. | culler | 2024-05-19 | 3 | -33/+0 |
| | * | | | | | | | | Attempt to fix [22349fc78a] for macOS. Currently only event-9.16 fails unles... | culler | 2024-05-19 | 3 | -1/+71 |
| * | | | | | | | | | New branch implementing Christopher Chavez's idea for drawing to a CGImage wi... | culler | 2024-06-01 | 152 | -14750/+24709 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Fix [51ece3786f]: crash with dchars on line with arrows. | fvogel | 2024-07-06 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | Fix [51ece3786f]: crash with dchars on line with arrows. | fvogel | 2024-06-27 | 1 | -2/+2 |
| * | | | | | | | | 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 | 5 | -149/+131 |
* | | | | | | | | | Don't use -encoding "binary" any more in Tk | jan.nijtmans | 2024-06-24 | 5 | -29/+6 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | Don't use -encoding "binary" any more in Tk | jan.nijtmans | 2024-06-24 | 5 | -29/+6 |
| * | | | | | | | | Fix [610aa08858]: Crash when collapsing toplevel vertically on X11. Thanks to... | jan.nijtmans | 2024-06-23 | 2 | -3/+6 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |||||
* | | | | | | | | | Fix [610aa08858]: Crash when collapsing toplevel vertically on X11. Thanks to... | fvogel | 2024-06-23 | 1 | -1/+5 |
* | | | | | | | | | 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 8.7 | jan.nijtmans | 2024-06-19 | 9 | -324/+324 |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | |