| Commit message (Expand) | Author | Age | Files | Lines |
* | Static Cygwin wish.exe cannot link with win32's static libtk86.a (because it ... | jan.nijtmans | 2013-06-14 | 1 | -2/+2 |
|\ |
|
| * | Don't use deprecated stricmp/strnicmp any more, but underscored variant for n... | jan.nijtmans | 2013-06-14 | 1 | -2/+2 |
|
|
* | | Some more fixes for Cygwin32/64 in win32 GUI mode.
| jan.nijtmans | 2013-06-13 | 1 | -0/+14 |
|\ \
| |/ |
|
| * | Some more fixes for Cygwin32/64 in win32 GUI mode. | jan.nijtmans | 2013-06-13 | 1 | -0/+14 |
|
|
* | | 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 |
|
|
* | | [Bug 3568760]: Tk documentation fails to build | jan.nijtmans | 2013-04-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | [Bug 3568760]: Tk documentation fails to build | jan.nijtmans | 2013-04-10 | 1 | -1/+1 |
|
|
| * | Remove unused variable.
| jan.nijtmans | 2013-04-03 | 3 | -3/+0 |
|
|
| * | merge release to 8.5; revert features not included in release | dgp | 2013-04-03 | 5 | -42/+5 |
|
|
| * | Easier solution, with proper protection and configure warnings. | jan.nijtmans | 2013-03-28 | 2 | -0/+10 |
|
|
* | | [Bug 3608074]: Add <<Invoke>> bindings to Button's, Listbox and Menu. | jan.nijtmans | 2013-03-27 | 2 | -0/+30 |
|\ \
| |/ |
|
| * | Same change as [9bc120ced2] for UNIX, but for Windows as well. | jan.nijtmans | 2013-03-27 | 5 | -3/+30 |
|
|
* | | Make sure the stubbed variants of Tcl_ObjSetVar2/Tcl_NewStringObj are never u... | jan.nijtmans | 2013-02-22 | 1 | -1/+5 |
|
|
* | | Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in tkAppInit.c/winMain.... | jan.nijtmans | 2013-02-18 | 1 | -21/+25 |
|
|
* | | ttk::theme::* packages don't Provide anything Extra. | jenglish | 2013-02-15 | 2 | -2/+2 |
|
|
* | | Eliminate usage of Tcl_PkgProvide/Tcl_PkgRequire functions, use the 'Ex' vers... | jan.nijtmans | 2013-02-15 | 2 | -2/+2 |
|
|
* | | Add some extra paths on Windows for finding tclConfig.sh, for mSys and Cygwin... | jan.nijtmans | 2013-02-14 | 2 | -19/+31 |
|\ \
| |/ |
|
| * | Add some extra paths on Windows for finding tclConfig.sh, for mSys and Cygwin... | jan.nijtmans | 2013-02-14 | 2 | -19/+31 |
| |\ |
|
| | * | Add some extra paths on Windows for finding tclConfig.sh, for mSys and Cygwin... | jan.nijtmans | 2013-02-14 | 2 | -46/+58 |
|
|
| | * | Backport various improvements from Tcl 8.5 | jan.nijtmans | 2013-02-12 | 2 | -136/+351 |
|
|
* | | | some more int -> size_t changes | jan.nijtmans | 2013-02-01 | 1 | -1/+1 |
|
|
* | | | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw... | jan.nijtmans | 2013-02-01 | 2 | -33/+44 |
|\ \ \
| |/ / |
|
* | | | Convert all Tcl_SetResult calls to Tcl_SetObjResult calls. | jan.nijtmans | 2013-01-28 | 3 | -7/+7 |
|
|
* | | | Merge core-8-5-branch | jan.nijtmans | 2013-01-24 | 5 | -33/+28 |
|\ \ \
| |/ / |
|
| * | | remove duplicate code | jan.nijtmans | 2013-01-24 | 1 | -5/+0 |
|
|
| * | | Don't compile Tk with -DTCL_NO_DEPRECATED by default any more, it might hurt ... | jan.nijtmans | 2013-01-16 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Don't compile Tk with -DTCL_NO_DEPRECATED by default | jan.nijtmans | 2013-01-16 | 1 | -1/+1 |
|
|
* | | | More flexible search for win32 tclConfig.sh, backported from TEA. | jan.nijtmans | 2013-01-15 | 2 | -67/+285 |
|\ \ \
| |/ / |
|
| * | | More flexible search for win32 tclConfig.sh, backported from TEA. | jan.nijtmans | 2013-01-14 | 2 | -67/+285 |
|
|
* | | | Replace various functions calls, for functions which are small wrappers aroun... | jan.nijtmans | 2013-01-14 | 2 | -2/+2 |
|
|
* | | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 3 | -5/+5 |
|\ \ \
| |/ / |
|
| * | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 3 | -7/+5 |
| |\ \
| | |/ |
|
| | * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 3 | -9/+8 |
|
|
| * | | [Bug 3585396]: winDialog.test requires user interaction. | jan.nijtmans | 2012-11-13 | 1 | -32/+47 |
| |\ \
| | |/ |
|
| | * | [Bug 3585396]: winDialog.test requires user interaction. | jan.nijtmans | 2012-11-13 | 1 | -59/+80 |
|
|
| * | | merge 8.5 | dgp | 2012-11-09 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Avoid setting TK_LIBRARY to a relative pathname. | dgp | 2012-11-09 | 1 | -2/+2 |
|
|
| * | | | Release branch for Tk 8.5.13. | dgp | 2012-11-05 | 2 | -2/+2 |
| |/ / |
|
* | | | merge trunk | dgp | 2012-12-10 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Fix build for VC 11. | dgp | 2012-12-10 | 1 | -1/+1 |
|
|
* | | | | merge trunk | dgp | 2012-11-22 | 1 | -17/+33 |
|\ \ \ \
| |/ / / |
|
| * | | | Backout [c43ceec9f6]. Since the change in Tcl_GetIndexFromObj() | jan.nijtmans | 2012-11-22 | 1 | -17/+33 |
|
|
* | | | | merge trunk | dgp | 2012-11-14 | 1 | -5/+15 |
|\ \ \ \
| |/ / / |
|
| * | | | Bug 3500545: tk_getOpenFile -multiple 1 wrong on windows | jan.nijtmans | 2012-11-14 | 1 | -5/+15 |
|
|
* | | | | merge trunk | dgp | 2012-11-13 | 1 | -1/+7 |
|\ \ \ \
| |/ / / |
|
| * | | | Fixed, but only tested yet on Windows 7. On other platforms, at least the 'us... | jan.nijtmans | 2012-11-11 | 1 | -1/+7 |
|
|
* | | | | Create Tk 8.6.0 release branch | dgp | 2012-11-08 | 2 | -2/+2 |
|/ / / |
|
* | | | sync nmakehlp.c with Tcl version | jan.nijtmans | 2012-10-23 | 2 | -7/+8 |
|\ \ \
| |/ / |
|