summaryrefslogtreecommitdiffstats
path: root/generic/tkWindow.c
Commit message (Expand)AuthorAgeFilesLines
* Use more 'bool' type internallyjan.nijtmans2025-12-041-3/+3
|\
* | Fix crash on XQuartz that came from trying to load accessibility.tclKevin Walzer2025-11-091-1/+1
* | Merge trunkjan.nijtmans2025-10-311-0/+3
|\ \
| * \ Merge 9.0jan.nijtmans2025-10-281-0/+3
| |\ \ | | |/
| | * Add stdio-mingw tag for nonstandard mingw buildsjan.nijtmans2025-10-281-0/+3
| | |\
* | | | Spacing and TCL_UNUSEDjan.nijtmans2025-09-301-2/+2
* | | | Merge trunkKevin Walzer2025-09-141-6/+6
|\ \ \ \ | |/ / /
| * | | Cygwin on X11 bugfix: Cygwin shared libraries start with "cyg", not "lib"jan.nijtmans2025-09-121-6/+6
| |\ \ \ | | |/ /
| | * | Cygwin on X11 bugfix: Cygwin shared libraries start with "cyg", not "lib"jan.nijtmans2025-09-121-6/+6
| | * | Fix [1562e10c58]: Installing Tcl on macOS makes other versions of tclsh unabl...jan.nijtmans2025-04-091-19/+6
| | |\ \
| | | * | Get rid of references to Tcl 8.7: It won't be released.jan.nijtmans2025-04-081-1/+1
| | |/ /
* | | | Minor tweaksKevin Walzer2025-04-181-6/+6
* | | | Remove error where windows are mapped before accessibility commands are inita...Kevin Walzer2025-04-151-0/+10
|/ / /
* | | 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