Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some code cleanup, remove structure which is no longer used. | jan.nijtmans | 2013-06-07 | 1 | -26/+9 |
| | |||||
* | Fix [1913750]: tk_chooseDirectory -initialdir internationalization problem. ↵ | jan.nijtmans | 2013-06-07 | 1 | -737/+182 |
| | | | | (backported from Tk 8.6) | ||||
* | typo | jan.nijtmans | 2012-07-04 | 1 | -3/+3 |
|\ | |||||
| * | typo | jan.nijtmans | 2012-07-04 | 1 | -1/+1 |
| | | |||||
* | | [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. | ||||
* | | 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 | ||||
* | | * 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 | -4/+4 |
| | | |||||
* | | 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 |
| | | |||||
* | | [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 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 |
| | | |||||
| * | * 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 | ||||
* | | Deal with [Patch 2168768], so making the -typevariable option work consistently | dkf | 2009-10-22 | 1 | -15/+21 |
| | | | | | | | | with global variables (the only way it *can* work...) | ||||
* | | * win/tkWinDialog.c (ChooseDirectoryValidateProc): no need to set | hobbs | 2009-04-24 | 1 | -3/+2 |
| | | | | | | | | cwd on selchange. Prevents delete of selected folder in dialog. | ||||
* | | * win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd): enable the new | hobbs | 2009-04-23 | 1 | -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 HEAD | patthoyts | 2008-04-14 | 1 | -2/+4 |
| | | |||||
* | | * win/tkWinDialog.c (Tk_MessageBoxObjCmd): pass "" instead of NULL | hobbs | 2008-01-31 | 1 | -2/+2 |
| | | | | | | | | when -title isn't set. [Bug #1881892] | ||||
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | * win/tkWinButton.c, win/tkWinDialog.c: use SetWindowLongPtr and | hobbs | 2007-12-05 | 1 | -10/+1 |
| | | | | | | | | | | * win/tkWinScrlbr.c, win/tkWinWm.c: GetWindowLongPtr only. * win/ttkWinMonitor.c: | ||||
* | | * doc/getOpenFile.n: TIP#242 implementation of -typevariable to | hobbs | 2007-10-25 | 1 | -29/+89 |
| | | | | | | | | | | | | | | | | | | * library/tkfbox.tcl: return type of selected file in file dialogs. * library/xmfbox.tcl: [Bug #1156388] * macosx/tkMacOSXDialog.c: * tests/filebox.test: * tests/winDialog.test: * win/tkWinDialog.c: | ||||
* | | Assorted minor cleanups. | dkf | 2007-09-08 | 1 | -5/+5 |
| | | |||||
* | | Fix bug #1692927 (buffer length problems). Added 'testfindwindow' and ↵ | patthoyts | 2007-08-01 | 1 | -32/+17 |
| | | | | | | | | | | | | | | 'testgetwindowinfo' and extended 'testwinevent' for WM_COMMAND support to enable testing native messagebox dialogs and added a new test file to use these functions. | ||||
* | | Many minute fixes to reduce number of minor warnings from GCC. | dkf | 2007-01-11 | 1 | -2/+2 |
| | | |||||
* | | ANSIfication | dkf | 2005-12-02 | 1 | -46/+31 |
| | | |||||
* | | Error fixes in GetFileNameW and GetFileNameA | chengyemao | 2005-11-11 | 1 | -3/+3 |
| | | |||||
* | | Fix [Bug 1353022] | dkf | 2005-11-10 | 1 | -4/+13 |
| | | |||||
* | | Factor out external-filename-to-internal code; the same pattern occurred a lot! | dkf | 2005-11-10 | 1 | -199/+145 |
| | | |||||
* | | * win/tkWinDialog.c (ChooseDirectoryValidateProc): reset stored | hobbs | 2005-10-05 | 1 | -449/+2 |
| | | | | | | | | | | path to "" if it doesn't exist and -mustexist is true. [Bug 1309218] Remove old-style dir chooser (no longer used). | ||||
* | | Getting more systematic about style | dkf | 2005-08-10 | 1 | -818/+834 |
| | | | | | | | | | | Also start removing _ANSI_ARGS_; the core's required ANSI C for a while now Also fix [Bug 1252702]; size_t doesn't mix with Tcl_GetStringFromObj | ||||
* | | Corrected handling of MacOS filetypes in tk_*file dialogs | vincentdarley | 2004-12-20 | 1 | -10/+17 |
| | | |||||
* | | * 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. |