summaryrefslogtreecommitdiffstats
path: root/win/tkWinTest.c
Commit message (Collapse)AuthorAgeFilesLines
* Purge RCS Keywords.dgp2011-06-081-2/+0
|
* [Bug 2956548] TkpButtonSetDefaults only initializes one button typenijtmans2010-03-121-3/+2
| | | | Fix 2 minor gcc warnings in tkWinTest.c
* compilation, link fixesvincentdarley2002-08-141-3/+3
|
* * modified some callers of Tcl routines thatdgp2002-02-081-3/+2
| | | | were restored to return (char *) pointing into Tcl_DStrings.
* better error reporting from testclipboardhobbs2001-10-011-8/+105
|
* * win/tkWinTest.c (TestclipboardObjCmd): ensured CloseClipboardhobbs2000-05-111-2/+4
| | | | would always get called for each OpenClipboard.
* * test/winClipboard.test:hobbs2000-04-121-8/+26
| | | | | | | | | | | | * win/tkWinInt.h: * win/tkWinClipboard.c (UpdateClipboard): * win/tkWinX.c (GenerateXEvent): added updatingClipboard tsd and TkWinUpdatingClipboard accessor function to allow us to flag ourselves when we are the ones updating the clipboard. This corrected inability to create our own clipboard types within a Tk application. [Bug: 2338 4318] * win/tkWinTest.c (TestclipboardCmd): improved TestclipboardCmd with better error handling and obj'ification
* * Merged 8.1 branch into the main trunkstanton1999-04-161-0/+230