summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixWm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-1/+1
* Correct typos in various comments.fvogel2022-01-011-1/+1
* More elimination of the "register" keyword, and more explicit typecastsjan.nijtmans2020-10-061-113/+110
* Fix [3bc0f44ef3]: UBSan complains about body.chars[] usagejan.nijtmans2020-09-111-1/+1
|\
| * More usages for TKFLEXARRAYjan.nijtmans2020-09-101-2/+2
| * Merge 8.6jan.nijtmans2020-09-091-53/+53
| |\
| * \ Merge 8.6jan.nijtmans2020-09-041-3/+3
| |\ \
| * | | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe...jan.nijtmans2020-09-031-7/+7
| * | | Implement TIP #580: Export Tk_GetDoublePixelsFromObj and 5 morejan.nijtmans2020-09-021-2/+2
| |\ \ \
| | * | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-2/+2
| * | | | Merge 8.6. Some more textual changesjan.nijtmans2020-08-271-3/+3
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| * | | TIP 569 remove lint commentsdgp2020-03-181-5/+2
| * | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-28/+60
| * | | Fix [53d28027e3]: macOS crashes with 0x0 image for wm iconphoto; make wm icon...culler2019-11-171-0/+4
| |\ \ \ | | |/ /
| * | | Fix [c4abd2b0f3]: rework stackorder command on all platforms, and prevent pan...culler2019-11-171-0/+5
| |\ \ \
| * \ \ \ Merge 8.6jan.nijtmans2019-09-241-4/+4
| |\ \ \ \
| * \ \ \ \ Merge 8.6jan.nijtmans2019-09-241-1/+3
| |\ \ \ \ \
| * | | | | | Eliminate "register" keyword from all unix/tkUnix*.c files.jan.nijtmans2019-08-151-51/+51
| * | | | | | Merge 8.6. Use TCL_INDEX_NONE in a few more places, now that we have it.jan.nijtmans2019-07-301-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge trunkjan.nijtmans2019-05-101-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-2/+2
| * | | | | | | | Merge trunkjan.nijtmans2019-04-021-30/+36
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu...jan.nijtmans2019-03-311-23/+23
| | * | | | | | | Disallow transient/master cycles. Fix bgerror for Aqua to avoid hangs when an...culler2019-03-041-7/+13
| | |\ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-01-131-15/+52
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | Resolve bug [18a4ba19bd]. Make winfo containing behave consistently acrossculler2019-01-041-15/+52
| | |\ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ Merge trunkjan.nijtmans2018-12-081-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-081-1/+1
| * | | | | | | | | | Merge trunk. More internal improvementsjan.nijtmans2018-10-151-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | One more set of unnecessary bracesjan.nijtmans2018-10-151-1/+1
| | * | | | | | | | | Use more size_t internally, comparable with TIP #494 but then in Tk. Eliminat...jan.nijtmans2018-10-151-1/+1
| * | | | | | | | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-1/+1
| |/ / / / / / / / /
| * | | | | | | | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-5/+5
| * | | | | | | | | Make tk.h work unchanged with Tcl 9.0 (novem), account for possible missing T...jan.nijtmans2017-02-131-16/+12
* | | | | | | | | | More use of TCL_UNUSED() and C++-safe typecasts. Use Tk_Offset() in stead of ...jan.nijtmans2020-09-101-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | TIP #581: More progressjan.nijtmans2020-09-091-53/+53
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix [53d28027e3]: macOS crashes with 0x0 image for wm iconphoto; make wm icon...culler2019-11-171-0/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Homogenize still further among platformsfvogel2019-11-101-1/+1
| * | | | | | | Make all platforms check if an iconphoto image is valid and provide the same ...culler2019-11-101-0/+4
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | On unix, make the wm stackorder command return an error if TkWmStackorderTopl...culler2019-11-101-0/+5
|/ / / / / /
* | | | | | Don't use "class" as (internal) struct field name or local variable name. Mak...jan.nijtmans2019-09-241-4/+4
| |_|_|_|/ |/| | | |
* | | | | Allow "wm frame" to return id's > 0xFFFFFFFF on 64-bit platforms (if the id r...jan.nijtmans2019-09-241-1/+3
| |_|_|/ |/| | |
* | | | Two times Tcl_Free() -> ckfree()jan.nijtmans2019-07-301-1/+1
| |_|/ |/| |
* | | Make it be an error to create a transient/master cycle on unix.culler2019-03-011-7/+13
| |/ |/|
* | Add a comment.culler2018-12-191-1/+7
* | Restore the old behavior with unix title bars and borders, but documentculler2018-12-171-33/+3
* | Make unixWm-50.3 use a slave rather than dobg and fix the bug it revealed.culler2018-12-161-14/+21
* | Another rework to *correctly* search for the highest toplevelculler2018-12-141-24/+49