| Commit message (Expand) | Author | Age | Files | Lines |
* | Modified to handle a wide-character title string of a toplevel | chengyemao | 2005-01-31 | 1 | -4/+8 |
|
|
* | Added TK_INFO message for use in an embedded window attachment protocol; modi... | chengyemao | 2005-01-16 | 1 | -6/+6 |
|
|
* | Removed WM_UNINITMENUPOPUP that may cause compiling error in WINVER < 0x0500 | chengyemao | 2005-01-13 | 1 | -2/+1 |
|
|
* | Minor bug fix to support embedding/embedded | chengyemao | 2005-01-12 | 1 | -9/+10 |
|
|
* | properly handled returned value in wm for embedded | chengyemao | 2005-01-10 | 1 | -7/+11 |
|
|
* | Changed to make platform implementation ready for a toplevel -use option; com... | chengyemao | 2005-01-09 | 1 | -2/+35 |
|
|
* | Modified to keep consistent state of an embedded window | chengyemao | 2005-01-09 | 1 | -1/+6 |
|
|
* | Implemented TK_STAT message to support {wm state} for embedded window | chengyemao | 2005-01-07 | 1 | -6/+61 |
|
|
* | Modified for separating an embedded menu's window handler from a normal popup... | chengyemao | 2005-01-04 | 1 | -8/+6 |
|
|
* | * win/tkWinWm.c (TkWinWmCleanup): clean up layered window class. | hobbs | 2005-01-04 | 1 | -2/+11 |
|
|
* | Modified to support embedded menu widget | chengyemao | 2004-12-28 | 1 | -30/+40 |
|
|
* | Bug fix in TkpWinToplevelMove and TkpWinToplevelIsControlledByWm | chengyemao | 2004-12-21 | 1 | -4/+8 |
|
|
* | implemented overrideredirect for an embedded; corrected incorrect frame upper... | chengyemao | 2004-12-20 | 1 | -13/+69 |
|
|
* | featrue implementation of Tk container and embedded including TK_MOVEWINDOW, ... | chengyemao | 2004-12-20 | 1 | -58/+198 |
|
|
* | Bug fix and feature implementation of embedded/embedding Tk | chengyemao | 2004-12-19 | 1 | -8/+22 |
|
|
* | bug fix (842945,831627) | chengyemao | 2004-12-17 | 1 | -12/+12 |
|
|
* | * tests/wm.test: Add Win32 test cases for attributes | mdejong | 2004-10-29 | 1 | -9/+11 |
|
|
* | * win/tkWinWm.c (UpdateWrapper): pass SWP_NOOWNERZORDER to | hobbs | 2004-10-21 | 1 | -2/+3 |
|
|
* | * doc/wm.n (iconphoto): added support for Tk photo | hobbs | 2004-10-05 | 1 | -6/+117 |
|
|
* | * win/tkWinInt.h (TkWinDisplayChanged): added decl | hobbs | 2004-09-23 | 1 | -1/+107 |
|
|
* | * win/tkWinWm.c: Rework WS_EX_LAYERED and LWA_ALPHA | mdejong | 2004-09-21 | 1 | -3/+5 |
|
|
* | * win/tkWinWm.c (UpdateWrapper, WmAttributesCmd): handle attribute | hobbs | 2004-09-21 | 1 | -41/+41 |
|
|
* | (UpdateWrapper): don't adjust Z order of TOPMOST window. | hobbs | 2004-09-19 | 1 | -13/+26 |
|
|
* | * win/tkWinWm.c (WmAttributesCmd): correct -alpha 0.0/1.0 setting | hobbs | 2004-09-18 | 1 | -17/+14 |
|
|
* | * doc/wm.n: | hobbs | 2004-09-17 | 1 | -20/+157 |
|
|
* | * win/tkWinWm.c (UpdateWrapper): Ensure that we maintain Z order | hobbs | 2004-09-17 | 1 | -4/+30 |
|
|
* | * win/tkWinWm.c (WmIconwindowCmd): Replace bogus | mdejong | 2004-09-15 | 1 | -8/+3 |
|
|
* | * win/tkWinWm.c (ReadIconFromFile): fix mem alloc to get the right | hobbs | 2004-09-13 | 1 | -15/+10 |
|
|
* | (UpdateWrapper): update to 2004-06-12 Kovalenko to account for | hobbs | 2004-09-10 | 1 | -14/+16 |
|
|
* | * win/tkWinWm.c (ActivateWindow): SetFocus to grab window when | hobbs | 2004-09-10 | 1 | -4/+9 |
|
|
* | * win/tkWinWm.c (ReadIconFromFile): when using SHGetFileInfo to | hobbs | 2004-09-10 | 1 | -22/+45 |
|
|
* | * win/tkWinDialog.c (Tk_MessageBoxObjCmd): Inherit the icon from | hobbs | 2004-08-20 | 1 | -15/+86 |
|
|
* | Fix for #742882 "Potential division by zero in gridded wm geometry" | jenglish | 2004-06-16 | 1 | -5/+16 |
|
|
* | * win/tkWinWm.c (UpdateWrapper): Let overrideredirect'ed window's | a_kovalenko | 2004-06-12 | 1 | -2/+10 |
|
|
* | Fixed bug 767176 | chengyemao | 2004-05-08 | 1 | -3/+3 |
|
|
* | * generic/tk3d.c: All uses of 'panic' (the macro) changed | davygrvy | 2004-01-13 | 1 | -12/+12 |
|
|
* | Check for TK_ALREADY_DEAD to avoid handling of dead windows. | a_kovalenko | 2003-12-16 | 1 | -2/+2 |
|
|
* | opps.. paren typo | davygrvy | 2003-12-16 | 1 | -3/+3 |
|
|
* | * win/tkWinWm.c (UpdateGeometryInfo) : wmPtr->wrapper might | davygrvy | 2003-12-16 | 1 | -2/+3 |
|
|
* | fix to memory leaks and reading of freed memory | vincentdarley | 2003-12-09 | 1 | -18/+20 |
|
|
* | * doc/wm.n (minimize, maximize): Remove claim | mdejong | 2003-03-12 | 1 | -6/+51 |
|
|
* | * win/tkWinX.c (TkWinXInit): Move cleanup into an exit handler | hobbs | 2002-12-06 | 1 | -1/+6 |
|
|
* | * tests/wm.test: Add wm-transient-6.3 to | mdejong | 2002-12-01 | 1 | -17/+9 |
|
|
* | Fix for Tk Bug #592201 "wm transient fails with two masters". | jenglish | 2002-08-08 | 1 | -4/+4 |
|
|
* | * win/tkWinFont.c: Additional changes to fix CONST warnings on | dgp | 2002-08-05 | 1 | -5/+5 |
|
|
* | Objectifed wm. [Patch #564521] | pspjuth | 2002-07-25 | 1 | -1347/+2310 |
|
|
* | code cleanup | vincentdarley | 2002-07-17 | 1 | -38/+80 |
|
|
* | WinWm fixes | vincentdarley | 2002-07-16 | 1 | -20/+216 |
|
|
* | * Fixes for [Bug 581627]. | dgp | 2002-07-15 | 1 | -2/+2 |
|
|
* | * tests/winWm.test: Verify that both an unmapped | mdejong | 2002-06-24 | 1 | -3/+13 |
|
|