summaryrefslogtreecommitdiffstats
path: root/win/tkWinDialog.c
Commit message (Expand)AuthorAgeFilesLines
* Working towards adding all the Tcl_SetErrorCode calls that should be there.donal.k.fellows@manchester.ac.uk2012-07-161-4/+2
* [Bug 3540127]: Better solution, using Tcl_GetIndexFromObj in stead of Tcl_Get...nijtmans@users.sourceforge.net2012-07-051-34/+19
* typonijtmans@users.sourceforge.net2012-07-041-3/+3
|\
| * typonijtmans@users.sourceforge.net2012-07-041-3/+3
| |\
| | * typonijtmans@users.sourceforge.net2012-07-041-1/+1
* | | Improved solution to [Bug 3540127] that disconnects options from their order,donal.k.fellows@manchester.ac.uk2012-07-041-35/+46
|\ \ \ | |/ /
| * | [Bug 3540127]: Clean up the tables of options for the file dialogs so thatdonal.k.fellows@manchester.ac.uk2012-07-041-35/+46
| |\ \ | | |/
| | * [Bug 3540127]: Clean up the tables of options for the file dialogs so thatdonal.k.fellows@manchester.ac.uk2012-07-041-32/+31
* | | [Bug 3540127]: filebox.test fails on win32nijtmans@users.sourceforge.net2012-07-041-10/+11
|\ \ \ | |/ /
| * | Add various X11 stub functions, Cygwin onlynijtmans@users.sourceforge.net2012-07-041-10/+11
| |\ \ | | |/
| | * implement TkSetPixmapColormap and TkpPrintWindowId for cygwinnijtmans@users.sourceforge.net2012-05-141-1/+1
* | | [Bug 1913750]: tk_chooseDirectory -initialdir internationalization problem.nijtmans@users.sourceforge.net2012-02-171-79/+77
* | | * win/tkWinDialog.c (GetFileName): Ensure that we do not convert adonal.k.fellows@manchester.ac.uk2012-02-101-3/+10
|\ \ \ | |/ /
| * | * win/tkWinDialog.c (GetFileNameW): Ensure that we do not convert adonal.k.fellows@manchester.ac.uk2012-02-101-3/+10
* | | [Bug 3480471]: tk_getOpenFile crashes on Win64nijtmans@users.sourceforge.net2012-01-271-2/+2
|\ \ \ | |/ /
| * | [Bug 3480471]: tk_getOpenFile crashes on Win64nijtmans@users.sourceforge.net2012-01-271-4/+4
* | | Merge TIP 382 implementation to trunk. Still need Carbon migration & Cocoa.dgp@users.sourceforge.net2011-10-241-37/+23
|\ \ \ | |/ /
| * | Fix up the implementation to account for shared options enumeration.dgp@users.sourceforge.net2011-10-171-43/+20
| * | Revise the proposed "-nocomplain" option to "-confirmoverwrite"dgp@users.sourceforge.net2011-10-051-9/+11
| * | Contributed implementation patch for TIP 382.dgp@users.sourceforge.net2011-10-041-4/+10
* | | Internationalization of all Windows font handlingnijtmans@users.sourceforge.net2011-10-131-12/+18
* | | code cleanup (WCHAR -> TCHAR, no direct calls to *W() functions, unnecessary ...nijtmans@users.sourceforge.net2011-10-111-22/+21
* | | correct -DUNICODE handling for tk_chooseColor dialognijtmans@users.sourceforge.net2011-10-101-3/+3
* | | [BUG 3163893] -initialdir option bug for tk_chooseDirectory under XPnijtmans@users.sourceforge.net2011-10-101-7/+7
* | | [Bug 3388350] mingw64 compiler warningsnijtmans@users.sourceforge.net2011-08-161-2/+2
|\ \ \ | |/ /
| * | [Bug 3388350] mingw64 compiler warningsnijtmans@users.sourceforge.net2011-08-161-4/+4
| |\ \ | | |/
| * | [Bug 3388350] mingw64 compiler warningsnijtmans@users.sourceforge.net2011-08-161-4/+2
| |\ \ | | |/
* | | [Bug 3388350] mingw64 compiler warningsnijtmans@users.sourceforge.net2011-08-131-2/+1
|\ \ \ | |/ /
* | | [Bug 3314770] regression - Windows file dialogs not resizablenijtmans@users.sourceforge.net2011-08-031-1/+1
|\ \ \ | |/ /
| * | [Bug 3314770] regression - Windows file dialogs not resizablenijtmans@users.sourceforge.net2011-08-031-1/+1
* | | Purge RCS Keywordsdgp@users.sourceforge.net2011-06-081-3/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp@users.sourceforge.net2011-06-081-3/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp@users.sourceforge.net2011-06-081-3/+0
| | * * win/tkWinDialog.c (ChooseDirectoryValidateProc): reset storedhobbs2005-10-051-1/+3
| | * * win/tkWinDialog.c (EatSpuriousMessageBugFix): Fix a problem withhobbs2004-08-201-2/+50
| | * * win/tkWinDialog.c (Tk_MessageBoxObjCmd): Inherit the icon fromhobbs2004-08-201-1/+48
| | * * win/tkWinDialog.c (ChooseDirectoryValidateProc): create a pidlhobbs2004-02-131-7/+40
| | * * win/tkWinDialog.c: doubled the TK_MULTI_MAX_PATH value to ~10K.hobbs2003-07-181-3/+3
| * | correctiondgp@users.sourceforge.net2011-06-071-0/+3
| * | Backport [Bug 2482771] fix.dgp@users.sourceforge.net2011-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 circumstances....nijtmans2010-05-171-75/+71
| * | [Patch 2898255]: Filenames limit with Tk_GetFileName()nijtmans2010-04-191-3/+13
| * | 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 di...patthoyts@users.sourceforge.net2010-01-051-112/+304
| * | Deal with [Patch 2168768], so making the -typevariable option work consistentlydonal.k.fellows@manchester.ac.uk2009-10-221-15/+21
| * | * win/tkWinDialog.c (ChooseDirectoryValidateProc): no need to sethobbs2009-04-241-3/+2
| * | * win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd): enable the newhobbs2009-04-231-10/+16
| * | backported tk_chooseColor -title fix from HEADpatthoyts@users.sourceforge.net2008-04-141-2/+4