summaryrefslogtreecommitdiffstats
path: root/tests/select.test
Commit message (Collapse)AuthorAgeFilesLines
* fix select-5.15 test case [Bug 2441988]jan.nijtmans2012-07-011-1/+1
| | | FossilOrigin-Name: 732872908bcdee52c52ab816ed744aa78f26f2bb
* 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
| | * Backport of fixes for [Bug 1353414]dkf2005-11-221-1/+16
| | | | | | | | | FossilOrigin-Name: 2ec30a4b5bc3f503838bfb75ed3128d4323643be
| * | More fixes for [Bug 2824378]dkf2009-07-201-6/+6
| | | | | | | | | FossilOrigin-Name: 7dd225e6cd1b903fcdb4accdd3d9e53c4630cb24
* | | Fix [Bug 2441988]. Also squelch use of TkCopyAndGlobalEval, we can do better!dkf2009-07-231-157/+234
| | | | | | | | | FossilOrigin-Name: bd1165a06d17b3df426b97cda3e7df675656a81e
* | | More fixes for [Bug 2824378]dkf2009-07-201-12/+13
| | | | | | | | | FossilOrigin-Name: ee7271d00a06b8ccf0e91ceb10fb5df9227330fc
* | | Update to tcltest2aniap2008-08-281-280/+315
| | | | | | | | | FossilOrigin-Name: b138bc697a05603753554d2cbe2728350c006e88
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-8/+8
|/ / | | | | FossilOrigin-Name: def570d7bdd7211b4c17c706781050222d16890f
* | Added test for [Bug 1353414]dkf2005-11-131-30/+35
| | | | | | FossilOrigin-Name: 47600735f80728d646f906ffea6093e04cddf629
* | Use standard constraint namesdkf2004-06-241-38/+38
| | | | | | FossilOrigin-Name: b68974466ed32e033503df6749aeba87a041e4f6
* | * tests/filebox.test: A few typo corrections in dkf's recentdgp2004-06-041-2/+2
| | | | | | | | | | | | | | | | * tests/frame.test: style upgrade for the test suite. * tests/select.test: * tests/visual.test: FossilOrigin-Name: e15f2a6aa1954a7e907d31c1f920d4e6f87d2371
* | First step towards improving test style. Also start using Tcl 8.5 features.dkf2004-05-231-40/+24
| | | | | | FossilOrigin-Name: 8e6c4d129ce99dffc495e03b82bb2f284e6c1ffb
* | Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-7/+7
| | | | | | FossilOrigin-Name: 28ec831e756a8fba6e184ce2667ee594c4901904
* | * tests/constraints.tcl:When running the test suite in a processdgp2003-11-181-3/+7
| | | | | | | | | | | | | | | | | | | | * tests/image.test: where Tk has been [load]ed, there's no * tests/select.test: guarantee that child processes created by * tests/unixWm.test: [exec [interpreter]] will have Tk in them. * tests/window.test: Made modifications to force a [load] of Tk in those situations. FossilOrigin-Name: cda2e66757f876250dc3756cb11869aca95de027
* | * tests/all.tcl: Made better use of a commondgp2003-04-011-8/+3
|/ | | | | | | * tests/constraints.tcl: -loadfile to hold definitions * tests/*.test: common to all test files. FossilOrigin-Name: 01af81ecf20f3111d08ac51117da1c5ca09c567d
* * Converted more files to tcltest and factored out common code.dgp2002-07-131-6/+3
| | | FossilOrigin-Name: d5cee69da5b97ba8cb9ce46fc2770f0605d39e2a
* * Converted several files in the test suite for testing bydgp2002-07-131-17/+28
| | | | | | tcltest 2.1. FossilOrigin-Name: 2813f9722e7446138a51d73786f6caf5b2ecb816
* corrected to use testConfig constraints inhobbs2001-08-301-113/+109
| | | | | | the TK_ALT_DISPLAY case FossilOrigin-Name: 2d970c4eb408f3bd54983bcd4dd339840d1bfa34
* * library/console.tcl:hobbs2001-07-031-8/+62
| | | | | | | | | | | | | | | | | | | | | | | * library/entry.tcl: * library/spinbox.tcl: * library/text.tcl: * library/tk.tcl: added private ::tk::GetSelection command to handle requesting selection. This is to support requesting UTF8_STRING before generic STRING on Unix. Changed Text, Spinbox, Entry and Console to use this command. * tests/select.test: * generic/tkSelect.c (Tk_CreateSelHandler, Tk_DeleteSelHandler): on Unix, a UTF8_STRING handler will be created when the user requests a STRING handler (in addition to the STRING handler). This provides implicit support for the new UTF8_STRING selection target. * unix/tkUnixSelect.c (TkSelEventProc, ConvertSelection): Added support for UTF8_STRING target. [RFE #418653, Patch #433283] * generic/tkInt.h: added utf8Atom to TkDisplay structure. FossilOrigin-Name: 3993717faaae94fc303c678c9c3637465ce2c0a4
* * generic/tkWindow.c: Updated [selection] command entry to useericm2000-08-071-9/+9
| | | | | | | | | | | | | | | new Tcl_Obj interface. * generic/tkInt.h: Replaced Tk_SelectionCmd prototype with Tk_SelectionObjCmd prototype. * tests/select.test: Updated test suite to recognize standardized error messages. * generic/tkSelect.c (Tk_SelectionObjCmd): Tcl_Obj'ified [selection] command. FossilOrigin-Name: 710af28cbcfe1e1df92d60de1e3d19ce0291b1ab
* * tests/bind.test:hobbs1999-12-141-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* * Merged 8.1 branch into the main trunkstanton1999-04-161-16/+31
| | | FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
| | | FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
* Initial revisionrjohnson1998-04-011-0/+987
FossilOrigin-Name: 2bf55ca9aa942b581137b9f474da5ad9c1480de4