summaryrefslogtreecommitdiffstats
path: root/tests/wm.test
Commit message (Collapse)AuthorAgeFilesLines
* Disallow transient/master cycles. Fix bgerror for Aqua to avoid hangs when ↵culler2019-03-041-2/+12
|\ | | | | | | an error occurs in an idle task run by [NSView drawRect].
| * Make it be an error to create a transient/master cycle on Aqua. Otherculler2019-03-011-2/+12
| | | | | | platforms will be handled in separate check-ins.
* | Merge 8.6jan.nijtmans2019-01-101-3/+3
|/
* Adjust wm.test to expect -type as a possible attribute on Aqua.culler2018-12-171-1/+1
|
* Fix error on constraint name: unix is not x11fvogel2018-12-071-1/+1
|
* Refine tests wm-stackorder-5.2 and -6.1 to run a test of the behavior on all ↵fvogel2018-12-071-2/+24
| | | | platforms (the expected results are different on different platforms)
* Fix constraint name. !aqua is not a known constraint (the test was skipped ↵fvogel2018-12-071-2/+2
| | | | in all platforms), however notAqua is known and lets the test run in anything else than aqua.
* Mark tests wm-stackorder-5.2 and wm-stackorder-6.1 as inappropriate for aqua.culler2018-12-071-3/+4
|
* Fix [6ca257310a]: wm resizable does not disable single dimension resizing on ↵fvogel2018-07-041-2/+4
|\ | | | | | | macOS. Patch from Marc Culler.
| * Complete test wm-resizable-2.1 with the fourth combination casefvogel2018-06-301-2/+4
| |
* | Fix [119bb094af]: wm-iconbitmap-1.4 and wm-iconbitmap-2.1 fail on macOSfvogel2018-07-041-2/+2
|\ \
| * | Fix [119bb094af]: wm-iconbitmap-2.1 fails on macOSfvogel2018-06-281-1/+1
| | |
| * | Fix [119bb094af]: wm-iconbitmap-1.4 fails on macOSfvogel2018-06-281-1/+1
| |/
* | Fix [68b78ef96a]: wm-attributes-1.2.5 fails on macOSfvogel2018-06-181-1/+1
|/
* Added test case wm-forget-2 related to test the fix for bug [e9112ef96e] ↵fvogel2016-03-071-0/+26
| | | | (cherrypicked [a6c6d3bd08])
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
| | * Fix test for the ewmh attributes additionpatthoyts2010-01-231-2/+2
| | |
| | * * tests/wm.test: -transparentcolor added to windows wm attributes testspatthoyts2007-09-041-4/+4
| | |
| | * * macosx/tkMacOSXEmbed.c:das2006-04-221-2/+5
| | | | | | | | | | | | | | | | | | * macosx/tkMacOSXWm.c: * tests/constraints.tcl: * tests/wm.test: sync with 2006-04-18 commit to HEAD. (darley)
| | * 2005-11-16 Don Porter <dgp@users.sourceforge.net>dgp2005-12-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *** 8.4.12 TAGGED FOR RELEASE *** * changes: Update changes for 8.4.12 release * mac/tkMacWm.c: Restored consistent error checking and * macosx/tkMacOSXWm.c: messages among different platform's * tests/wm.test: [wm grid] commands. [Bug 1323972]. * win/tkWinWm.c:
| | * * tests/winfo.test: Wait until child window is visiblepatthoyts2005-10-101-3/+3
| | | | | | | | | | | | * tests/wm.test: Modified test to match actual error output.
| | * unix/tkUnixWm.c: Sync with CVS HEAD (r1.47):jenglish2005-01-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #959973 "wm title bug" (support Unicode titles) Fixes: #742882 "Potential division by zero in gridded wm geometry" Use Tcl_GetTime instead of TclpGetTime [#874745] Use Tcl_Panic() instead of "panic" [#865264] Fixes: #632816 "cannot remove transient" Fixes: #568861 "Fix for wm minsize and maxsize commands" tests/unixWm.test, tests/wm.test: Updated test suite for #632816 (unixWm-37.3, unixWm-37.4, wm-grid-1.11, wm-grid-1.12) and #742882 (unixWm-20.9, unixWm-20.11).
| | * * tests/wm.test: Add Win32 test cases for attributesmdejong2004-10-291-2/+17
| | | | | | | | | | | | | | | | | | subcommand. * win/tkWinWm.c (WmAttributesCmd): Fixup broken option processing logic for attributes subcommand.
| | * Backport of 8.5 wm iconphoto that added support for Tk photohobbs2004-10-051-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | * 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]
| | * missed wm attr testhobbs2004-09-191-2/+2
| | |
| * | TIP #359: Extended window manager hints support for X11.patthoyts2010-01-201-2/+2
| | |
| * | [Bug 1163496]: Allow windows to be set to be transients for withdrawn mastersdkf2010-01-061-1/+18
| | | | | | | | | | | | correctly.
| * | [Bug 2239034] Only frame widgets are acceptable for [wm manage]patthoyts2008-11-151-15/+103
| | |
| * | Backported fixes for handling unmapped parent toplevels. [Bug 2009788, 2028703]patthoyts2008-08-011-1/+38
| | |
* | | Fix 3 tests on Ubuntu 10.4, two of them timing dependent, one wm-dependent.nijtmans2010-05-261-7/+9
| | |
* | | TIP #359: Extended window manager hints support for X11.patthoyts2010-01-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modern unix window managers use a set of window properties to give hints as to the purpose of a toplevel window. They then use these hints to apply various animation and decoration options based on the type (dialog, menu, tooltip and more). This patch adds a [wm attributes $w -type] option to control and read the type hint and makes use of this for the ttk::combobox and the dialogs raised from the Tk library scripts. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
* | | [Bug 1163496]: Allow windows to be set to be transients for withdrawn mastersdkf2010-01-061-1/+18
| | | | | | | | | | | | correctly.
* | | bug 2239034: restrict [wm manage] to Frame type widgetspatthoyts2008-11-151-15/+103
| | |
* | | * unix/tkUnixWm.c: Restored consistency of error messages fromdgp2008-10-081-3/+3
| | | | | | | | | | | | | | | * macosx/tkMacOSXWm.c: [wm iconphoto] with the test suite and across all platforms. [Bug 2021443]
* | | * tests/wm.test: Update expected error messages fromdgp2008-10-081-3/+3
| | | | | | | | | | | | [wm iconphoto] to match the new message. [Bug 2021443]
* | | Fixed some incorrect error string results and removed precision dependencies ↵patthoyts2008-10-061-3/+3
| | | | | | | | | | | | in entry tests
* | | Check wmPtr is valid in TopLevelReqProc to fix [Bug 2028703]patthoyts2008-08-011-1/+11
| | |
* | | Check that the parent has been mapped before calling RemapWindows. [Bug 2009788]patthoyts2008-07-261-1/+28
| | |
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-3/+3
|/ /
* | Rewrote so that tests clean up after themselves, not after the preceding test.dkf2008-03-201-885/+945
| |
* | * generic/tkFocus.c, generic/tkFrame.c, generic/tkInt.h:hobbs2007-10-151-2/+48
| | | | | | | | | | | | | | | | * macosx/tkMacOSXButton.c, macosx/tkMacOSXMenubutton.c: * macosx/tkMacOSXWm.c, unix/tkUnixWm.c, win/tkWinWm.c: * doc/wm.n, tests/wm.test: TIP #125 implementation [Bug 998125] Adds [wm manage|forget] for dockable frames. Finished X11 and Windows code, needs OS X completion.
* | * tests/wm.test: Update wm attributes outputmdejong2006-12-281-4/+4
| | | | | | | | | | so that tests pass after addition of -transparentcolor for Win32.
* | fix tests for TkAquavincentdarley2006-04-181-2/+5
| |
* | (wm-attributes-1.2.4): correct expected resulthobbs2006-04-051-2/+6
| |
* | * doc/wm.n: Add documentation for -fullscreen attribute.mdejong2005-02-171-4/+299
| | | | | | | | | | | | | | | | | | | | | | * 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].
* | Modified for the latest embedded/container window implementation for Windows ↵chengyemao2005-02-151-2/+30
| | | | | | | | platform
* | Use more tcltest 2 features so test contents can be less cluttered...dkf2005-02-091-224/+267
| |
* | Tidy up coding style (better grouping of related tests)dkf2005-02-091-185/+39
| |