summaryrefslogtreecommitdiffstats
path: root/tests/unixSelect.test
Commit message (Collapse)AuthorAgeFilesLines
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
* | | * tests/unixSelect.test: Revise the unixSelect-1.* tests so thatdgp2008-10-301-67/+41
| | | | | | | | | | | | | | | | | | | | | they test the ability of Tk's selection mechanism to faithfully pass valid Tcl values without corruption, and stop testing details of Tcl's internal encoding scheme. With this change, the Tk test suite no longer uses the identity encoding or [string bytelength].
* | | Update to tcltest2aniap2008-08-301-155/+259
|/ /
* | Use standard constraint namesdkf2004-06-241-20/+20
| |
* | * 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.
* * generic/tkSelect.c (Tk_CreateSelHandler):jenglish2003-01-141-1/+11
| | | | | Fix for #666346 "Selection handling crashes under KDE 3.0" * tests/unixSelect.test (unixSelect-1.20): Added test case.
* Finally dealt with 614650 and with a simpler solution too.dkf2002-10-011-3/+7
|
* 614650 is still lurking, but now mainly as a [text] widget bug...dkf2002-09-301-1/+49
|
* Incremental transfers of UTF8_STRING selections should now work; Tk will nowdkf2002-09-301-1/+64
| | | | | | tag them with the right size and only transfer complete UTF8 characters. Previously, things only worked when the transfer could only happen in one go, and even then not always. [Bug 614650, reported by Reinhard Max]
* * Converted more files to tcltest and factored out common code.dgp2002-07-131-6/+2
|
* * Converted several files in the Tk test suite for testing bydgp2002-07-121-11/+10
| | | | tcltest 2.1.
* * tests/unixSelect.test: Fixed broken test.stanton1999-07-091-2/+8
| | | | | | | | | | * win/makefile.vc: Added special case target to ensure that tkStubLib.obj is built with -DSTATIC_BUILD. * win/tkWinX.c (TkWinChildProc): Changed to pass WM_WINDOWPOSCHANGED through to DefWindowProc to make OpenGL sub-windows happy. This allows Windows to generate the WM_SIZE and WM_MOVE messages.
* * unix/tkUnixSelect.c:stanton1999-06-031-0/+238
* tests/unixSelect.test: * generic/tkSelect.c: Fixed selection code to handle Unicode data in COMPOUND_TEXT and STRING selections. [Bug: 1791]