summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Add support for Windows 10jan.nijtmans2014-10-261-0/+2
* Bump to 8.5.17dgp2014-10-132-2/+2
* Fix [9e487e9f158b3aeda2b92ca75deb3abc04e21a61|9e487e9f15]: Fix for tkWinButto...jan.nijtmans2014-10-111-13/+21
|\
| * Ticket [9e487e9f15]: Fix for tkWinButton to avoid problems in pluginbug_9e487e9f15jan.nijtmans2014-10-011-12/+20
|/
* Bump to 8.5.16 for release.dgp2014-07-232-2/+2
* Satisfy required position of __stdcall from VC++jan.nijtmans2014-02-041-2/+2
* Add missing __stdcall (which crashes on win32)jan.nijtmans2014-02-041-1/+2
* Fix [http://core.tcl.tk/tcl/info/651e828a52|651e828a52]: Wrong Windows versio...jan.nijtmans2014-02-041-9/+20
* Some bit of Windows 8.1 compatibility: See [http://msdn.microsoft.com/en-us/l...jan.nijtmans2013-11-204-12/+34
* When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-045-9/+15
* Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI...jan.nijtmans2013-10-021-15/+15
* Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 d...jan.nijtmans2013-10-011-0/+4
* Cherrypick [132bf978f2] from trunk: jan.nijtmans2013-09-272-82/+2
* workaround for mingw bug [http://comments.gmane.org/gmane.comp.gnu.mingw.user...jan.nijtmans2013-09-232-6/+84
* Bump to 8.5.15 for release.dgp2013-08-302-2/+2
* Fix [3588364] (hopefully)jan.nijtmans2013-06-281-3/+3
* Don't use deprecated stricmp/strnicmp any more, but underscored variant for n...jan.nijtmans2013-06-141-2/+2
* Some more fixes for Cygwin32/64 in win32 GUI mode. jan.nijtmans2013-06-131-0/+14
* some code cleanup, remove structure which is no longer used.jan.nijtmans2013-06-071-26/+9
* Fix [1913750]: tk_chooseDirectory -initialdir internationalization problem. (...jan.nijtmans2013-06-071-737/+182
* [Bug 3568760]: Tk documentation fails to buildjan.nijtmans2013-04-101-1/+1
* Remove unused variable. jan.nijtmans2013-04-033-3/+0
* merge release to 8.5; revert features not included in releasedgp2013-04-035-42/+5
* Easier solution, with proper protection and configure warnings.jan.nijtmans2013-03-282-0/+10
* Same change as [9bc120ced2] for UNIX, but for Windows as well.jan.nijtmans2013-03-275-3/+30
* Add some extra paths on Windows for finding tclConfig.sh, for mSys and Cygwin...jan.nijtmans2013-02-142-19/+31
|\
| * Add some extra paths on Windows for finding tclConfig.sh, for mSys and Cygwin...jan.nijtmans2013-02-142-46/+58
| * Backport various improvements from Tcl 8.5jan.nijtmans2013-02-122-136/+351
* | 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
|\ \ | |/
| * Don't compile Tk with -DTCL_NO_DEPRECATED by defaultjan.nijtmans2013-01-161-1/+1
* | More flexible search for win32 tclConfig.sh, backported from TEA.jan.nijtmans2013-01-142-67/+285
* | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-113-7/+5
|\ \ | |/
| * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-113-9/+8
* | [Bug 3585396]: winDialog.test requires user interaction.jan.nijtmans2012-11-131-32/+47
|\ \ | |/
| * [Bug 3585396]: winDialog.test requires user interaction.jan.nijtmans2012-11-131-59/+80
* | 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
|/ /
* | sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-232-7/+8
|\ \ | |/
| * sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-231-4/+5
* | Backport of ::tk::mac::useCompatibilityMetrics handling and scrollbar metrics...jan.nijtmans2012-10-232-22/+5
* | Compile win32 binaries with -DTCL_NO_DEPRECATEDjan.nijtmans2012-09-261-11/+22
|\ \ | |/
| * Compile win32 binaries with -DTCL_NO_DEPRECATEDjan.nijtmans2012-09-261-9/+15
* | nmakehlp: Add "-V<num>" option, in order to be able to detect partial version...jan.nijtmans2012-08-171-4/+6
|\ \ | |/
| * nmakehlp: Add "-V<num>" option, in order to be able to detect partial version...jan.nijtmans2012-08-171-4/+6
* | Backport some more improvements from Tcl 8.6jan.nijtmans2012-08-151-62/+127
* | Only build the threaded builds by default. jan.nijtmans2012-08-152-70/+88
* | Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-311-87/+58
|\ \ | |/
| * Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-311-60/+267