summaryrefslogtreecommitdiffstats
path: root/tests/bind.test
Commit message (Collapse)AuthorAgeFilesLines
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\ | | | | FossilOrigin-Name: b8a1385217cc117d6962c234f0a4d28ff10e089c
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ | | | | | | FossilOrigin-Name: 3f95fbe0ce14948fd409844b915c18ef25d7d0a0
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | | | | | | | | FossilOrigin-Name: a74f32bb6369d3e66e661145c81a98a14ed79b3a
| | * * tests/bind.test: Make test suite more SCIM-tolerant [Bug 1609316]dgp2007-05-161-1/+3
| | | | | | | | | FossilOrigin-Name: 7a98f33120d390a59cbeba6df9cf18c79e72481d
* | | [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. FossilOrigin-Name: afaa6c96f6571c82b3463f325c7936825bd4312d
* | | [Bug 2336454] fixed keysyms used in bind tests.patthoyts2009-01-111-31/+30
| | | | | | | | | FossilOrigin-Name: 02862c72d7a6b110cf8c4f37a44a7995d9d72db7
* | | [Bug 1389270] event generate silently ignored focus events. These can now be ↵patthoyts2008-11-231-4/+4
| | | | | | | | | | | | | | | generated. FossilOrigin-Name: 185b0e79ee6405df6afbdb0e5e1e86a8dd8b6b2d
* | | Fixed some locale dependencies to reduce the noise on non-English systemspatthoyts2008-11-231-651/+657
| | | | | | | | | FossilOrigin-Name: 265ddb9450a898615d4ba0254a88db1e2749f98a
* | | Re-fixed QWERTY/AZERTY sensitivity of key event generation test (thx to Pat ↵ferrieux2008-11-231-3/+3
| | | | | | | | | | | | | | | Thoyts) FossilOrigin-Name: 879b7b5a657ba3886b17bbe716347b79040c9e61
* | | Fixed QWERTY/AZERTY sensitivity of key event generation testferrieux2008-11-221-3/+3
| | | | | | | | | FossilOrigin-Name: 21bc3b70868a495585137537b4c1ca9920bc7b30
* | | Update to tcltest2aniap2008-07-251-29/+3
| | | | | | | | | FossilOrigin-Name: cdf26379fa9c4a10c78d9e8e3621b1f3a829ba11
* | | Update to tcltest2aniap2008-07-251-2293/+5959
| | | | | | | | | FossilOrigin-Name: 7c7e823e576991a32ebddcb8e2da380761b56d82
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-3/+3
|/ / | | | | FossilOrigin-Name: def570d7bdd7211b4c17c706781050222d16890f
* | * tests/bind.test: Make test suite more SCIM-tolerant [Bug 1609316]dgp2007-05-161-1/+3
| | | | | | FossilOrigin-Name: 40de1e3e57960cfef14094e7bf48297d558ed7ca
* | More duplicate testname elimination. [1078648]dkf2004-12-071-87/+77
| | | | | | FossilOrigin-Name: c56ad2822d3ec3ff3b61758038a01e9f7e4940f3
* | Fix general error-case test. [Bug 1019085]dkf2004-09-011-2/+5
| | | | | | FossilOrigin-Name: 21a81a600f35aa5975e42721ace63d92160a29c3
* | TIP#165 (user data field) implementation.dkf2004-08-291-1/+57
| | | | | | FossilOrigin-Name: 86e0e80ee6a1953aa619d97c3013f59e685615f8
* | TIP#158 implementation; keypad keys on Win are now distinguishable.dkf2004-07-051-2/+3
| | | | | | FossilOrigin-Name: b8333852a20efb533a46767d394b87990010546f
* | Steps towards systematization of test constraints in Tk test suitedkf2004-06-171-3/+1
| | | | | | FossilOrigin-Name: ec889b99065ab09997aa94dd70e28308cdcc5243
* | First step towards improving test style. Also start using Tcl 8.5 features.dkf2004-05-231-279/+298
| | | | | | FossilOrigin-Name: 8e6c4d129ce99dffc495e03b82bb2f284e6c1ffb
* | * 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. FossilOrigin-Name: 01af81ecf20f3111d08ac51117da1c5ca09c567d
* 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] FossilOrigin-Name: 218784e172157dc135272f920526bae83433c96e
* * Completed conversion of Tk test suite to use tcltest.dgp2002-07-141-33/+30
| | | FossilOrigin-Name: c483179b915e863450b867189ddfab962971936a
* * 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] FossilOrigin-Name: 6ac56204d932351b9489cc5340ee15d475d90033
* * 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. FossilOrigin-Name: 1bf52b230a4740dbd765dd60d1a6015e318e1c44
* * 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 FossilOrigin-Name: 73e913a6e6c8d3714d1bd2763748df34a0522efd
* Added calls to cleanupTests before return statements.jenn1999-07-081-1/+2
| | | FossilOrigin-Name: 5cb396da1d0fcdf2ca2d764a87554ad4b08e257a
* * Merged 8.1 branch into the main trunkstanton1999-04-161-48/+75
| | | FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
* Added support for the MouseWheel event.rjohnson1998-10-101-1/+24
| | | FossilOrigin-Name: 36ac110bcfabe39cd0f8f0af96e59dd73d52646e
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
| | | FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
* returns if testcbind is not definedhershey1998-08-121-0/+6
| | | FossilOrigin-Name: 0466c2e2ed8c4c7941690f16e65c5673e5a5b0b1
* Initial revisionrjohnson1998-04-011-0/+2530
FossilOrigin-Name: 2bf55ca9aa942b581137b9f474da5ad9c1480de4