summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * ttk state implementation improvementsjan.nijtmans2024-05-191-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
|\ \ | |/
| * Make "user[0-6]" names match the TTK_STATE_USER[0-6] definitionsjan.nijtmans2024-05-171-3/+3
| * Resolve some compiler warnings on Windows. spacing cleanupjan.nijtmans2024-05-163-33/+40
| * Code formatting, TCL_UNUSED() usage, all backported from 8.7. This makes it e...jan.nijtmans2024-05-161-120/+194
* | 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
|/
* Fix [bb52855781]: ttk treeview tests not robust against display scalingjan.nijtmans2024-05-133-160/+174
|\
| * merge trunkfvogel2024-05-1236-151/+163
| |\
| | * Merge 8.7 (left-over spacing)jan.nijtmans2024-05-111-0/+1
| | |\
| | | * Merge 8.6 (left-over spacing)jan.nijtmans2024-05-111-0/+1
| | | |\
| | | * | Code cleanup related mainly to the "classic" theme.csaba2024-05-102-6/+9
| | * | | Code cleanup related mainly to the "classic" theme.csaba2024-05-102-6/+9
| | * | | 4 more usages of Tk_GetPixelsFromObj(). Remove duplicated MODULE_SCOPE defini...jan.nijtmans2024-05-1019-92/+50
| | |\ \ \ | | | |/ /
| | | * | 4 more Tk_GetPixelsFromObj() usage: for highlightThickness, shiftrelief and s...jan.nijtmans2024-05-1019-92/+50
| | | |\ \
| | * | \ \ Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be usedjan.nijtmans2024-05-094-15/+15
| | |\ \ \ \ | | | |/ / /
| | | * | | Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be usedjan.nijtmans2024-05-094-15/+15
| | * | | | Fix warning: tkImgListFormat.c:1092:5: warning: variable 'suffixAlpha' is use...jan.nijtmans2024-05-092-3/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | Fix warning: tkImgListFormat.c:1092:5: warning: variable 'suffixAlpha' is use...jan.nijtmans2024-05-091-1/+1
| | * | | | (c) -> ©jan.nijtmans2024-05-0916-23/+25
| | |\ \ \ \ | | | |/ / /
| | | * | | (c) -> ©jan.nijtmans2024-05-0915-23/+23
| | | |\ \ \
| | | * | | | Improvements related to the "classic" theme, submitted by Emiliano Gavilan (s...csaba2024-05-092-17/+67
| | * | | | | Improvements related to the "classic" theme, submitted by Emiliano Gavilan (s...csaba2024-05-092-17/+67
| * | | | | | Fix [bb52855781]: ttk treeview tests not robust against display scaling.fvogel2024-05-051-4/+4
| |/ / / / /
| * | | | | Update X11 header-files to the latest versionjan.nijtmans2024-05-041-3/+65
| |\ \ \ \ \ | | |/ / / /
| | | | | |
| | | \ \ \
| | *-. \ \ \ Merge 8.6jan.nijtmans2024-05-042-4/+66
| | |\ \ \ \ \
| | | * | | | | More deprecated keysymsjan.nijtmans2024-05-031-0/+54
| | | * | | | | Handle effects of X11-update to keysymsjan.nijtmans2024-05-031-3/+11
| | | * | | | | Update to latest X11. Too many changes to rush into 9.0b2jan.nijtmans2024-05-031-1/+1
| * | | | | | | 3 missing "static" keywords. One wrong type-casts. Don't use deprecated XK_Pa...jan.nijtmans2024-05-041-1/+1
| | |/ / / / / | |/| | | | |
| * | | | | | Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-017-10/+10
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-017-12/+12
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge 8.6jan.nijtmans2024-04-301-4/+3
| | |\ \ \ \ \ \
| * | \ \ \ \ \ \ Fix TkCygwinMainEx() function: Didn't work on Cygwin X11 yet, because it used...jan.nijtmans2024-04-302-28/+24
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Fix --disable-shared build on Windows. Eliminate warning in tkWinTest.cjan.nijtmans2024-04-301-2/+2
| | |\ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ Merge 8.7: fix compiler warning in tkConfig.c. Eliminate the last usage of Tc...jan.nijtmans2024-04-301-1/+1
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | Make TkCygwinMainEx() work when Tk 8.7 is compiled against Tcl 9.0 (cygwin-on...jan.nijtmans2024-04-295-25/+24
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2024-04-261-0/+8
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Minor cosmetic improvements in ttkDefaultTheme.c.csaba2024-04-251-5/+5