summaryrefslogtreecommitdiffstats
path: root/tests/bind.test
Commit message (Collapse)AuthorAgeFilesLines
* Fixed tests cases bad interactions and a forgotten mouse warping case (event ↵fvogel2016-05-301-0/+1
|\ | | | | | | generate {} <...> -warp 1 is valid)
| * A mouse button once pressed should be released. Doing otherwise messes up ↵bug_79549a9134fvogel2016-05-301-0/+1
| | | | | | | | with assumptions in other (later) tests from the test suite, which reasonably think they start with all mouse buttons depressed. In the present case, canvas-13.1 failed because event generation of <ButtonRelease-1> was missing in test bind-32
* | Fixed [79549a9134] - Mouse pointer warping crashesfvogel2016-05-301-0/+12
|\ \ | |/
| * More complete fix for [79549a9134] - Mouse pointer warping crashes, with a ↵fvogel2016-05-261-0/+12
| | | | | | | | non-regression test case.
* | Fixed [f2655bb0ec] - bind-15.23 fails if the mouse is inside the test windowbug_f2655bb0ecfvogel2016-05-251-0/+8
|/
* Modify bind tests for '%M' to save/restore the 'Key' bindings for both 'All' ↵Joe Mistachkin2015-02-061-10/+20
|\ | | | | | | and 'Entry'. Fix for [6b13bf5ebf].
| * Modify bind tests for '%M' to save/restore the 'Key' bindings for both 'All' ↵Joe Mistachkin2015-02-061-4/+22
| | | | | | | | and 'Entry'. Fix for [6b13bf5ebf].
* | Add support for an 'M' binding substitution that is replaced with the number ↵Joe Mistachkin2015-02-061-1/+32
|\ \ | |/ | | | | of script-based binding patterns matched so far for the event.
| * Add docs and tests.Joe Mistachkin2012-11-161-0/+26
| |
| * Fixed [Bug 3554081]: Test bind-22.10 failedfvogel2012-08-031-2/+2
| |\
| | * Fixed [Bug 3554081]: Test bind-22.10 failedfvogel2012-08-031-2/+2
| | |
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
| | * * tests/bind.test: Make test suite more SCIM-tolerant [Bug 1609316]dgp2007-05-161-1/+3
| | |
* | | [Patch 3009998]: Replace binding procedures with ordinary event handlersjenglish2010-06-191-345/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in win/tkWinScrlbr.c and carbon/tkMacOSXScrlbr.c. Simplifications enabled by previous change: * TkCreateBindingProcedure() and associated machinery no longer needed. * TkBindDeadWindow() no longer needed. * TK_DEFER_MODAL_LOOP and associated machinery no longer needed. * Tests related to C binding procedures no longer needed.
* | | [Bug 2336454] fixed keysyms used in bind tests.patthoyts2009-01-111-31/+30
| | |
* | | [Bug 1389270] event generate silently ignored focus events. These can now be ↵patthoyts2008-11-231-4/+4
| | | | | | | | | | | | generated.
* | | Fixed some locale dependencies to reduce the noise on non-English systemspatthoyts2008-11-231-651/+657
| | |
* | | Re-fixed QWERTY/AZERTY sensitivity of key event generation test (thx to Pat ↵ferrieux2008-11-231-3/+3
| | | | | | | | | | | | Thoyts)
* | | Fixed QWERTY/AZERTY sensitivity of key event generation testferrieux2008-11-221-3/+3
| | |
* | | Update to tcltest2aniap2008-07-251-29/+3
| | |
* | | Update to tcltest2aniap2008-07-251-2293/+5959
| | |
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-3/+3
|/ /
* | * tests/bind.test: Make test suite more SCIM-tolerant [Bug 1609316]dgp2007-05-161-1/+3
| |
* | More duplicate testname elimination. [1078648]dkf2004-12-071-87/+77
| |
* | Fix general error-case test. [Bug 1019085]dkf2004-09-011-2/+5
| |
* | TIP#165 (user data field) implementation.dkf2004-08-291-1/+57
| |
* | TIP#158 implementation; keypad keys on Win are now distinguishable.dkf2004-07-051-2/+3
| |
* | Steps towards systematization of test constraints in Tk test suitedkf2004-06-171-3/+1
| |
* | First step towards improving test style. Also start using Tcl 8.5 features.dkf2004-05-231-279/+298
| |
* | * 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.
* Make all %-expansions generate ?? when their event doesn't have the rightdkf2003-02-281-1/+8
| | | | underlying field to prevent a crash on Windows. [Bug #612110]
* * Completed conversion of Tk test suite to use tcltest.dgp2002-07-141-33/+30
|
* * tests/bind.test (bind-22.18):hobbs2001-03-301-17/+7
| | | | | | * generic/tkBind.c (NameToWindow): handled the error case where a valid-looking but invalid identifier could be passed in certain event generate options causing a crash. [Bug #411307]
* * tests/bind.test: Tweaked expected error messages for [bindtags]ericm2000-08-031-3/+3
| | | | | | | | | | | | | | | | to comply with updated error messages. * generic/tkMenu.c (CloneMenu): Replaced calls to Tk_BindtagsCmd with equivalent calls to Tk_BindtagsObjCmd. * generic/tkInt.h: Replace Tk_BindtagsCmd prototype with Tk_BindtagsObjCmd prototype. * generic/tkWindow.c: Updated "bindtags" command entry to use Tcl_Obj'ified command. * generic/tkCmds.c (Tk_BindtagsObjCmd): Tcl_Obj'ified [bindtags] command.
* * tests/bind.test:hobbs1999-12-141-8/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | * tests/canvImg.test: * tests/canvPsArc.tcl: * tests/canvPsImg.tcl: (new file) * tests/canvRect.test: * tests/canvText.test: * tests/canvas.test: * tests/defs.tcl: * tests/entry.test: * tests/event.test: * tests/font.test: * tests/frame.test: * tests/imgPhoto.test: * tests/safe.test: * tests/scale.test: * tests/scrollbar.test: * tests/select.test: * tests/text.test: * tests/textDisp.test: * tests/textTag.test: * tests/unixFont.test: * tests/unixWm.test: * tests/visual_bb.test: * tests/winClipboard.test: tests for the dash patch changes
* Added calls to cleanupTests before return statements.jenn1999-07-081-1/+2
|
* * Merged 8.1 branch into the main trunkstanton1999-04-161-48/+75
|
* Added support for the MouseWheel event.rjohnson1998-10-101-1/+24
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* returns if testcbind is not definedhershey1998-08-121-0/+6
|
* Initial revisionrjohnson1998-04-011-0/+2530