summaryrefslogtreecommitdiffstats
path: root/win/tkWinDialog.c
Commit message (Collapse)AuthorAgeFilesLines
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-131-2/+1
|\
* \ [Bug 3314770] regression - Windows file dialogs not resizablejan.nijtmans2011-08-031-1/+1
|\ \ | |/
| * [Bug 3314770] regression - Windows file dialogs not resizablejan.nijtmans2011-08-031-1/+1
| |
* | Purge RCS Keywordsdgp2011-06-081-3/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-3/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-3/+0
| | |
| | * * win/tkWinDialog.c (ChooseDirectoryValidateProc): reset storedhobbs2005-10-051-1/+3
| | | | | | | | | | | | path to "" if it doesn't exist and -mustexist is true. [Bug 1309218]
| | * * win/tkWinDialog.c (EatSpuriousMessageBugFix): Fix a problem withhobbs2004-08-201-2/+50
| | | | | | | | | | | | | | | double clicks in file dialogs falling through to the window underneath in win32. [Patch #611615]
| | * * win/tkWinDialog.c (Tk_MessageBoxObjCmd): Inherit the icon fromhobbs2004-08-201-1/+48
| | | | | | | | | | | | | | | * win/tkWinInt.h: the -parent window for * win/tkWinWm.c (TkWinGetIcon): the MessageBox.
| | * * win/tkWinDialog.c (ChooseDirectoryValidateProc): create a pidlhobbs2004-02-131-7/+40
| | | | | | | | | | | | | | | for -initialdir if we have a UNC path because BFFM_SETSELECTION doesn't support UNC paths in strings.
| | * * win/tkWinDialog.c: doubled the TK_MULTI_MAX_PATH value to ~10K.hobbs2003-07-181-3/+3
| | | | | | | | | | | | | | | This is a short-term solution until the -multiple option is extended. [Bug 641261]
| * | correctiondgp2011-06-071-0/+3
| | |
| * | Backport [Bug 2482771] fix.dgp2011-06-071-1/+1
| | |
| * | [Bug #3071836]: Crash/Tcl_Panic on WinXP saving file to C:\nijtmans2010-11-241-3/+9
| | |
| * | Fix [Bug #3002230]: tk_chooseDirectory returns garbage on cancelnijtmans2010-05-191-1/+8
| | |
| * | [Bug #2987995]: Tk_getOpenFile returns garbage under described ↵nijtmans2010-05-171-75/+71
| | | | | | | | | | | | circumstances. Backported some formatting from trunk.
| * | [Patch 2898255]: Filenames limit with Tk_GetFileName()nijtmans2010-04-191-3/+13
| | | | | | | | | | | | Assure modern style dialogs where available
| * | Fix [Bug 2987995]: Tk_GetOpenFile returns garbage under described circumstancesnijtmans2010-04-191-20/+34
| | |
| * | Patch 289825: Enable unlimited multiple file selection from the open files ↵patthoyts2010-01-051-112/+304
| | | | | | | | | | | | dialog
| * | Deal with [Patch 2168768], so making the -typevariable option work consistentlydkf2009-10-221-15/+21
| | | | | | | | | | | | with global variables (the only way it *can* work...)
| * | * win/tkWinDialog.c (ChooseDirectoryValidateProc): no need to sethobbs2009-04-241-3/+2
| | | | | | | | | | | | cwd on selchange. Prevents delete of selected folder in dialog.
| * | * win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd): enable the newhobbs2009-04-231-10/+16
| | | | | | | | | | | | | | | style choosedir that has a "New Folder" button, with ::tk::winChooseDirFlags override for new behavior. [Bug 2779910]
| * | backported tk_chooseColor -title fix from HEADpatthoyts2008-04-141-2/+4
| | |
* | | * win/tkWinDialog.c (FontchooserShowCmd): Change the CHOOSEFONT and LOGFONT ↵Joe Mistachkin2011-04-041-3/+3
| | | | | | | | | | | | used with sizeof to CHOOSEFONTA and LOGFONTA to match their local variable declarations (i.e. mismatch with -DUNICODE). This code is not present in 8.4 or 8.5.
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-8/+8
| | | | | | | | | using useful casts internally.
* | | [Bug #3071836]: Crash/Tcl_Panic on WinXP saving file to C:\nijtmans2010-11-241-2/+5
| | |
* | | [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-11-031-646/+78
| | |
* | | Move definitions of WINVER/_WIN32_WINNT to one place, now that we only ↵nijtmans2010-09-131-3/+1
| | | | | | | | | | | | support Win2000+
* | | Make compilable with -DUNICODE, or mark files with a TODO which are not done ↵nijtmans2010-09-101-1/+7
| | | | | | | | | | | | | | | | | | yet. tkWinPort.h: mingw/cygwin fixes: <tchar.h> should always be included here.
* | | 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
| | | | | | | | | | | | [Bug #2987995]: Tk_getOpenFile returns garbage under described circumstances
* | | Define OPENFILENAME_SIZE_VERSION_400 if needednijtmans2010-04-201-1/+5
| | |
* | | [Patch 2898255]: Filenames limit with Tk_GetFileName()nijtmans2010-04-191-3/+13
| | | | | | | | | | | | Assure modern style dialogs where available
* | | Fix [Bug 2987995]: Tk_GetOpenFile returns garbage under described circumstancesnijtmans2010-04-191-5/+5
| | |
* | | Make more internal tables "const"nijtmans2010-02-051-2/+2
| | | | | | | | | | | | tk*Decls.h (regenerated with new genStubs.tcl from Tcl)
* | | Eliminate tkpMenubuttonClassnijtmans2010-01-131-3/+3
| | | | | | | | | | | | | | | make tkpButtonProcs CONST fix gcc warnings: missing initializer
* | | Patch 289825: Enable unlimited multiple file selection from the open files ↵patthoyts2010-01-051-112/+304
| | | | | | | | | | | | dialog
* | | 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
| | | | | | | | | | | | with global variables (the only way it *can* work...)
* | | eliminate various gcc and msvc compiler warningsnijtmans2009-08-021-2/+4
| | |
* | | * win/tkWinDialog.c (ChooseDirectoryValidateProc): no need to sethobbs2009-04-241-3/+2
| | | | | | | | | | | | cwd on selchange. Prevents delete of selected folder in dialog.
* | | * win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd): enable the newhobbs2009-04-231-6/+16
| | | | | | | | | | | | | | | style choosedir that has a "New Folder" button, with ::tk::winChooseDirFlags override for new behavior. [Bug 2779910]
* | | - eliminate some unnessary type castsnijtmans2009-01-281-10/+10
| | | | | | | | | | | | | | | - some internal const decorations - spacing
* | | Use task modal rather than system modal for messageboxes and use ↵patthoyts2009-01-061-2/+5
| | | | | | | | | | | | MB_SETFOREGROUND to get the user notification if the application is not the foreground application (flashing in the taskbar). [Bug 2484771]
* | | remove unused variablesnijtmans2008-12-161-4/+2
| | |
* | | Fix some problems running the tests on windows. As Tk tests run in ↵patthoyts2008-12-101-1/+2
| | | | | | | | | | | | -singleproc 1 we cannot do the script testing without damaging the later native tests.
* | | 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
| | |