| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary end-of-line spacing | jan.nijtmans | 2014-11-21 | 1 | -1/+1 |
|
|
* | Make findwindow more robust by ensuring it is a window belonging | ashok | 2014-09-20 | 1 | -0/+22 |
|
|
* | Convert native paths returned from file dialogs to Tcl canonical paths. | ashok | 2014-09-20 | 1 | -6/+64 |
|
|
* | Convert "testwinevent", "testmetrics" and "testdeleteapps" for using the Tcl_... | jan.nijtmans | 2014-05-26 | 1 | -34/+25 |
|
|
* | Convert all Tcl_SetResult calls to Tcl_SetObjResult calls. | jan.nijtmans | 2013-01-28 | 1 | -5/+5 |
|
|
* | Fixed, but only tested yet on Windows 7. On other platforms, at least the 'us... | jan.nijtmans | 2012-11-11 | 1 | -1/+7 |
|
|
* | Remove tclWinProcs, as it is no longer being used | jan.nijtmans | 2011-10-05 | 1 | -22/+4 |
|
|
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -8/+8 |
|\ |
|
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -9/+9 |
| |\ |
|
| * \ | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-13 | 1 | -3/+0 |
| |\ \
| | |/ |
|
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | [Bug 2956548] TkpButtonSetDefaults only initializes one button type | nijtmans | 2010-03-12 | 1 | -3/+2 |
|
|
| * | | [Bug 2956548] TkpButtonSetDefaults only initializes one button type | nijtmans | 2010-03-12 | 1 | -27/+13 |
|
|
| * | | [Bug 2307837] Backported fix for running dialog tests on non-English locales | patthoyts | 2009-11-13 | 1 | -2/+25 |
|
|
| * | | backported tk_chooseColor -title fix from HEAD | patthoyts | 2008-04-14 | 1 | -1/+4 |
|
|
* | | | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-10-06 | 1 | -21/+11 |
|
|
* | | | Make compilable with -DUNICODE, or mark files with a TODO which are not done ... | nijtmans | 2010-09-10 | 1 | -7/+11 |
|
|
* | | | win/rules.vc: (sync with tcl version) | nijtmans | 2010-09-09 | 1 | -22/+2 |
|
|
* | | | Don't use -fvisibility=hidden for cygwin. | nijtmans | 2010-03-04 | 1 | -36/+24 |
|
|
* | | | fix more gcc warnings: missing initializer | nijtmans | 2010-01-22 | 1 | -4/+1 |
|
|
* | | | Eliminate tkpMenubuttonClass | nijtmans | 2010-01-13 | 1 | -3/+3 |
|
|
* | | | Make all internal initialization | nijtmans | 2009-11-29 | 1 | -2/+1 |
|
|
* | | | Compile tkTest.c and friends with Stubs | nijtmans | 2009-11-19 | 1 | -6/+62 |
|
|
* | | | Eliminate more gcc warnings | nijtmans | 2009-08-10 | 1 | -18/+26 |
|
|
* | | | FormatMessage should always use the ignore-inserts flag when processing syste... | patthoyts | 2009-05-13 | 1 | -2/+4 |
|
|
* | | | TIP #324 IMPLEMENTATION | das | 2008-12-10 | 1 | -27/+30 |
|
|
* | | | elminate warning: unused variable 'tkwin' | nijtmans | 2008-11-27 | 1 | -4/+1 |
|
|
* | | | [Bug 2307837] avoid some locale-dependent failures by using id's or an englis... | patthoyts | 2008-11-22 | 1 | -2/+25 |
|
|
* | | | Lots of small changes to make code more pretty and C89-like. | dkf | 2008-11-08 | 1 | -4/+7 |
|
|
* | | | tkWinTest.c: fix warning: assignment discards qualifiers from pointer target ... | nijtmans | 2008-11-03 | 1 | -2/+2 |
|
|
* | | | CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindow | nijtmans | 2008-10-28 | 1 | -12/+9 |
|
|
* | | | * win/tkWinTest.c: Revise [testclipboard] to form that | dgp | 2008-10-28 | 1 | -25/+15 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -9/+9 |
|
|
* | | | Fixed bug #1941740: tk_chooseColor -title was broken in revision 1.40 after s... | patthoyts | 2008-04-14 | 1 | -1/+4 |
|
|
* | | | eliminate a few gcc 4.3 warnings | nijtmans | 2008-04-09 | 1 | -5/+3 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | Fix bug #1692927 (buffer length problems). Added 'testfindwindow' and 'testge... | patthoyts | 2007-08-01 | 1 | -2/+135 |
|
|
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-18 | 1 | -2/+2 |
|
|
* | | * generic/tkInt.decls: move all platform test sources from tk lib into | das | 2005-12-09 | 1 | -1/+3 |
|
|
* | | More fixes (mostly getting rid of excess spaces) | dkf | 2005-12-02 | 1 | -3/+3 |
|
|
* | | ANSIfication | dkf | 2005-12-02 | 1 | -69/+74 |
|
|
* | | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -2/+1 |
|/ |
|
* | compilation, link fixes | vincentdarley | 2002-08-14 | 1 | -3/+3 |
|
|
* | * modified some callers of Tcl routines that | dgp | 2002-02-08 | 1 | -3/+2 |
|
|
* | better error reporting from testclipboard | hobbs | 2001-10-01 | 1 | -8/+105 |
|
|
* | * win/tkWinTest.c (TestclipboardObjCmd): ensured CloseClipboard | hobbs | 2000-05-11 | 1 | -2/+4 |
|
|
* | * test/winClipboard.test: | hobbs | 2000-04-12 | 1 | -8/+26 |
|
|
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -0/+230 |
|
|