Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Converted more files to tcltest and factored out common code. | dgp | 2002-07-13 | 1 | -6/+2 |
| | |||||
* | * Converted several files in the Tk test suite for testing by | dgp | 2002-07-12 | 1 | -11/+10 |
| | | | | tcltest 2.1. | ||||
* | * tests/unixSelect.test: Fixed broken test. | stanton | 1999-07-09 | 1 | -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: | stanton | 1999-06-03 | 1 | -0/+238 |
* tests/unixSelect.test: * generic/tkSelect.c: Fixed selection code to handle Unicode data in COMPOUND_TEXT and STRING selections. [Bug: 1791] |