summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug [1510538] - Wrong initial scrollbar widthbug_1510538ffffvogel2016-01-041-2/+2
|
* Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, ↵jan.nijtmans2015-12-032-13/+6
| | | | compiling without SDK works fine (provided that the build is configured using "--enable-64bit")
* Fix [https://www.sqlite.org/src/info/34eb6911afee09e7|34eb6911af], taken ↵jan.nijtmans2015-11-131-3/+3
| | | | over from SQLite: Fix uses of ctype functions (ex: isspace()) on signed characters in test programs and in some obscure extensions. No changes to the core.
* Fix [5ee8af61e5ef8e233158a43459624f4ecf58a6fe|5ee8af61e5] on Win64: Window ↵jan.nijtmans2015-11-101-2/+5
| | | | embedding can not work on 64-bit Unix and Windows
* Make compile with later Visual Studio versions (backported from Tk 8.6)jan.nijtmans2015-10-251-1/+1
|
* Fix [916c1095438eae56]: Tk does not compile because GetVersionExW triggers ↵jan.nijtmans2015-10-231-0/+7
| | | | warnings
* TIP #437: Tk panedwindow options for proxy windowjan.nijtmans2015-10-081-0/+1
|\
| * merge core-8-5-branch. tip_437jan.nijtmans2015-09-302-4/+4
| |\ | | | | | | This is the TIP #437 implementation being voted on.
| * | Hm, better keep the TIP as it is, not making it more difficult than it ↵jan.nijtmans2015-09-301-0/+1
| | | | | | | | | | | | already is.
| * | Bring panedwindow proxy behavior in line with TIP #437 description.jan.nijtmans2015-09-301-19/+16
| | |
| * | Added -proxyborderwidth optionfvogel2015-09-301-18/+19
| | |
| * | Added -proxybackground optionfvogel2015-09-291-0/+1
| | |
| * | merge core-8-5-branchjan.nijtmans2015-09-143-6/+47
| |\ \
| * | | Bug [1247115fff] - Added -proxyrelief optionfvogel2015-07-141-0/+1
| | | |
* | | | Double '[' and ']', otherwise re-generating "configure" doesn't give the ↵jan.nijtmans2015-10-061-2/+2
| | | | | | | | | | | | | | | | expected result.
* | | | Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) ↵jan.nijtmans2015-10-052-2/+2
| |_|/ |/| | | | | | | | always have forward slashes. Suggested by pooryorick for [http://core.tcl.tk/tclconfig/tktview/06f1692bbe29449ac3f2161ebf9dd153d0349845|TEA], but a good idea anyway
* | | Don't limit Universal runtime support to VisualStudio version 14 only, ↵jan.nijtmans2015-09-302-4/+4
| |/ |/| | | | | future versions will probably have it as well.
* | Completing ↵jan.nijtmans2015-08-284-29/+43
| | | | | | | | [http://core.tcl.tk/tcl/info/00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static UCRT build on Windows with VC 14.0. Now for the configure/makefile build.
* | Fix ↵jan.nijtmans2015-08-202-2/+29
|/ | | | [http://core.tcl.tk/tcl/info/00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static UCRT build on Windows with VC 14.0
* Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-259-2426/+2426
| | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
* Fixed typo in commentfvogel2015-05-301-1/+1
|
* Bump to version 8.5.18.dgp2015-02-052-2/+2
|
* Add support for Windows 10jan.nijtmans2014-10-261-0/+2
|
* Bump to 8.5.17dgp2014-10-132-2/+2
|
* Fix [9e487e9f158b3aeda2b92ca75deb3abc04e21a61|9e487e9f15]: Fix for ↵jan.nijtmans2014-10-111-13/+21
|\ | | | | | | tkWinButton to avoid problems in plugin
| * 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 ↵jan.nijtmans2014-02-041-9/+20
| | | | version reported for Windows 8.1
* Some bit of Windows 8.1 compatibility: See ↵jan.nijtmans2013-11-204-12/+34
| | | | [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx]
* When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-045-9/+15
| | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary.
* Fix compilation with latest MinGW-w64 version 3.0: Conflict on ↵jan.nijtmans2013-10-021-15/+15
| | | | EXCEPTION_REGISTRATION typedef, which means something completely different in MinGW-w64.
* Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 ↵jan.nijtmans2013-10-011-0/+4
| | | | don't enable command line globbing either by default.
* Cherrypick [132bf978f2] from trunk: jan.nijtmans2013-09-272-82/+2
| | | | | Workaround for [http://sourceforge.net/p/mingw/bugs/2065/|MinGW bug #2065]. 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.nijtmans2013-09-232-6/+84
| | | | [http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724]
* 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 ↵jan.nijtmans2013-06-141-2/+2
| | | | non-GNU compilers.
* Some more fixes for Cygwin32/64 in win32 GUI mode. jan.nijtmans2013-06-131-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.nijtmans2013-06-071-26/+9
|
* Fix [1913750]: tk_chooseDirectory -initialdir internationalization problem. ↵jan.nijtmans2013-06-071-737/+182
| | | | (backported from Tk 8.6)
* [Bug 3568760]: Tk documentation fails to buildjan.nijtmans2013-04-101-1/+1
|
* Remove unused variable. jan.nijtmans2013-04-033-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 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 ↵jan.nijtmans2013-02-142-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.nijtmans2013-02-142-46/+58
| | | | | | | | Cygwin shell.
| * Backport various improvements from Tcl 8.5jan.nijtmans2013-02-122-136/+351
| |