summaryrefslogtreecommitdiffstats
path: root/generic/tkWindow.c
Commit message (Expand)AuthorAgeFilesLines
* Tk 9.1 doesn't run with Tcl 8.7 anymore. This allows a lot of cleanupjan.nijtmans2025-03-121-23/+8
* Install headers before documentation. If documentation copying (which is slow...jan.nijtmans2025-01-151-3/+3
|\
| * Merge 8.6jan.nijtmans2025-01-151-3/+3
| |\
| | * Put "no-xft" "build-info" tag in the alphabetical correct placejan.nijtmans2025-01-141-3/+3
* | | Fixed spelling in commentEmiliano Gavilán2024-12-131-1/+1
* | | Fix [bcbf4c9875]: Tk intialization overwrites thread specific datajan.nijtmans2024-11-251-1/+0
|\ \ \ | |/ /
| * | Fix [bcbf4c9875]: Tk intialization overwrites thread specific datajan.nijtmans2024-11-251-1/+0
| |\ \ | | |/
| | * Fix [bcbf4c9875]: Tk intialization overwrites thread specific datajan.nijtmans2024-11-251-1/+0
| | * Fix comment: Tk_Uid aren't simply allocated. Some indenting fixes.jan.nijtmans2024-08-301-2/+2
| * | Backport to 8.7jan.nijtmans2024-11-041-2/+51
* | | Merge 9.0. Streamline some indentingjan.nijtmans2024-06-301-2/+2
|\ \ \
* \ \ \ 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
| * | | 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-231-1/+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-221-2/+3
| * | | Only 9.13, 9.14. and 9.19 fail on windows. Debug output included.culler2024-05-211-3/+2
| * | | 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-191-5/+18
| * | | Remove debugging print statements.culler2024-05-191-14/+0
| * | | Attempt to fix [22349fc78a] for macOS. Currently only event-9.16 fails unles...culler2024-05-191-0/+51
| |/ /
* | | Small round of sentinel/spacing improvementsjan.nijtmans2024-05-241-18/+18
|\ \ \ | | |/ | |/|
| * | Small round of sentinel/spacing improvementsjan.nijtmans2024-05-241-18/+18
* | | Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-011-1/+1
|\ \ \ | |/ /
| * | Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-011-3/+3
| |\ \ | | |/
* | | Fix TkCygwinMainEx() function: Didn't work on Cygwin X11 yet, because it used...jan.nijtmans2024-04-301-22/+18
|\ \ \ | |/ /
| * | Fix --disable-shared build on Windows. Eliminate warning in tkWinTest.cjan.nijtmans2024-04-301-2/+2
| |\ \ | | |/
| | * Simplify TkCygwinMainEx (int -> void return). Fix --disable-shared build on W...jan.nijtmans2024-04-301-13/+9
| * | Make TkCygwinMainEx() work when Tk 8.7 is compiled against Tcl 9.0 (cygwin-on...jan.nijtmans2024-04-291-13/+12
| |\ \ | | |/
| | * Make TkCygwinMainEx() MODULE_SCOPE. Make Tk_MainEx TCL_NORETURN1 (which only ...jan.nijtmans2024-04-291-2/+2
| * | Handle Tcl_UtfToUniChar/Tcl_UniCharToUtf correctly as welljan.nijtmans2024-03-141-3/+0
* | | Tcl_LinkVar doesn't need typecast any more (starting with Tcl 8.7)jan.nijtmans2024-03-131-2/+2
* | | Change (internal) TkCreateFrame function from argc/argv -> objc/objvjan.nijtmans2023-12-111-1/+8
* | | Merge 8.7jan.nijtmans2023-12-041-15/+12
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-12-041-15/+12
| |\ \ | | |/
| | * On UNIX, winPtr->window == 0 is as valid as any other windows IDjan.nijtmans2023-12-041-15/+12
* | | Merge 8.7jan.nijtmans2023-12-031-12/+15
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-12-031-12/+15
| |\ \ | | |/
| | * Fix [40af63fa24]: Aqua: passing None to XMapWindow() should be fataljan.nijtmans2023-12-031-12/+15
* | | Merge 9.0jan.nijtmans2023-11-181-1/+1
|\ \ \
| * | | Merge 8.7. Remove a lot of dead codejan.nijtmans2023-11-151-1/+1
| |/ /
* | | Rebase to trunk.jan.nijtmans2023-11-081-1/+1
|\ \ \ | |/ / |/| |
| * | Merge 8.7jan.nijtmans2023-03-311-30/+31
| |\ \
| * | | Merge 8.7. Make minimun Tcl version 8.7jan.nijtmans2022-11-031-1/+1
* | | | Fix [c35c3419ea]: leak in Initialize() when -name not provided. Patch from Ch...fvogel2023-07-191-0/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix [c35c3419ea]: leak in Initialize() when -name not provided. Patch from Ch...fvogel2023-07-191-0/+7