summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
...
| * | remove duplicate codejan.nijtmans2013-01-241-5/+0
| | |
| * | Don't compile Tk with -DTCL_NO_DEPRECATED by default any more, it might hurt ↵jan.nijtmans2013-01-161-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 defaultjan.nijtmans2013-01-161-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.nijtmans2013-01-152-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.nijtmans2013-01-142-67/+285
| | |
* | | Replace various functions calls, for functions which are small wrappers ↵jan.nijtmans2013-01-142-2/+2
| | | | | | | | | | | | around other functions, to call the wrapped function directly.
* | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵jan.nijtmans2013-01-113-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.nijtmans2013-01-113-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.nijtmans2013-01-113-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.nijtmans2012-11-131-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.nijtmans2012-11-131-59/+80
| | | | | | | | | <p>Renumber test-cases as in Tk 8.6, and convert various to tcltest-2 style.
| * | merge 8.5dgp2012-11-091-2/+2
| |\ \
| | * | Avoid setting TK_LIBRARY to a relative pathname.dgp2012-11-091-2/+2
| | | |
| * | | Release branch for Tk 8.5.13.dgp2012-11-052-2/+2
| |/ /
* | | merge trunkdgp2012-12-101-1/+1
|\ \ \
| * | | Fix build for VC 11.dgp2012-12-101-1/+1
| | | |
* | | | merge trunkdgp2012-11-221-17/+33
|\ \ \ \ | |/ / /
| * | | Backout [c43ceec9f6]. Since the change in Tcl_GetIndexFromObj()jan.nijtmans2012-11-221-17/+33
| | | | | | | | | | | | | | | | was undone due to [http://code.activestate.com/lists/tcl-core/12524/], it looks we have to live with uglier code.
* | | | merge trunkdgp2012-11-141-5/+15
|\ \ \ \ | |/ / /
| * | | Bug 3500545: tk_getOpenFile -multiple 1 wrong on windowsjan.nijtmans2012-11-141-5/+15
| | | |
* | | | merge trunkdgp2012-11-131-1/+7
|\ \ \ \ | |/ / /
| * | | Fixed, but only tested yet on Windows 7. On other platforms, at least the ↵jan.nijtmans2012-11-111-1/+7
| | | | | | | | | | | | | | | | 'user input problem' is gone, but the test might still fail.
* | | | Create Tk 8.6.0 release branchdgp2012-11-082-2/+2
|/ / /
* | | sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-232-7/+8
|\ \ \ | |/ / | | | | | | <p>purge spaces at end of lines <p>clean-up unix/Makefile.in after carbon removal
| * | sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-232-7/+8
| |\ \ | | |/ | | | | | | <p>purge spaces at end of lines <p>clean-up unix/Makefile.in after carbon removal
| | * sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-231-4/+5
| | |
| * | Backport of ::tk::mac::useCompatibilityMetrics handling and scrollbar ↵jan.nijtmans2012-10-232-22/+5
| | | | | | | | | | | | metrics handling from trunk
| * | Compile win32 binaries with -DTCL_NO_DEPRECATEDjan.nijtmans2012-09-261-11/+22
| |\ \ | | |/
| | * Compile win32 binaries with -DTCL_NO_DEPRECATEDjan.nijtmans2012-09-261-9/+15
| | |
* | | Compile win32 binaries with -DTCL_NO_DEPRECATED, and fix gcc compiler warningjan.nijtmans2012-09-192-8/+16
| | |
* | | merge trunkdgp2012-09-131-1/+1
|\ \ \
| * | | [Bug 3567283]: Added missing cast.dkf2012-09-131-1/+1
| | | |
* | | | Bump to 8.6b3dgp2012-09-072-2/+2
|/ / /
* | | Unbreak windows problems with commit [961ae24a3f] as well.andreask2012-08-303-7/+7
| | |
* | | re-do [c42d04b1b4], but now correct ;-(jan.nijtmans2012-08-281-23/+2
| | |
* | | merge trunktk_errorcodesdkf2012-08-271-25/+0
|\ \ \
| * | | Remove accidental commit of merge conflict, resolved to original code.dkf2012-08-271-25/+0
| | | |
* | | | merge trunkdkf2012-08-274-101/+186
|\ \ \ \ | |/ / /
| * | | nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-171-4/+6
| |\ \ \ | | |/ / | | | | | | | | version numbers
| | * | nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-171-4/+6
| | |\ \ | | | |/ | | | | | | | | version numbers.
| | | * nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-171-4/+6
| | | | | | | | | | | | | | | | version numbers.
| * | | Always compile Tk with -DUSE_TCL_STUBS. jan.nijtmans2012-08-151-53/+103
| |\ \ \ | | |/ / | | | | Formatting
| | * | Backport some more improvements from Tcl 8.6jan.nijtmans2012-08-151-62/+127
| | | |
| * | | Only build the threaded builds by default. jan.nijtmans2012-08-152-44/+77
| |\ \ \ | | |/ / | | | | For msvcrt static builds, allow to link against libraries where the 'x' is missing (generated by Makefile.in)
| | * | Only build the threaded builds by default. jan.nijtmans2012-08-152-70/+88
| | | | | | | | | | | | Backport some improvements from Tcl 8.6
* | | | merge trunkdkf2012-08-142-41/+43
|\ \ \ \ | |/ / /
| * | | Sync with tcl version of rules.vcjan.nijtmans2012-08-111-3/+3
| | | |
| * | | [Bug 3555644]: Better use of virtual events.jan.nijtmans2012-08-112-38/+40
| | | | | | | | | | | | Pre-define 10 new Virtual events, and correct various bindings according to the Mac OSX documentation.
* | | | merge trunkdkf2012-08-082-165/+123
|\ \ \ \ | |/ / /
| * | | Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-311-93/+60
| |\ \ \ | | |/ /