summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixWm.c
Commit message (Expand)AuthorAgeFilesLines
* Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-011-4/+4
|\
* | Don't use "boolean" as variable namejan.nijtmans2024-03-271-4/+4
* | Tcl_Alloc -> ckalloc. Remove unnecessary type-casts.jan.nijtmans2024-02-141-1/+1
* | Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-071-10/+10
* | (internal) int -> Tcl_Sizejan.nijtmans2023-12-171-83/+84
* | Fix [22eefb9368]: unixWm-45.2 and unixWm-45.4 fail on Linux.fvogel2023-10-161-6/+5
|\ \ | |/
| * Fix [22eefb9368]: unixWm-45.2 and unixWm-45.4 fail on Linux.fvogel2023-10-151-6/+5
* | Fix [deca949d0d]: tkUnixWm.c: leak in TkpMakeMenuWindow(). Patch from CHristo...fvogel2023-07-201-0/+2
|\ \ | |/
| * Fix [deca949d0d]: tkUnixWm.c: leak in TkpMakeMenuWindow(). Patch from CHristo...fvogel2023-07-201-0/+2
* | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-031-39/+39
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-2/+2
|\ \ | |/
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-1/+1
* | Use pixels in stead of ints in the "wm minsize" and "wm maxsize" commands, so...jan.nijtmans2023-01-101-6/+6
* | More Tcl_Size usages (so longer lists can be handled with >= Tcl 9.0 headers)jan.nijtmans2022-11-031-7/+9
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-2/+2
* | Alphabetize some string tablesjan.nijtmans2022-05-041-2/+2
* | Fix building against Tcl 8.6 headersjan.nijtmans2022-04-031-9/+9
* | Eliminate compile warnings, due to the usage of Tcl_ExternalToUtfDString()/Tc...jan.nijtmans2022-04-011-9/+9
* | Add Tk_MakeWindow toojan.nijtmans2022-01-251-1/+1
* | Merge 8.7jan.nijtmans2022-01-091-1/+1
|\ \
| * \ Correct typos in various comments.fvogel2022-01-011-1/+1
| |\ \ | | |/
| | * Correct typos in various comments.fvogel2022-01-011-1/+1
* | | TIP #606 implementation. TODO: documentationjan.nijtmans2021-12-211-7/+7
|/ /
* | Change "!= -1" into ">= 0"jan.nijtmans2021-09-241-1/+1
* | Merge 8.7jan.nijtmans2021-09-211-4/+4
|\ \
| * | Sort options alphabeticaljan.nijtmans2021-09-171-4/+4
* | | Cosmetic (new page for each function when printing)fvogel2021-09-071-0/+1
* | | More complete and correct testing of 'wm iconbadge' parameters. Tests pass on...fvogel2021-09-061-2/+0
* | | More cleanup of errorsKevin Walzer2021-09-041-1/+2
* | | Update error messagesKevin Walzer2021-09-041-1/+1
* | | Update error handlingKevin Walzer2021-09-041-1/+1
* | | Attempt to support badges for multiple toplevels. Works on X11 at least.fvogel2021-09-031-35/+1
* | | Cosmeticfvogel2021-09-031-1/+1
* | | Cosmeticfvogel2021-09-031-1/+1
* | | Cosmetic: Indentation, and so on.fvogel2021-09-031-9/+7
* | | Fix error message for 'wm iconbadge'. The 'badge' argument is not optional (a...fvogel2021-09-021-1/+1
* | | More fixes for test suiteKevin Walzer2021-08-301-0/+6
* | | Minor adjustments/updatesKevin Walzer2021-08-171-17/+15
* | | Documentation updateKevin Walzer2021-08-161-1/+3
* | | Minor tweaksKevin Walzer2021-08-161-5/+6
* | | X11 implementation substantially completeKevin Walzer2021-08-161-2/+49
* | | Check for NULL iconphotoKevin Walzer2021-08-131-0/+6
* | | Implement wm iconphoto command with only window arg to return name of current...Kevin Walzer2021-08-131-1/+24
|/ /
* | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-2/+2
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | Merge 8.6. Fix some more -Wshadow warningsjan.nijtmans2020-10-061-64/+32
|\ \ | |/
| * More elimination of the "register" keyword, and more explicit typecastsjan.nijtmans2020-10-061-113/+110
* | Merge 8.6jan.nijtmans2020-09-111-1/+1
|\ \ | |/
| * Fix [3bc0f44ef3]: UBSan complains about body.chars[] usagejan.nijtmans2020-09-111-1/+1
| |\
| | * More usages for TKFLEXARRAYjan.nijtmans2020-09-101-2/+2