| Commit message (Expand) | Author | Age | Files | Lines |
* | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|\ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| * | [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. | nijtmans | 2011-01-25 | 1 | -2/+2 |
|
|
| * | TIP #359: Extended Window Manager Hints support for 8.4 | patthoyts | 2010-01-23 | 1 | -4/+179 |
|
|
| * | * win/tkWinEmbed.c (TkpGetOtherWindow): do not panic if no window | hobbs | 2006-04-11 | 1 | -4/+10 |
|
|
| * | * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderTople... | mdejong | 2005-06-01 | 1 | -5/+7 |
|
|
| * | unix/tkUnixWm.c: Sync with CVS HEAD (r1.47): | jenglish | 2005-01-14 | 1 | -81/+165 |
|
|
| * | backport compiler warning silencers | dgp | 2004-10-27 | 1 | -5/+5 |
|
|
| * | Backport of 8.5 wm iconphoto that added support for Tk photo | hobbs | 2004-10-05 | 1 | -3/+201 |
|
|
| * | Fix for #1006686 "wm resizable command not working on Solaris/CDE" | jenglish | 2004-08-10 | 1 | -1/+3 |
|
|
| * | Backported fix for bug #915350 "Tk sets min, max size in WM_HINTS when it | jenglish | 2004-04-21 | 1 | -2/+9 |
|
|
* | | [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2. | nijtmans | 2011-01-25 | 1 | -2/+2 |
|
|
* | | make TkSetTransientFor static | nijtmans | 2010-02-16 | 1 | -2/+2 |
|
|
* | | TIP #359: Extended window manager hints support for X11. | patthoyts | 2010-01-20 | 1 | -11/+140 |
|
|
* | | [Bug 1163496]: Allow windows to be set to be transients for withdrawn masters | dkf | 2010-01-06 | 1 | -5/+9 |
|
|
* | | [Bug 2864685] backported extended window manager hinting from HEAD | patthoyts | 2009-12-08 | 1 | -1/+33 |
|
|
* | | Fix [Bug 2902814]. XChangeProperty is misspecified for LP64, but we're stuck | dkf | 2009-11-24 | 1 | -38/+41 |
|
|
* | | Backport the fix for [Bug 2830420]. | dkf | 2009-08-01 | 1 | -23/+18 |
|
|
* | | Don't Panic [Bug 1789819]. | jenglish | 2009-04-04 | 1 | -20/+9 |
|
|
* | | [Bug 2239034] Only frame widgets are acceptable for [wm manage] | patthoyts | 2008-11-15 | 1 | -1/+7 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tkFocus.c, generic/tkFrame.c, generic/tkInt.h: | hobbs | 2007-10-15 | 1 | -7/+154 |
|
|
* | | header cleanup | dgp | 2007-09-07 | 1 | -3/+1 |
|
|
* | | Minor syntactic stuff | dkf | 2007-02-27 | 1 | -89/+94 |
|
|
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-05 | 1 | -3/+3 |
|
|
* | | Fix warnings and (unfortunately introduced with last commit) errors | dkf | 2006-12-11 | 1 | -15/+24 |
|
|
* | | Support the _NET_WM_PING protocol from EWMH. There's no reason to do | dkf | 2006-12-11 | 1 | -36/+119 |
|
|
* | | * win/tkWinEmbed.c (TkpGetOtherWindow): [Bug 1212056] do not panic | hobbs | 2006-05-29 | 1 | -3/+9 |
|
|
* | | Added support for [wm attributes] on X11 [TIP#231, patch#1062022]. | jenglish | 2005-11-16 | 1 | -26/+374 |
|
|
* | | Whitespace/style/ANSI improvements | dkf | 2005-10-21 | 1 | -1538/+1490 |
|
|
* | | * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderTople... | mdejong | 2005-04-07 | 1 | -5/+7 |
|
|
* | | silence compiler warnings | dgp | 2004-10-06 | 1 | -5/+5 |
|
|
* | | * doc/wm.n (iconphoto): added support for Tk photo | hobbs | 2004-10-05 | 1 | -3/+201 |
|
|
* | | Cast argument 7 of XChangeProperty to 'const unsigned char *' | jenglish | 2004-08-19 | 1 | -3/+4 |
|
|
* | | Fix for #1006686 "wm resizable command not working on Solaris/CDE" | jenglish | 2004-08-10 | 1 | -1/+3 |
|
|
* | | Set _NET_WM_NAME and _NET_WM_ICON_NAME (freedesktop.org) | jenglish | 2004-07-05 | 1 | -36/+67 |
|
|
* | | Fix for #742882 "Potential division by zero in gridded wm geometry" | jenglish | 2004-06-16 | 1 | -5/+15 |
|
|
* | | Fix for bug #915350 "Tk sets min, max size in WM_HINTS when it shouldn't" | jenglish | 2004-04-04 | 1 | -2/+9 |
|
|
* | | Replaced TclpGetTime() with Tcl_GetTime(), to remove | jenglish | 2004-01-31 | 1 | -3/+2 |
|
|
* | | * generic/tk3d.c: All uses of 'panic' (the macro) changed | davygrvy | 2004-01-13 | 1 | -9/+9 |
|
|
* | | Delete WM_TRANSIENT_FOR property instead of setting it to None | jenglish | 2003-10-15 | 1 | -7/+10 |
|
|
* | | * doc/wm.n (minimize, maximize): Remove claim | mdejong | 2003-03-12 | 1 | -24/+64 |
|/ |
|
* | WaitForEvent(): process Map and Unmap events | jenglish | 2002-12-27 | 1 | -9/+13 |
|
|
* | * tests/wm.test: Add wm-transient-6.3 to | mdejong | 2002-12-01 | 1 | -17/+9 |
|
|
* | * tests/wm.test: | hobbs | 2002-09-02 | 1 | -155/+18 |
|
|
* | * unix/tkUnixWm.c (WmTransientCmd): Apply fix for | mdejong | 2002-08-08 | 1 | -4/+4 |
|
|
* | * tests/wm.test: Add deleteWindows at start of | mdejong | 2002-08-08 | 1 | -4/+18 |
|
|
* | Fix for Tk Bug #592201 "wm transient fails with two masters". | jenglish | 2002-08-08 | 1 | -18/+4 |
|
|
* | Applied companion patch for Tcl Patch 585105, | dgp | 2002-08-05 | 1 | -6/+6 |
|
|
* | different method of silencing compiler warning. | dgp | 2002-08-02 | 1 | -3/+3 |
|
|