| Commit message (Expand) | Author | Age | Files | Lines |
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | * win/tkWinButton.c, win/tkWinDialog.c: use SetWindowLongPtr and | hobbs | 2007-12-05 | 1 | -10/+1 |
|
|
* | * doc/getOpenFile.n: TIP#242 implementation of -typevariable to | hobbs | 2007-10-25 | 1 | -29/+89 |
|
|
* | Assorted minor cleanups. | dkf | 2007-09-08 | 1 | -5/+5 |
|
|
* | Fix bug #1692927 (buffer length problems). Added 'testfindwindow' and 'testge... | patthoyts | 2007-08-01 | 1 | -32/+17 |
|
|
* | Many minute fixes to reduce number of minor warnings from GCC. | dkf | 2007-01-11 | 1 | -2/+2 |
|
|
* | ANSIfication | dkf | 2005-12-02 | 1 | -46/+31 |
|
|
* | Error fixes in GetFileNameW and GetFileNameA | chengyemao | 2005-11-11 | 1 | -3/+3 |
|
|
* | Fix [Bug 1353022] | dkf | 2005-11-10 | 1 | -4/+13 |
|
|
* | Factor out external-filename-to-internal code; the same pattern occurred a lot! | dkf | 2005-11-10 | 1 | -199/+145 |
|
|
* | * win/tkWinDialog.c (ChooseDirectoryValidateProc): reset stored | hobbs | 2005-10-05 | 1 | -449/+2 |
|
|
* | Getting more systematic about style | dkf | 2005-08-10 | 1 | -818/+834 |
|
|
* | Corrected handling of MacOS filetypes in tk_*file dialogs | vincentdarley | 2004-12-20 | 1 | -10/+17 |
|
|
* | * win/tkWinDialog.c (Tk_MessageBoxObjCmd): Inherit the icon from | hobbs | 2004-08-20 | 1 | -1/+48 |
|
|
* | Finish off the TIP#152 implementation with Win implementation, tests & docs. | dkf | 2004-05-24 | 1 | -12/+29 |
|
|
* | * win/tkWinDialog.c (ChooseDirectoryValidateProc): create a pidl | hobbs | 2004-02-13 | 1 | -7/+40 |
|
|
* | * generic/tk3d.c: All uses of 'panic' (the macro) changed | davygrvy | 2004-01-13 | 1 | -1/+7 |
|
|
* | * win/tkWinDialog.c: Applied patch from bug #611615 which fixes a | patthoyts | 2003-07-28 | 1 | -1/+52 |
|
|
* | * win/tkWinDialog.c: doubled the TK_MULTI_MAX_PATH value to ~10K. | hobbs | 2003-07-18 | 1 | -3/+3 |
|
|
* | * win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd, | mdejong | 2003-01-14 | 1 | -5/+4 |
|
|
* | compilation, link fixes | vincentdarley | 2002-08-14 | 1 | -1/+16 |
|
|
* | * win/tkWinDialog.c: enabled use of the updated native Windows | hobbs | 2002-08-08 | 1 | -7/+3 |
|
|
* | * win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd): initialize | hobbs | 2002-07-11 | 1 | -4/+9 |
|
|
* | * win/tkWinInt.h: declaration for TkWinGetUnicodeEncoding | hobbs | 2002-04-12 | 1 | -3/+3 |
|
|
* | * modified some callers of Tcl routines that | dgp | 2002-02-08 | 1 | -3/+2 |
|
|
* | * Overloked Tcl_GetIndexFromObj callers | dgp | 2002-01-18 | 1 | -11/+11 |
|
|
* | * win/tkWinDialog.c (Tk_MessageBoxObjCmd): use MessageBoxW for | hobbs | 2001-12-28 | 1 | -7/+434 |
|
|
* | minor cast changes to support Win64 | hobbs | 2001-10-01 | 1 | -24/+6 |
|
|
* | * win/tkWinDialog.c (ChooseDirectoryHookProc): work-around for MS | hobbs | 2001-08-28 | 1 | -24/+22 |
|
|
* | win/tkWinDialog.c (GetFileNameA): initialize multi to 0. | hobbs | 2001-04-04 | 1 | -2/+2 |
|
|
* | * win/tkWinDialog.c (GetFileNameA): added support for -multiple to | hobbs | 2001-03-30 | 1 | -38/+162 |
|
|
* | * win/tkWinButton.c: | hobbs | 2000-11-03 | 1 | -6/+57 |
|
|
* | * tests/winDialog.test: Corrected expected results for bad option | ericm | 2000-11-02 | 1 | -108/+38 |
|
|
* | * win/tkWinDialog.c (GetFileNameW, GetFileNameA, | hobbs | 2000-11-02 | 1 | -5/+61 |
|
|
* | * win/tkWinDialog.c: Added branch for 0 return from | ericm | 2000-11-02 | 1 | -8/+56 |
|
|
* | * win/tkWinDialog.c (GetFileNameW, GetFileNameA, | ericm | 2000-10-19 | 1 | -10/+122 |
|
|
* | * generic/tkFileFilter.c (AddClause): Cast to match function prototype. | mo | 2000-07-06 | 1 | -2/+1 |
|
|
* | Removed unused variable declaration. | ericm | 2000-06-15 | 1 | -2/+1 |
|
|
* | reverted to 1.26 revision to fix bad 1.27 checkin | ericm | 2000-06-15 | 1 | -19/+103 |
|
|
* | * doc/WinViewable.3: | ericm | 2000-04-19 | 1 | -10/+4 |
|
|
* | * win/tkWinDialog.c: Added checks for visibility of parent window | ericm | 2000-04-18 | 1 | -5/+13 |
|
|
* | * win/tkWinDialog.c: added unicode-aware open/save file dialogs | hobbs | 2000-03-31 | 1 | -18/+328 |
|
|
* | * win/tkWinDialog.c: Changed the behavior for the | sven | 2000-03-16 | 1 | -12/+7 |
|
|
* | * win/Makefile.in (install-*): reduced verbosity of install | hobbs | 2000-02-01 | 1 | -9/+42 |
|
|
* | Merged 8-1-0 into mainline. | rjohnson | 1999-04-21 | 1 | -1/+1 |
|
|
* | fixed Tk comment errors | surles | 1999-04-16 | 1 | -2/+2 |
|
|
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -605/+986 |
|
|
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+1050 |
|
|