summaryrefslogtreecommitdiffstats
path: root/win/tkWinDialog.c
Commit message (Expand)AuthorAgeFilesLines
* [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-11-031-646/+78
* Move definitions of WINVER/_WIN32_WINNT to one place, now that we only suppor...nijtmans2010-09-131-3/+1
* Make compilable with -DUNICODE, or mark files with a TODO which are not done ...nijtmans2010-09-101-1/+7
* Fix [Bug #3002230]: tk_chooseDirectory returns garbage on cancelnijtmans2010-05-171-1/+8
* [Patch #2999920]: Optimize Internal Virtual event string operationsnijtmans2010-05-171-3/+23
* Define OPENFILENAME_SIZE_VERSION_400 if needednijtmans2010-04-201-1/+5
* [Patch 2898255]: Filenames limit with Tk_GetFileName()nijtmans2010-04-191-3/+13
* Fix [Bug 2987995]: Tk_GetOpenFile returns garbage under described circumstancesnijtmans2010-04-191-5/+5
* Make more internal tables "const"nijtmans2010-02-051-2/+2
* Eliminate tkpMenubuttonClassnijtmans2010-01-131-3/+3
* Patch 289825: Enable unlimited multiple file selection from the open files di...patthoyts2010-01-051-112/+304
* cast away const needed for msvc6 when calling Tcl_SetResultpatthoyts2010-01-031-2/+3
* Make the handling of the filter index the same as in GetFileNameW!dkf2009-10-221-33/+20
* Deal with [Patch 2168768], so making the -typevariable option work consistentlydkf2009-10-221-232/+239
* eliminate various gcc and msvc compiler warningsnijtmans2009-08-021-2/+4
* * win/tkWinDialog.c (ChooseDirectoryValidateProc): no need to sethobbs2009-04-241-3/+2
* * win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd): enable the newhobbs2009-04-231-6/+16
* - eliminate some unnessary type castsnijtmans2009-01-281-10/+10
* Use task modal rather than system modal for messageboxes and use MB_SETFOREGR...patthoyts2009-01-061-2/+5
* remove unused variablesnijtmans2008-12-161-4/+2
* Fix some problems running the tests on windows. As Tk tests run in -singlepro...patthoyts2008-12-101-1/+2
* Fixed windows build glitches for tip 324patthoyts2008-12-101-3/+3
* TIP #324 IMPLEMENTATIONdas2008-12-101-1/+540
* Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-3/+2
* Add "const" to many internalnijtmans2008-10-171-12/+12
* 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