Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 3500545: tk_getOpenFile -multiple 1 wrong on windows | jan.nijtmans | 2012-11-14 | 1 | -5/+15 |
| | |||||
* | Unbreak windows problems with commit [961ae24a3f] as well. | andreask | 2012-08-30 | 1 | -2/+2 |
| | |||||
* | Working towards making the error codes more consistent. | dkf | 2012-07-30 | 1 | -1/+2 |
| | |||||
* | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -60/+86 |
| | |||||
* | Working towards adding all the Tcl_SetErrorCode calls that should be there. | dkf | 2012-07-16 | 1 | -4/+2 |
| | | | ** WORK IN PROGRESS ** | ||||
* | [Bug 3540127]: Better solution, using Tcl_GetIndexFromObj in stead of ↵ | jan.nijtmans | 2012-07-05 | 1 | -34/+19 |
| | | | | Tcl_GetIndexFromObjStruct | ||||
* | typo | jan.nijtmans | 2012-07-04 | 1 | -3/+3 |
|\ | |||||
| * | typo | jan.nijtmans | 2012-07-04 | 1 | -3/+3 |
| |\ | |||||
| | * | typo | jan.nijtmans | 2012-07-04 | 1 | -1/+1 |
| | | | |||||
* | | | Improved solution to [Bug 3540127] that disconnects options from their order, | dkf | 2012-07-04 | 1 | -35/+46 |
|\ \ \ | |/ / | | | | so reducing the likelihood of nausea when contemplating the dialog code. | ||||
| * | | [Bug 3540127]: Clean up the tables of options for the file dialogs so that | dkf | 2012-07-04 | 1 | -35/+46 |
| |\ \ | | |/ | | | | options are listed in error messages in alphabetical order. | ||||
| | * | [Bug 3540127]: Clean up the tables of options for the file dialogs so that | dkf | 2012-07-04 | 1 | -32/+31 |
| | | | | | | | | | there's no longer any need to have mysterious increments. | ||||
* | | | [Bug 3540127]: filebox.test fails on win32 | jan.nijtmans | 2012-07-04 | 1 | -10/+11 |
|\ \ \ | |/ / | |||||
| * | | Add various X11 stub functions, Cygwin only | jan.nijtmans | 2012-07-04 | 1 | -10/+11 |
| |\ \ | | |/ | | | | | | | remove TkBindDeadWindow from Cygwin stub table [Bug 3540127]: filebox.test fails on win32 | ||||
| | * | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-14 | 1 | -1/+1 |
| | | | | | | | | | | | | export TkWinChildProc for win32 backport TCHAR determination from tkWinPort.h | ||||
* | | | [Bug 1913750]: tk_chooseDirectory -initialdir internationalization problem. | jan.nijtmans | 2012-02-17 | 1 | -79/+77 |
| | | | |||||
* | | | * win/tkWinDialog.c (GetFileName): Ensure that we do not convert a | dkf | 2012-02-10 | 1 | -3/+10 |
|\ \ \ | |/ / | | | | | | | | | | result list to a string inadvertently, as this causes problems with Tkinter's handling of multiple filename results. Issue was reported via StackOverflow: http://stackoverflow.com/q/9227859/301832 | ||||
| * | | * win/tkWinDialog.c (GetFileNameW): Ensure that we do not convert a | dkf | 2012-02-10 | 1 | -3/+10 |
| | | | | | | | | | | | | | | | result list to a string inadvertently, as this causes problems with Tkinter's handling of multiple filename results. Issue was reported via StackOverflow: http://stackoverflow.com/q/9227859/301832 | ||||
* | | | [Bug 3480471]: tk_getOpenFile crashes on Win64 | jan.nijtmans | 2012-01-27 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3480471]: tk_getOpenFile crashes on Win64 | jan.nijtmans | 2012-01-27 | 1 | -4/+4 |
| | | | |||||
* | | | Merge TIP 382 implementation to trunk. Still need Carbon migration & Cocoa. | dgp | 2011-10-24 | 1 | -37/+23 |
|\ \ \ | |/ / | |||||
| * | | Fix up the implementation to account for shared options enumeration. | dgp | 2011-10-17 | 1 | -43/+20 |
| | | | |||||
| * | | Revise the proposed "-nocomplain" option to "-confirmoverwrite" | dgp | 2011-10-05 | 1 | -9/+11 |
| | | | |||||
| * | | Contributed implementation patch for TIP 382. | dgp | 2011-10-04 | 1 | -4/+10 |
| | | | |||||
* | | | Internationalization of all Windows font handling | jan.nijtmans | 2011-10-13 | 1 | -12/+18 |
| | | | |||||
* | | | code cleanup (WCHAR -> TCHAR, no direct calls to *W() functions, unnecessary ↵ | jan.nijtmans | 2011-10-11 | 1 | -22/+21 |
| | | | | | | | | | | | | type casts | ||||
* | | | correct -DUNICODE handling for tk_chooseColor dialog | jan.nijtmans | 2011-10-10 | 1 | -3/+3 |
| | | | |||||
* | | | [BUG 3163893] -initialdir option bug for tk_chooseDirectory under XP | jan.nijtmans | 2011-10-10 | 1 | -7/+7 |
| | | | |||||
* | | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| * | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -4/+2 |
| |\ \ | | |/ | |||||
* | | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-13 | 1 | -2/+1 |
|\ \ \ | |/ / | |||||
* | | | [Bug 3314770] regression - Windows file dialogs not resizable | jan.nijtmans | 2011-08-03 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3314770] regression - Windows file dialogs not resizable | jan.nijtmans | 2011-08-03 | 1 | -1/+1 |
| | | | |||||
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -3/+0 |
|\ \ \ | |/ / | |||||
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -3/+0 |
| |\ \ | | |/ | |||||
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -3/+0 |
| | | | |||||
| | * | * win/tkWinDialog.c (ChooseDirectoryValidateProc): reset stored | hobbs | 2005-10-05 | 1 | -1/+3 |
| | | | | | | | | | | | | path to "" if it doesn't exist and -mustexist is true. [Bug 1309218] | ||||
| | * | * win/tkWinDialog.c (EatSpuriousMessageBugFix): Fix a problem with | hobbs | 2004-08-20 | 1 | -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 from | hobbs | 2004-08-20 | 1 | -1/+48 |
| | | | | | | | | | | | | | | | * win/tkWinInt.h: the -parent window for * win/tkWinWm.c (TkWinGetIcon): the MessageBox. | ||||
| | * | * win/tkWinDialog.c (ChooseDirectoryValidateProc): create a pidl | hobbs | 2004-02-13 | 1 | -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. | hobbs | 2003-07-18 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | This is a short-term solution until the -multiple option is extended. [Bug 641261] | ||||
| * | | correction | dgp | 2011-06-07 | 1 | -0/+3 |
| | | | |||||
| * | | Backport [Bug 2482771] fix. | dgp | 2011-06-07 | 1 | -1/+1 |
| | | | |||||
| * | | [Bug #3071836]: Crash/Tcl_Panic on WinXP saving file to C:\ | nijtmans | 2010-11-24 | 1 | -3/+9 |
| | | | |||||
| * | | Fix [Bug #3002230]: tk_chooseDirectory returns garbage on cancel | nijtmans | 2010-05-19 | 1 | -1/+8 |
| | | | |||||
| * | | [Bug #2987995]: Tk_getOpenFile returns garbage under described ↵ | nijtmans | 2010-05-17 | 1 | -75/+71 |
| | | | | | | | | | | | | circumstances. Backported some formatting from trunk. | ||||
| * | | [Patch 2898255]: Filenames limit with Tk_GetFileName() | nijtmans | 2010-04-19 | 1 | -3/+13 |
| | | | | | | | | | | | | Assure modern style dialogs where available | ||||
| * | | Fix [Bug 2987995]: Tk_GetOpenFile returns garbage under described circumstances | nijtmans | 2010-04-19 | 1 | -20/+34 |
| | | | |||||
| * | | Patch 289825: Enable unlimited multiple file selection from the open files ↵ | patthoyts | 2010-01-05 | 1 | -112/+304 |
| | | | | | | | | | | | | dialog |