| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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].
|
| |
|
| |
|
|
|
|
|
| |
* tests/constraints.tcl: -loadfile to hold definitions
* tests/*.test: common to all test files.
|
|
|
|
|
| |
Fix for #666346 "Selection handling crashes under KDE 3.0"
* tests/unixSelect.test (unixSelect-1.20): Added test case.
|
| |
|
| |
|
|
|
|
|
|
| |
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]
|
| |
|
|
|
|
| |
tcltest 2.1.
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
* tests/unixSelect.test:
* generic/tkSelect.c: Fixed selection code to handle Unicode data
in COMPOUND_TEXT and STRING selections. [Bug: 1791]
|