summaryrefslogtreecommitdiffstats
path: root/tests/select.test
Commit message (Collapse)AuthorAgeFilesLines
* Purge RCS Keywords.dgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |
| * Backport of fixes for [Bug 1353414]dkf2005-11-221-1/+16
| |
* | More fixes for [Bug 2824378]dkf2009-07-201-6/+6
| |
* | Added test for [Bug 1353414]dkf2005-11-131-30/+35
| |
* | Use standard constraint namesdkf2004-06-241-38/+38
| |
* | * 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:
* | First step towards improving test style. Also start using Tcl 8.5 features.dkf2004-05-231-40/+24
| |
* | Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-7/+7
| |
* | * 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.
* | * 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.
* * Converted more files to tcltest and factored out common code.dgp2002-07-131-6/+3
|
* * Converted several files in the test suite for testing bydgp2002-07-131-17/+28
| | | | tcltest 2.1.
* corrected to use testConfig constraints inhobbs2001-08-301-113/+109
| | | | the TK_ALT_DISPLAY case
* * 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.
* * 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.
* * 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
* * Merged 8.1 branch into the main trunkstanton1999-04-161-16/+31
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+987