summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixWm.c
Commit message (Expand)AuthorAgeFilesLines
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2.nijtmans2011-01-251-2/+2
| | * TIP #359: Extended Window Manager Hints support for 8.4patthoyts2010-01-231-4/+179
| | * * win/tkWinEmbed.c (TkpGetOtherWindow): do not panic if no windowhobbs2006-04-111-4/+10
| | * * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderTople...mdejong2005-06-011-5/+7
| | * unix/tkUnixWm.c: Sync with CVS HEAD (r1.47):jenglish2005-01-141-81/+165
| | * backport compiler warning silencersdgp2004-10-271-5/+5
| | * Backport of 8.5 wm iconphoto that added support for Tk photohobbs2004-10-051-3/+201
| | * Fix for #1006686 "wm resizable command not working on Solaris/CDE"jenglish2004-08-101-1/+3
| | * Backported fix for bug #915350 "Tk sets min, max size in WM_HINTS when itjenglish2004-04-211-2/+9
| * | [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2.nijtmans2011-01-251-2/+2
| * | make TkSetTransientFor staticnijtmans2010-02-161-2/+2
| * | TIP #359: Extended window manager hints support for X11.patthoyts2010-01-201-11/+140
| * | [Bug 1163496]: Allow windows to be set to be transients for withdrawn mastersdkf2010-01-061-5/+9
| * | [Bug 2864685] backported extended window manager hinting from HEADpatthoyts2009-12-081-1/+33
| * | Fix [Bug 2902814]. XChangeProperty is misspecified for LP64, but we're stuckdkf2009-11-241-38/+41
| * | Backport the fix for [Bug 2830420].dkf2009-08-011-23/+18
| * | Don't Panic [Bug 1789819].jenglish2009-04-041-20/+9
| * | [Bug 2239034] Only frame widgets are acceptable for [wm manage]patthoyts2008-11-151-1/+7
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-43/+42
* | | [Bug 3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2nijtmans2010-12-061-4/+4
* | | Eliminate many unnecessary (ClientData) type casts.nijtmans2010-06-151-2/+2
* | | Consistent use of variable names in RestrictEventnijtmans2010-05-111-9/+6
* | | tkWindow.c/tkStubInit.c adapted from stub changes in Tclnijtmans2010-02-161-2/+2
* | | 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