Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Workaround for [http://sourceforge.net/p/mingw/bugs/2065/|MinGW bug #2065]. | jan.nijtmans | 2013-09-27 | 2 | -4/+2 |
| | | | | Both MinGW and MinGW-w64 (32-bit) are affected. Even though Win64 is not affected, adding -static-libgcc doesn't harm there, and we don't want to distrubute additional dll's with MinGW-compiled Tcl anyway. | ||||
* | workaround for mingw bug ↵ | jan.nijtmans | 2013-09-23 | 2 | -6/+6 |
|\ | | | | | | | [http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724] | ||||
| * | workaround for mingw bug ↵ | jan.nijtmans | 2013-09-23 | 2 | -6/+84 |
| | | | | | | | | [http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724] | ||||
| * | Bump to 8.5.15 for release. | dgp | 2013-08-30 | 2 | -2/+2 |
| | | |||||
| * | Fix [3588364] (hopefully) | jan.nijtmans | 2013-06-28 | 1 | -3/+3 |
| | | |||||
* | | Bump to 8.6.1. | dgp | 2013-08-30 | 2 | -2/+2 |
| | | |||||
* | | Static Cygwin wish.exe cannot link with win32's static libtk86.a (because it ↵ | jan.nijtmans | 2013-06-14 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | | | expects a different runtime), so configure shouldn't even try to do this. (On a dynamic wish.exe this works, this is exactly how wish can run even without X11). Don't use deprecated stricmp/strnicmp any more, but underscored variant for non-GNU compilers. | ||||
| * | Don't use deprecated stricmp/strnicmp any more, but underscored variant for ↵ | jan.nijtmans | 2013-06-14 | 1 | -2/+2 |
| | | | | | | | | non-GNU compilers. | ||||
* | | Some more fixes for Cygwin32/64 in win32 GUI mode. | jan.nijtmans | 2013-06-13 | 1 | -0/+14 |
|\ \ | |/ | | | | | Now that this is fully working, eliminate all usage of WISH_BUILD_LIB_SPEC: TK_BUILD_LIB_SPEC can be used everywhere in stead. Remove some old carbon-leftovers from configure/make (see [3607215]). | ||||
| * | Some more fixes for Cygwin32/64 in win32 GUI mode. | jan.nijtmans | 2013-06-13 | 1 | -0/+14 |
| | | | | | | | | Now that this is fully working, eliminate all usage of WISH_BUILD_LIB_SPEC: TK_BUILD_LIB_SPEC can be used everywhere in stead. Add tk.pc | ||||
* | | 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 |
| | | | | | | | | (backported from Tk 8.6) | ||||
* | | [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 |
| | | | | | | Remove tkStubLib.o from tk85.dll. On Windows, data cannot be exported from dll's anyway, so it's just dead code. On UNIX, it makes a difference, and it would be a potential incompatibility to remove it. | ||||
| * | 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 |
|\ \ | |/ | | | Document <<Invoke>>, <<ThemeChanged>>, <<EnteredChild>> (ttk_pandedwindow only) and <<Increment/Decrement>> (ttk_spinbox only) | ||||
| * | 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 ↵ | jan.nijtmans | 2013-02-22 | 1 | -1/+5 |
| | | | | | | | | used in winMain.c/tkAppInit.c | ||||
* | | Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in ↵ | jan.nijtmans | 2013-02-18 | 1 | -21/+25 |
| | | | | | | | | | | tkAppInit.c/winMain.c. Remove unneeded use of TEXT() macro, as in tclAppInit.c | ||||
* | | ttk::theme::* packages don't Provide anything Extra. | jenglish | 2013-02-15 | 2 | -2/+2 |
| | | | | | | Change Tcl_PkgProvideEx() back to Tcl_PkgProvide(). | ||||
* | | Eliminate usage of Tcl_PkgProvide/Tcl_PkgRequire functions, use the 'Ex' ↵ | jan.nijtmans | 2013-02-15 | 2 | -2/+2 |
| | | | | | | | | versions in stead. | ||||
* | | Add some extra paths on Windows for finding tclConfig.sh, for mSys and ↵ | jan.nijtmans | 2013-02-14 | 2 | -19/+31 |
|\ \ | |/ | | | | | | | Cygwin shell. Improve some comments and quoting, no change in functionality. | ||||
| * | Add some extra paths on Windows for finding tclConfig.sh, for mSys and ↵ | jan.nijtmans | 2013-02-14 | 2 | -19/+31 |
| |\ | | | | | | | | | | | | | Cygwin shell. Improve some comments and quoting, no change in functionality. | ||||
| | * | Add some extra paths on Windows for finding tclConfig.sh, for mSys and ↵ | jan.nijtmans | 2013-02-14 | 2 | -46/+58 |
| | | | | | | | | | | | | Cygwin shell. | ||||
| | * | 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 ↵ | jan.nijtmans | 2013-02-01 | 2 | -33/+44 |
|\ \ \ | |/ / | | | | | | | | | | everywhere. Change some internal "length" variables from type int to type size_t, so it could handle bigger string sizes (for "novem") | ||||
* | | | Convert all Tcl_SetResult calls to Tcl_SetObjResult calls. | jan.nijtmans | 2013-01-28 | 3 | -7/+7 |
| | | | | | | | | | Convert Tcl_GetStringFromObj to Tcl_GetString when possible. | ||||
* | | | Merge core-8-5-branch | jan.nijtmans | 2013-01-24 | 5 | -33/+28 |
|\ \ \ | |/ / | | | | Various Tcl_GetIndexFromObj -> Tcl_GetIndexFromObjStruct changes. | ||||
| * | | 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 |
| |\ \ | | |/ | | | | | | | when we compile Tk 8.x against Tcl 8.y with y > x, because new deprecated constructs might be added in higher Tcl versions (except for Tk 8.6, for now, because there is no higher 8.x yet) | ||||
| | * | Don't compile Tk with -DTCL_NO_DEPRECATED by default | jan.nijtmans | 2013-01-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | any more, it might hurt when we compile Tk 8.x against Tcl 8.y with y > x, because new deprecated constructs might be added in higher Tcl versions (except for Tk 8.6, for now, because there is no higher 8.x yet) | ||||
* | | | More flexible search for win32 tclConfig.sh, backported from TEA. | jan.nijtmans | 2013-01-15 | 2 | -67/+285 |
|\ \ \ | |/ / | | | | | | | | | | Don't use deprecated "case" any more. Don't do unnecessary Tcl_PkgRequire(..., "Tcl", ...), the preceding Tcl_InitStubs() call already does that, both for dynamic loaded as wel as the static case. Disallow Tk 8.6.x to be loaded in any Tcl 8.6 alpha/beta release. | ||||
| * | | 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 ↵ | jan.nijtmans | 2013-01-14 | 2 | -2/+2 |
| | | | | | | | | | | | | around other functions, to call the wrapped function directly. | ||||
* | | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 3 | -5/+5 |
|\ \ \ | |/ / | | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. | ||||
| * | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 3 | -7/+5 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. Remove unused TCLPATCHL, it should be ".0" for all final releases. Enable tk.h to be used with higher tcl.h versions which might lack _ANSI_ARGS_ | ||||
| | * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵ | jan.nijtmans | 2013-01-11 | 3 | -9/+8 |
| | | | | | | | | | | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. Remove unused TCLPATCHL, it should be ".0" for all final releases. | ||||
| * | | [Bug 3585396]: winDialog.test requires user interaction. | jan.nijtmans | 2012-11-13 | 1 | -32/+47 |
| |\ \ | | |/ | | | | <p>Renumber test-cases as in Tk 8.6, and convert various to tcltest-2 style. | ||||
| | * | [Bug 3585396]: winDialog.test requires user interaction. | jan.nijtmans | 2012-11-13 | 1 | -59/+80 |
| | | | | | | | | | <p>Renumber test-cases as in Tk 8.6, and convert various to tcltest-2 style. | ||||
| * | | 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 |
| | | | | | | | | | | | | | | | | was undone due to [http://code.activestate.com/lists/tcl-core/12524/], it looks we have to live with uglier code. |