| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \
| |/ |
|
| * | ttk state implementation improvements | jan.nijtmans | 2024-05-19 | 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 |
|\ \
| |/ |
|
| * | Make "user[0-6]" names match the TTK_STATE_USER[0-6] definitions | jan.nijtmans | 2024-05-17 | 1 | -3/+3 |
|
|
| * | Resolve some compiler warnings on Windows. spacing cleanup | jan.nijtmans | 2024-05-16 | 3 | -33/+40 |
|
|
| * | Code formatting, TCL_UNUSED() usage, all backported from 8.7. This makes it e... | jan.nijtmans | 2024-05-16 | 1 | -120/+194 |
|
|
* | | 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 |
|/ |
|
* | Fix [bb52855781]: ttk treeview tests not robust against display scaling | jan.nijtmans | 2024-05-13 | 3 | -160/+174 |
|\ |
|
| * | merge trunk | fvogel | 2024-05-12 | 36 | -151/+163 |
| |\ |
|
| | * | Merge 8.7 (left-over spacing) | jan.nijtmans | 2024-05-11 | 1 | -0/+1 |
| | |\ |
|
| | | * | Merge 8.6 (left-over spacing) | jan.nijtmans | 2024-05-11 | 1 | -0/+1 |
| | | |\ |
|
| | | * | | Code cleanup related mainly to the "classic" theme. | csaba | 2024-05-10 | 2 | -6/+9 |
|
|
| | * | | | Code cleanup related mainly to the "classic" theme. | csaba | 2024-05-10 | 2 | -6/+9 |
|
|
| | * | | | 4 more usages of Tk_GetPixelsFromObj(). Remove duplicated MODULE_SCOPE defini... | jan.nijtmans | 2024-05-10 | 19 | -92/+50 |
| | |\ \ \
| | | |/ / |
|
| | | * | | 4 more Tk_GetPixelsFromObj() usage: for highlightThickness, shiftrelief and s... | jan.nijtmans | 2024-05-10 | 19 | -92/+50 |
| | | |\ \ |
|
| | * | \ \ | Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be used | jan.nijtmans | 2024-05-09 | 4 | -15/+15 |
| | |\ \ \ \
| | | |/ / / |
|
| | | * | | | Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be used | jan.nijtmans | 2024-05-09 | 4 | -15/+15 |
|
|
| | * | | | | Fix warning: tkImgListFormat.c:1092:5: warning: variable 'suffixAlpha' is use... | jan.nijtmans | 2024-05-09 | 2 | -3/+1 |
| | |\ \ \ \
| | | |/ / / |
|
| | | * | | | Fix warning: tkImgListFormat.c:1092:5: warning: variable 'suffixAlpha' is use... | jan.nijtmans | 2024-05-09 | 1 | -1/+1 |
|
|
| | * | | | | (c) -> © | jan.nijtmans | 2024-05-09 | 16 | -23/+25 |
| | |\ \ \ \
| | | |/ / / |
|
| | | * | | | (c) -> © | jan.nijtmans | 2024-05-09 | 15 | -23/+23 |
| | | |\ \ \ |
|
| | | * | | | | Improvements related to the "classic" theme, submitted by Emiliano Gavilan (s... | csaba | 2024-05-09 | 2 | -17/+67 |
|
|
| | * | | | | | Improvements related to the "classic" theme, submitted by Emiliano Gavilan (s... | csaba | 2024-05-09 | 2 | -17/+67 |
|
|
| * | | | | | | Fix [bb52855781]: ttk treeview tests not robust against display scaling. | fvogel | 2024-05-05 | 1 | -4/+4 |
| |/ / / / / |
|
| * | | | | | Update X11 header-files to the latest version | jan.nijtmans | 2024-05-04 | 1 | -3/+65 |
| |\ \ \ \ \
| | |/ / / / |
|
| | | | | | | |
| | | \ \ \ | |
| | *-. \ \ \ | Merge 8.6 | jan.nijtmans | 2024-05-04 | 2 | -4/+66 |
| | |\ \ \ \ \ |
|
| | | * | | | | | More deprecated keysyms | jan.nijtmans | 2024-05-03 | 1 | -0/+54 |
|
|
| | | * | | | | | Handle effects of X11-update to keysyms | jan.nijtmans | 2024-05-03 | 1 | -3/+11 |
|
|
| | | * | | | | | Update to latest X11. Too many changes to rush into 9.0b2 | jan.nijtmans | 2024-05-03 | 1 | -1/+1 |
|
|
| * | | | | | | | 3 missing "static" keywords. One wrong type-casts. Don't use deprecated XK_Pa... | jan.nijtmans | 2024-05-04 | 1 | -1/+1 |
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | Use Tcl_NewBooleanObj() where appropriate | jan.nijtmans | 2024-05-01 | 7 | -10/+10 |
| |\ \ \ \ \ \
| | |/ / / / / |
|
| | * | | | | | Use Tcl_NewBooleanObj() where appropriate | jan.nijtmans | 2024-05-01 | 7 | -12/+12 |
| | |\ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2024-04-30 | 1 | -4/+3 |
| | |\ \ \ \ \ \ |
|