| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix symbol conflict when compiling with latest (??) MinGW-w64. | jan.nijtmans | 2014-10-17 | 1 | -11/+11 |
|
|
* | Make tkWinDialog.c buildable with gcc 4.8.1, vc6, vs2012. Passes all tests | ashok | 2014-10-16 | 1 | -40/+38 |
|
|
* | Fixes to compile with newer Visual Studio versions | ashok | 2014-10-16 | 1 | -19/+20 |
|
|
* | Convert native paths returned from file dialogs to Tcl canonical paths. | ashok | 2014-09-20 | 1 | -3/+11 |
|
|
* | Make -xpstyle a hidden option | ashok | 2014-09-20 | 1 | -30/+29 |
|
|
* | Implemented Vista+ tk_chooseDirectory dialogs | ashok | 2014-09-17 | 1 | -478/+239 |
|
|
* | Implemented -filetypes and -typevariable for new Vista file dialogs. | ashok | 2014-09-14 | 1 | -13/+207 |
|
|
* | Implemented multiselect in new file dialogs. | ashok | 2014-09-14 | 1 | -28/+116 |
|
|
* | Implemented more options for new tk_get{Open,Save} file dialogs | ashok | 2014-09-13 | 1 | -113/+290 |
|
|
* | Get basic new style dialogs working. | ashok | 2014-09-12 | 1 | -145/+695 |
|
|
* | Started on new Vista-style file dialogs. Refactored option processing. | ashok | 2014-09-12 | 1 | -0/+195 |
|
|
* | Fix [http://core.tcl.tk/tcl/info/651e828a52|651e828a52]: Wrong Windows versio... | jan.nijtmans | 2014-02-04 | 1 | -9/+1 |
|\ |
|
* \ | some code cleanup, remove structure which is no longer used. | jan.nijtmans | 2013-06-07 | 1 | -37/+10 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw... | jan.nijtmans | 2013-02-01 | 1 | -7/+8 |
|\ \
| |/ |
|
* | | Convert all Tcl_SetResult calls to Tcl_SetObjResult calls. | jan.nijtmans | 2013-01-28 | 1 | -1/+1 |
|
|
* | | Merge core-8-5-branch | jan.nijtmans | 2013-01-24 | 1 | -8/+8 |
|\ \
| |/ |
|
* | | Replace various functions calls, for functions which are small wrappers aroun... | jan.nijtmans | 2013-01-14 | 1 | -1/+1 |
|
|
* | | Backout [c43ceec9f6]. Since the change in Tcl_GetIndexFromObj() | jan.nijtmans | 2012-11-22 | 1 | -17/+33 |
|
|
* | | 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 |
|
|
* | | [Bug 3540127]: Better solution, using Tcl_GetIndexFromObj in stead of Tcl_Get... | jan.nijtmans | 2012-07-05 | 1 | -34/+19 |
|
|
* | | 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 |
|\ \ \
| |/ / |
|
| * | | [Bug 3540127]: Clean up the tables of options for the file dialogs so that | dkf | 2012-07-04 | 1 | -35/+46 |
| |\ \
| | |/ |
|
| | * | [Bug 3540127]: Clean up the tables of options for the file dialogs so that | dkf | 2012-07-04 | 1 | -32/+31 |
|
|
* | | | [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 |
| |\ \
| | |/ |
|
| | * | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin | jan.nijtmans | 2012-05-14 | 1 | -1/+1 |
|
|
* | | | [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 |
|\ \ \
| |/ / |
|
| * | | * win/tkWinDialog.c (GetFileNameW): Ensure that we do not convert a | dkf | 2012-02-10 | 1 | -3/+10 |
|
|
* | | | [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 |
|
|
* | | | 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 |
| |\ \
| | |/ |
|