summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixWm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge 8.6jan.nijtmans2020-09-101-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * More use of TCL_UNUSED() and C++-safe typecasts. Use Tk_Offset() in stead of ...jan.nijtmans2020-09-101-1/+1
* | Merge 8.6jan.nijtmans2020-09-091-53/+53
|\ \ | |/
| * TIP #581: More progressjan.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 [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
* | | Fix [c4abd2b0f3]: rework stackorder command on all platforms, and prevent pan...culler2019-11-171-0/+5
|\ \ \ | |/ /
| * | On unix, make the wm stackorder command return an error if TkWmStackorderTopl...culler2019-11-101-0/+5
| |/
* | Merge 8.6jan.nijtmans2019-09-241-4/+4
|\ \ | |/
| * Don't use "class" as (internal) struct field name or local variable name. Mak...jan.nijtmans2019-09-241-4/+4
* | Merge 8.6jan.nijtmans2019-09-241-1/+3
|\ \ | |/
| * Allow "wm frame" to return id's > 0xFFFFFFFF on 64-bit platforms (if the id r...jan.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
|\ \ | |/
| * Two times Tcl_Free() -> ckfree()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
| |\ \ | | |/
| | * Make it be an error to create a transient/master cycle on unix.culler2019-03-011-7/+13
* | | Merge 8.7jan.nijtmans2019-01-131-15/+52
|\ \ \ | |/ /
| * | Resolve bug [18a4ba19bd]. Make winfo containing behave consistently acrossculler2019-01-041-15/+52
| |\ \ | | |/
| | * 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
| | * Gnome3 behaves differently when the root window is involved. More intricateculler2018-12-131-12/+15
| | * Make the minimal change needed to fix the issue with Gnome 3 invisible borders,culler2018-12-131-2/+28
| | * Revert tkUnixWm.c to the core-8-6-branch version.culler2018-12-131-34/+25
| | * Fix the containment test for menubars. Ensure that the command returns an emptyculler2018-12-131-29/+21
| | * Fix the containment test, check for iconified windows, adjust some tests.culler2018-12-121-2/+11
| | * Correct some of the logic in Tk_CoordsToWindow.culler2018-12-121-6/+20
| | * fix bug [18a4ba19bd]: winfo containing gives wrong answer on linux.culler2018-12-111-15/+9
* | | 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