summaryrefslogtreecommitdiffstats
path: root/tests/winWm.test
Commit message (Collapse)AuthorAgeFilesLines
* Excess spacing in test-suitejan.nijtmans2016-03-141-3/+3
|
* 3567812 3567779 Repaired regressions in 3546073 fix.dgp2012-09-151-10/+13
| | | Stopped test event leakage in winWm-9.2.
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
| | * * doc/wm.n, tests/winWm.test:hobbs2006-12-011-3/+24
| | | | | | | | | | | | * win/tkWinWm.c: add -transparentcolor attribute for Windows.
| | * Backport of 8.5 wm iconphoto that added support for Tk photohobbs2004-10-051-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | * generic/tkInt.h (TkDisplay): images as titlebar icons. TIP #159 * win/tkWinWm.c (WmIconphotoCmd): wm iconphoto ?-default? image1 ... * macosx/tkMacOSXWm.c (WmIconphotoCmd): Implemented for Win/Unix, * unix/tkUnixWm.c (WmIconphotoCmd): stubbed out for OS X. * tests/wm.test, tests/unixWm.test, tests/winWm.test: [Bug 815751]
| | * patch 892194 TIP#222 changeshobbs2004-09-171-6/+49
| | |
| | * * win/tkWinWm.c (UpdateWrapper): Ensure that we maintain Z orderhobbs2004-09-171-5/+26
| | | | | | | | | | | | | | | | | | | | | * tests/winWm.test: and focus of preexisting window when replacing the wrapper window. * win/tkWinWm.c (WmIconwindowCmd): Replace bogus call to XWithdrawWindow with proper code. (mdejong)
* | | [Bug 3205464] - handle [wm forget] when the parent is unmapped on windowspatthoyts2011-03-191-0/+31
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | The fix for [Bug 2009788] prevented a crash but causes windows to be lost if their parent is unmapped when [wm forget] is called. Added a test for this case and ensure that the parent window exists when we remap the child to its parent. Reported-by: Koen Danckaert <danckaert@users.sourceforge.net> Reported-by: Eric Boudaillier <beric@users.sourceforge.net> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
| * | [Bug 3205464] - handle [wm forget] when the parent is unmapped on windowspatthoyts2011-03-191-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix for [Bug 2009788] prevented a crash but causes windows to be lost if their parent is unmapped when [wm forget] is called. Added a test for this case and ensure that the parent window exists when we remap the child to its parent. Reported-by: Koen Danckaert <danckaert@users.sourceforge.net> Reported-by: Eric Boudaillier <beric@users.sourceforge.net> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
| * | Make sure the window is still present when handling delayed activation [Bug ↵patthoyts2009-11-221-1/+46
| | | | | | | | | | | | 2899949]
| * | missing constraintdgp2009-06-231-2/+2
| | |
| * | [Bug 2799589] Backported fix for crash on delayed window activation.patthoyts2009-06-021-1/+50
| | |
* | | [Bug 2799589] added a test for grab on deleted window whichpatthoyts2009-09-301-1/+45
| | | | | | | | | | | | causes crashes on windows (fixed already).
* | | Missing constraint on new test winWm-9.0dgp2009-06-131-3/+3
| | |
* | | [Bug 2799589] Avoid setting the focus on a deleted window during delayed ↵patthoyts2009-06-021-1/+45
| | | | | | | | | | | | activation.
* | | Fixed some incorrect error string results and removed precision dependencies ↵patthoyts2008-10-061-2/+2
| | | | | | | | | | | | in entry tests
* | | Update to tcltest2aniap2008-08-301-120/+200
| | |
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-2/+2
|/ /
* | * doc/wm.n, tests/winWm.test:hobbs2006-12-011-3/+24
| | | | | | | | * win/tkWinWm.c: add -transparentcolor attribute for Windows.
* | generic/tkText.c: Applied suggested patch from #1536735patthoyts2006-10-171-18/+24
| | | | | | | | | | | | | | | | tests/text.test: Update test for above patch. tests/textWind.test: Corrected test to catch all messages tests/safe.test: Silence spurious win32 failure awaiting TIP150 tests/winDialog.test: Updated test for file name length check. test/winWm.test: Corrected test expectation for menu wrapping.
* | * doc/wm.n: Add documentation for -fullscreen attribute.mdejong2005-02-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | * tests/winWm.test: Add -fullscreen to wm attribute usage message. * tests/wm.test: Add -fullscreen to wm attribute usage message. Add -fullscreen attribute test cases for Windows. * win/tkWinWm.c (WmInfo, UpdateWrapper, TkpWmSetFullScreen, WmAttributesCmd, UpdateGeometryInfo): Implement TIP 223 [wm attributes -fullscreen].
* | Split duplicate test names [Bug 1078648]dkf2004-12-041-2/+2
| |
* | * doc/wm.n (iconphoto): added support for Tk photohobbs2004-10-051-1/+14
| | | | | | | | | | | | | | | | * generic/tkInt.h (TkDisplay): images as titlebar icons. TIP #159 * win/tkWinWm.c (WmIconphotoCmd): wm iconphoto ?-default? image1 ... * macosx/tkMacOSXWm.c (WmIconphotoCmd): Implemented for Win/Unix, * unix/tkUnixWm.c (WmIconphotoCmd): stubbed out for OS X. * tests/wm.test, tests/unixWm.test, tests/winWm.test: [Bug 815751]
* | * doc/wm.n:hobbs2004-09-171-3/+46
| | | | | | | | | | | | * tests/winWm.test: Add 'wm attributes -alpha' to control toplevel * win/tkWinInt.h: alpha transparency on Win2K/XP+. * win/tkWinWm.c: TIP #222 [Patch 892194]
* | * win/tkWinWm.c (UpdateWrapper): Ensure that we maintain Z orderhobbs2004-09-171-5/+26
| | | | | | | | | | * tests/winWm.test: and focus of preexisting window when replacing the wrapper window.
* | Use standard constraint namesdkf2004-06-241-21/+21
| |
* | * tests/all.tcl: Made better use of a commondgp2003-04-011-6/+3
|/ | | | | * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files.
* Objectifed wm. [Patch #564521]pspjuth2002-07-251-2/+2
|
* * Converted more files to tcltest and factored out common code.dgp2002-07-131-6/+6
|
* * Converted several files in the Tk test suite for testing bydgp2002-07-121-5/+4
| | | | tcltest 2.1.
* * tests/winWm.test: Verify that both an unmappedmdejong2002-06-241-1/+25
| | | | | | | | | | | | | | | | | | | | and already mapped toplevel are raised and receive the focus when deiconified. * tests/wm.test: Add wm deiconify tests. Check that a toplevel that has never been mapped is not mapped by the deiconify command since it should be done at idle by MapFrame. * win/tkWinWm.c (Tk_WmCmd): Check the WM_NEVER_MAPPED flag while processing the wm deiconify command. The WM_UPDATE_PENDING flag should never be set when WM_NEVER_MAPPED is set, but double check so that the implementation is more explicit and matches the comment just above. Return without invoking TkWmRestackToplevel or TkSetFocusWin on a toplevel that has never been mapped. This fixes a bug where a toplevel is mapped with the wrong size and is then resized by the idle call to MapFrame. [Tk bug 233150]
* * doc/wm.n: TIP #95 Windows implementation andhobbs2002-06-221-13/+20
| | | | | | | | * mac/tkMacWm.c (Tk_WmCmd): docs with mac and unix stubs. * unix/tkUnixWm.c (Tk_WmCmd): * win/tkWinWm.c (Tk_WmCmd): * tests/unixWm.test: * tests/winWm.test: more wm attr tests will be needed.
* * tests/winWm.test:hobbs2000-01-121-3/+19
| | | | | | | | | | | * tests/unixWm.test: * mac/tkMacWm.c: * unix/tkUnixWm.c: fixed possible X error being raised [Bug: 3377] * win/tkWinWm.c: wm deiconify in zoom state [Bug: 2077], fixed possible flashing of unmapped toplevel in deiconify [Bug: 3338] and fixed mapping of transient window [Bug: 572] Also, for all wm's, extended 'wm state' command to allow setting of the state, and added official support of 'zoomed' state on Win.
* * Merged 8.1 branch into the main trunkstanton1999-04-161-22/+33
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+219