summaryrefslogtreecommitdiffstats
path: root/win/tkWinTest.c
Commit message (Expand)AuthorAgeFilesLines
* On Windows, use Tcl_WinTCharToUtf() in stead of Tcl_NewUnicodeObj(), since T...jan.nijtmans2017-05-051-1/+4
* Remove unnecessary end-of-line spacingjan.nijtmans2014-11-211-1/+1
* Make findwindow more robust by ensuring it is a window belongingashok2014-09-201-0/+22
* Convert native paths returned from file dialogs to Tcl canonical paths.ashok2014-09-201-6/+64
* Convert "testwinevent", "testmetrics" and "testdeleteapps" for using the Tcl_...jan.nijtmans2014-05-261-34/+25
* Convert all Tcl_SetResult calls to Tcl_SetObjResult calls. jan.nijtmans2013-01-281-5/+5
* Fixed, but only tested yet on Windows 7. On other platforms, at least the 'us...jan.nijtmans2012-11-111-1/+7
* Remove tclWinProcs, as it is no longer being usedjan.nijtmans2011-10-051-22/+4
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-8/+8
|\
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-9/+9
| |\
| * \ [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-131-3/+0
| |\ \ | | |/
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * [Bug 2956548] TkpButtonSetDefaults only initializes one button typenijtmans2010-03-121-3/+2
| * | [Bug 2956548] TkpButtonSetDefaults only initializes one button typenijtmans2010-03-121-27/+13
| * | [Bug 2307837] Backported fix for running dialog tests on non-English localespatthoyts2009-11-131-2/+25
| * | backported tk_chooseColor -title fix from HEADpatthoyts2008-04-141-1/+4
* | | [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-10-061-21/+11
* | | Make compilable with -DUNICODE, or mark files with a TODO which are not done ...nijtmans2010-09-101-7/+11
* | | win/rules.vc: (sync with tcl version)nijtmans2010-09-091-22/+2
* | | Don't use -fvisibility=hidden for cygwin.nijtmans2010-03-041-36/+24
* | | fix more gcc warnings: missing initializernijtmans2010-01-221-4/+1
* | | Eliminate tkpMenubuttonClassnijtmans2010-01-131-3/+3
* | | Make all internal initializationnijtmans2009-11-291-2/+1
* | | Compile tkTest.c and friends with Stubsnijtmans2009-11-191-6/+62
* | | Eliminate more gcc warningsnijtmans2009-08-101-18/+26
* | | FormatMessage should always use the ignore-inserts flag when processing syste...patthoyts2009-05-131-2/+4
* | | TIP #324 IMPLEMENTATIONdas2008-12-101-27/+30
* | | elminate warning: unused variable 'tkwin'nijtmans2008-11-271-4/+1
* | | [Bug 2307837] avoid some locale-dependent failures by using id's or an englis...patthoyts2008-11-221-2/+25
* | | Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-4/+7
* | | tkWinTest.c: fix warning: assignment discards qualifiers from pointer target ...nijtmans2008-11-031-2/+2
* | | CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindownijtmans2008-10-281-12/+9
* | | * win/tkWinTest.c: Revise [testclipboard] to form thatdgp2008-10-281-25/+15
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-9/+9
* | | Fixed bug #1941740: tk_chooseColor -title was broken in revision 1.40 after s...patthoyts2008-04-141-1/+4
* | | eliminate a few gcc 4.3 warningsnijtmans2008-04-091-5/+3
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Fix bug #1692927 (buffer length problems). Added 'testfindwindow' and 'testge...patthoyts2007-08-011-2/+135
* | various "const" additions, in line with TIP #27nijtmans2007-01-181-2/+2
* | * generic/tkInt.decls: move all platform test sources from tk lib intodas2005-12-091-1/+3
* | More fixes (mostly getting rid of excess spaces)dkf2005-12-021-3/+3
* | ANSIficationdkf2005-12-021-69/+74
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-2/+1
|/
* compilation, link fixesvincentdarley2002-08-141-3/+3
* * modified some callers of Tcl routines thatdgp2002-02-081-3/+2
* better error reporting from testclipboardhobbs2001-10-011-8/+105
* * win/tkWinTest.c (TestclipboardObjCmd): ensured CloseClipboardhobbs2000-05-111-2/+4
* * test/winClipboard.test:hobbs2000-04-121-8/+26