summaryrefslogtreecommitdiffstats
path: root/tests/menu.test
Commit message (Collapse)AuthorAgeFilesLines
* Constrained test menu-38.1 to Unix or Mac platforms since this test hangs on ↵fvogel2016-08-291-1/+1
|\ | | | | | | Windows and the corresponding bug was reported for Linux and Mac only
| * Constrained test menu-38.1 to Unix or Mac platforms since this test hangs on ↵bug_fa32290898fvogel2016-08-291-1/+1
| | | | | | | | Windows and the corresponding bug was reported for Linux and Mac only
* | Fixed [fa32290898] - Can't dismiss ttk::menubutton menu until mouse has ↵fvogel2016-08-291-0/+29
|\ \ | |/ | | | | hovered over it
| * Added non regression test case menu-38.1fvogel2016-08-231-0/+29
| |
* | Excess spacing in test-suitejan.nijtmans2016-03-141-36/+36
|/
* Fixed [2160206fff] - Panic when posting a menu of type menubarfvogel2015-11-081-0/+12
|\
| * Added new test to check for error triggering when posting a menu of type menubarbug_2160206ffffvogel2015-10-251-0/+9
| |
* | Fixed bug [1581435fff] - Documented precedence order in the matching process ↵fvogel2015-09-061-2/+7
|\ \ | |/ | | | | of the index string
| * Fixed bug [1581435fff] - Documented precedence order in the matching process ↵bug_1581435ffffvogel2015-09-021-2/+7
| | | | | | | | of the index string
* | remove sandbox litterdgp2014-10-141-3/+0
| |
* | merge markdgp2014-10-141-0/+3
|\ \ | |/
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
| | * * unix/tkUnixMenu.c (DrawMenuUnderline): bound Tcl_UtfAtIndex usagehobbs2006-11-241-1/+11
| | | | | | | | | | | | * tests/menu.test (menu-36.1): [Bug 1599877]
| | * menu clone cleanup bug fixvincentdarley2003-07-151-2/+2
| | |
| * | [Bug 220950]: Don't delete the last menu entry when it is obvious that is notdkf2010-01-051-1/+12
| | | | | | | | | | | | what was intended.
| * | menu tests using 'tkwait visibility' are unix onlypatthoyts2010-01-031-4/+4
| | |
| * | Patch 2879789: Make torn-off menu entrys activate across whole windowpatthoyts2009-12-301-1/+33
| | | | | | | | | | | | backported from HEAD.
* | | [Bug 220950]: Don't delete the last menu entry when it is obvious that is notdkf2010-01-051-1/+12
| | | | | | | | | | | | what was intended.
* | | menu tests using 'tkwait visibility' are unix onlypatthoyts2010-01-031-4/+4
| | |
* | | Patch 2879789: Make torn-off menu entrys activate across whole windowpatthoyts2009-12-301-1/+42
| | | | | | | | | | | | | | | | | | | | | | | | The torn-off menu entries do not activate except immediately over the label or icon. If the window containing the torn-off menu is expanded then a lot of dead space may be created, including the cascade arrow. This patch fixes this making the whole width for any menu entry capable of activation when the pointer hovers over the item.
* | | Tk tests that create images need to be independent of the interpreter ↵patthoyts2009-01-131-55/+60
| | | | | | | | | | | | environment.
* | | Update to tcltest2aniap2008-08-131-1669/+2961
| | |
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-6/+6
|/ /
* | TIP#286 implementation. [Patch 1152376]dkf2006-12-041-2/+19
| |
* | * unix/tkUnixMenu.c (DrawMenuUnderline): bound Tcl_UtfAtIndex usagehobbs2006-11-241-1/+11
| | | | | | | | * tests/menu.test (menu-36.1): [Bug 1599877]
* | reduce unnecessary namespace usedkf2006-03-201-3/+3
| |
* | Arrange the test suite so that it only accesses images in the same directory.dkf2005-10-121-12/+22
| | | | | | | | This enables packaging of the test suite as a starkit.
* | First step towards improving test style. Also start using Tcl 8.5 features.dkf2004-05-231-8/+8
| |
* | fix to menu clone deletion bugvincentdarley2003-05-301-2/+2
| |
* | * 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.
* * Completed conversion of Tk test suite to use tcltest.dgp2002-07-141-2/+2
|
* * Converted more files to tcltest and factored out common code.dgp2002-07-131-34/+12
|
* Correct and test for logic error when cloning menus. Bug 508988uid382262002-01-311-1/+20
|
* marked 32.8 a knownBug against SF bug #465324hobbs2001-11-171-2/+3
|
* implementation of TIP 63 (accepted) -compound option to menu items.macosx_8_4_branchpointtmh2001-10-121-2/+37
|
* corrected to use testConfig constraints inhobbs2001-08-301-12/+11
| | | | the TK_ALT_DISPLAY case
* Merged changes from feature branch dgp-privates-into-namespace,dgp2001-08-011-8/+8
| | | | | implementing TIP 44. All Tk commands and variables matching tk[A-Z]* are now in the ::tk namespace.
* Replaced all [load {} tk] in Tk test suite with [load {} Tk].dgp2001-03-281-2/+2
| | | | [Bug 220940, Patch 411952]
* Fix bitmaps so that the same bitmap will not be useddrh2000-09-301-1/+3
| | | | | | on two difference screens of the same display. Without this fix you get a BadMatch error from the X-server when you try to use a bitmap on two screens at once.
* * tests/menu.test:hobbs2000-05-111-14/+15
| | | | | | | * generic/tk3d.c: * generic/tkColor.c: * generic/tkCursor.c: corrected handling of 3DBorder, Cursor and Color objects on multiple screens. [Bug: 5454]
* * Merged 8.1 branch into the main trunkstanton1999-04-161-214/+286
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+2385