summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixWm.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Make more internal tables "const"nijtmans2010-02-051-2/+2
* | | TIP #359: Extended window manager hints support for X11.patthoyts2010-01-191-12/+140
* | | [Bug 1163496]: Allow windows to be set to be transients for withdrawn mastersdkf2010-01-061-5/+9
* | | Ooops!dkf2009-12-091-2/+2
* | | Improve generation of EWMH hints for windows.dkf2009-12-091-77/+94
* | | [Bug 2864685] Set correct extended window manager hints on Tk menus.patthoyts2009-12-081-1/+33
* | | Fix [Bug 2902814]. XChangeProperty is misspecified for LP64, but we're stuckdkf2009-11-241-100/+109
* | | Oops; forgot to fix a spot for 64-bitdkf2009-08-011-2/+2
* | | Don't assume that we're on little-endian clients. [Bug 2830420]dkf2009-08-011-26/+21
* | | Don't Panic [Bug 1789819].jenglish2009-04-031-20/+9
* | | - eliminate some unnessary type castsnijtmans2009-01-281-17/+16
* | | fix warningdas2008-12-101-2/+2
* | | minor improvementsdkf2008-12-091-17/+17
* | | TIP 337dgp2008-12-091-6/+5
* | | Minor simplification in fix for [Bug 2312027]:nijtmans2008-11-181-4/+4
* | | bug 2239034: restrict [wm manage] to Frame type widgetspatthoyts2008-11-151-1/+7
* | | Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-4/+4
* | | Add "const" to many internalnijtmans2008-10-171-7/+7
* | | * unix/tkUnixWm.c: Restored consistency of error messages fromdgp2008-10-081-3/+3
* | | Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-051-3/+3
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-7/+7
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-99/+98
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tkFocus.c, generic/tkFrame.c, generic/tkInt.h:hobbs2007-10-151-7/+154
* | header cleanupdgp2007-09-071-3/+1
* | Minor syntactic stuffdkf2007-02-271-89/+94
* | various "const" additions, in line with TIP #27nijtmans2007-01-051-3/+3
* | Fix warnings and (unfortunately introduced with last commit) errorsdkf2006-12-111-15/+24
* | Support the _NET_WM_PING protocol from EWMH. There's no reason to dodkf2006-12-111-36/+119
* | * win/tkWinEmbed.c (TkpGetOtherWindow): [Bug 1212056] do not panichobbs2006-05-291-3/+9
* | Added support for [wm attributes] on X11 [TIP#231, patch#1062022].jenglish2005-11-161-26/+374
* | Whitespace/style/ANSI improvementsdkf2005-10-211-1538/+1490
* | * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderTople...mdejong2005-04-071-5/+7
* | silence compiler warningsdgp2004-10-061-5/+5
* | * doc/wm.n (iconphoto): added support for Tk photohobbs2004-10-051-3/+201
* | Cast argument 7 of XChangeProperty to 'const unsigned char *'jenglish2004-08-191-3/+4
* | Fix for #1006686 "wm resizable command not working on Solaris/CDE"jenglish2004-08-101-1/+3
* | Set _NET_WM_NAME and _NET_WM_ICON_NAME (freedesktop.org)jenglish2004-07-051-36/+67
* | Fix for #742882 "Potential division by zero in gridded wm geometry"jenglish2004-06-161-5/+15
* | Fix for bug #915350 "Tk sets min, max size in WM_HINTS when it shouldn't"jenglish2004-04-041-2/+9
* | Replaced TclpGetTime() with Tcl_GetTime(), to removejenglish2004-01-311-3/+2
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-9/+9
* | Delete WM_TRANSIENT_FOR property instead of setting it to Nonejenglish2003-10-151-7/+10
* | * doc/wm.n (minimize, maximize): Remove claimmdejong2003-03-121-24/+64
|/
* WaitForEvent(): process Map and Unmap eventsjenglish2002-12-271-9/+13
* * tests/wm.test: Add wm-transient-6.3 tomdejong2002-12-011-17/+9
* * tests/wm.test:hobbs2002-09-021-155/+18
* * unix/tkUnixWm.c (WmTransientCmd): Apply fix formdejong2002-08-081-4/+4
* * tests/wm.test: Add deleteWindows at start ofmdejong2002-08-081-4/+18
* Fix for Tk Bug #592201 "wm transient fails with two masters".jenglish2002-08-081-18/+4