summaryrefslogtreecommitdiffstats
path: root/win/tkWinDialog.c
Commit message (Expand)AuthorAgeFilesLines
* Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-051-8/+10
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-19/+19
* Fixed bug #1941740: tk_chooseColor -title was broken in revision 1.40 after s...patthoyts2008-04-141-2/+4
* * win/tkWinDialog.c (Tk_MessageBoxObjCmd): pass "" instead of NULLhobbs2008-01-311-2/+2
* merge stable branch onto HEADdgp2007-12-131-1/+1
* * win/tkWinButton.c, win/tkWinDialog.c: use SetWindowLongPtr andhobbs2007-12-051-10/+1
* * doc/getOpenFile.n: TIP#242 implementation of -typevariable tohobbs2007-10-251-29/+89
* Assorted minor cleanups.dkf2007-09-081-5/+5
* Fix bug #1692927 (buffer length problems). Added 'testfindwindow' and 'testge...patthoyts2007-08-011-32/+17
* Many minute fixes to reduce number of minor warnings from GCC.dkf2007-01-111-2/+2
* ANSIficationdkf2005-12-021-46/+31
* Error fixes in GetFileNameW and GetFileNameAchengyemao2005-11-111-3/+3
* Fix [Bug 1353022]dkf2005-11-101-4/+13
* Factor out external-filename-to-internal code; the same pattern occurred a lot!dkf2005-11-101-199/+145
* * win/tkWinDialog.c (ChooseDirectoryValidateProc): reset storedhobbs2005-10-051-449/+2
* Getting more systematic about styledkf2005-08-101-818/+834
* Corrected handling of MacOS filetypes in tk_*file dialogsvincentdarley2004-12-201-10/+17
* * win/tkWinDialog.c (Tk_MessageBoxObjCmd): Inherit the icon fromhobbs2004-08-201-1/+48
* Finish off the TIP#152 implementation with Win implementation, tests & docs.dkf2004-05-241-12/+29
* * win/tkWinDialog.c (ChooseDirectoryValidateProc): create a pidlhobbs2004-02-131-7/+40
* * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-1/+7
* * win/tkWinDialog.c: Applied patch from bug #611615 which fixes apatthoyts2003-07-281-1/+52
* * win/tkWinDialog.c: doubled the TK_MULTI_MAX_PATH value to ~10K.hobbs2003-07-181-3/+3
* * win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd,mdejong2003-01-141-5/+4
* compilation, link fixesvincentdarley2002-08-141-1/+16
* * win/tkWinDialog.c: enabled use of the updated native Windowshobbs2002-08-081-7/+3
* * win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd): initializehobbs2002-07-111-4/+9
* * win/tkWinInt.h: declaration for TkWinGetUnicodeEncodinghobbs2002-04-121-3/+3
* * modified some callers of Tcl routines thatdgp2002-02-081-3/+2
* * Overloked Tcl_GetIndexFromObj callersdgp2002-01-181-11/+11
* * win/tkWinDialog.c (Tk_MessageBoxObjCmd): use MessageBoxW forhobbs2001-12-281-7/+434
* minor cast changes to support Win64hobbs2001-10-011-24/+6
* * win/tkWinDialog.c (ChooseDirectoryHookProc): work-around for MShobbs2001-08-281-24/+22
* win/tkWinDialog.c (GetFileNameA): initialize multi to 0.hobbs2001-04-041-2/+2
* * win/tkWinDialog.c (GetFileNameA): added support for -multiple tohobbs2001-03-301-38/+162
* * win/tkWinButton.c:hobbs2000-11-031-6/+57
* * tests/winDialog.test: Corrected expected results for bad optionericm2000-11-021-108/+38
* * win/tkWinDialog.c (GetFileNameW, GetFileNameA,hobbs2000-11-021-5/+61
* * win/tkWinDialog.c: Added branch for 0 return fromericm2000-11-021-8/+56
* * win/tkWinDialog.c (GetFileNameW, GetFileNameA,ericm2000-10-191-10/+122
* * generic/tkFileFilter.c (AddClause): Cast to match function prototype.mo2000-07-061-2/+1
* Removed unused variable declaration.ericm2000-06-151-2/+1
* reverted to 1.26 revision to fix bad 1.27 checkinericm2000-06-151-19/+103
* * doc/WinViewable.3:ericm2000-04-191-10/+4
* * win/tkWinDialog.c: Added checks for visibility of parent windowericm2000-04-181-5/+13
* * win/tkWinDialog.c: added unicode-aware open/save file dialogshobbs2000-03-311-18/+328
* * win/tkWinDialog.c: Changed the behavior for thesven2000-03-161-12/+7
* * win/Makefile.in (install-*): reduced verbosity of installhobbs2000-02-011-9/+42
* Merged 8-1-0 into mainline.rjohnson1999-04-211-1/+1
* fixed Tk comment errorssurles1999-04-161-2/+2