summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Fix [5ee8af61e5ef8e233158a43459624f4ecf58a6fe|5ee8af61e5] on Win64: Window ↵jan.nijtmans2015-11-101-2/+5
| | | | | | | | | | | | | | | embedding can not work on 64-bit Unix and Windows FossilOrigin-Name: 52eed87055d1b49e7c3ed49756676771aea814fe
| | * Make compile with later Visual Studio versions (backported from Tk 8.6)jan.nijtmans2015-10-251-1/+1
| | | | | | | | | FossilOrigin-Name: cc3cd2d4ba5af7988a507da1183e871f324e7a87
| * | Fix [916c1095438eae56]: Tk does not compile because GetVersionExW triggers ↵jan.nijtmans2015-10-231-0/+7
| |\ \ | | |/ | | | | | | | | | warnings FossilOrigin-Name: 1c527b74be346ad0745a2d14ff728083fb21f2e2
| | * Fix [916c1095438eae56]: Tk does not compile because GetVersionExW triggers ↵jan.nijtmans2015-10-231-0/+7
| | | | | | | | | | | | | | | warnings FossilOrigin-Name: f51c25b10db19300b2ee14d74755baa9715b711b
| * | Bug [47af31bd3a] - tk_getSaveFile adds . as extension.ashok2015-10-091-7/+18
| | | | | | | | | | | | | | | Also added more tests for -filetypes and -defaultextension combinations. FossilOrigin-Name: 14153ed2909e17e1ba7523ac4f18b055a910c076
| * | TIP #437: Tk panedwindow options for proxy windowjan.nijtmans2015-10-081-0/+1
| |\ \ | | |/ | | | FossilOrigin-Name: 9d54525a4e6a09a1a495275974a663b8c538fd04
| | * TIP #437: Tk panedwindow options for proxy windowjan.nijtmans2015-10-081-0/+1
| | |\ | | | | | | | | FossilOrigin-Name: 1c6259655f3a08b14ecb4877d78e3f18bd8c0aab
| | | * merge core-8-5-branch. jan.nijtmans2015-09-302-4/+4
| | | |\ | | | | | | | | | | | | | | | | | | | | This is the TIP #437 implementation being voted on. FossilOrigin-Name: f5abbd08b568535a7748d6fa0683d4a8f6eef9fc
| | | * | Hm, better keep the TIP as it is, not making it more difficult than it ↵jan.nijtmans2015-09-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | already is. FossilOrigin-Name: a6be18eae21e344f58c32e93f3937fc7ad7d5d10
| | | * | Bring panedwindow proxy behavior in line with TIP #437 description.jan.nijtmans2015-09-301-19/+16
| | | | | | | | | | | | | | | FossilOrigin-Name: d4a8fac493d2b9c0968d2d6c8508d15303c76484
| | | * | Added -proxyborderwidth optionfvogel2015-09-301-18/+19
| | | | | | | | | | | | | | | FossilOrigin-Name: d45cc282ff99e6ddedf882d0cd926601379c833b
| | | * | Added -proxybackground optionfvogel2015-09-291-0/+1
| | | | | | | | | | | | | | | FossilOrigin-Name: b676aff8e41fc37e354a262163cc085056f2965e
| | | * | merge core-8-5-branchjan.nijtmans2015-09-143-6/+47
| | | |\ \ | | | | | | | | | | | | FossilOrigin-Name: 126198ddafaaa0159bae305f6786fc74af258803
| | | * | | Bug [1247115fff] - Added -proxyrelief optionfvogel2015-07-141-0/+1
| | | | | | | | | | | | | | | | | | FossilOrigin-Name: d72e88b7de787ca9b42bf48a518546b06cecc597
| * | | | | Link with userenv.lib, because it is now needed by Tcl.jan.nijtmans2015-10-063-5/+5
| | | | | | | | | | | | | | | | | | FossilOrigin-Name: 62436753dbf6b9b0e051c4c01245cbf5edcf9d3b
| * | | | | Double '[' and ']', otherwise re-generating "configure" doesn't give the ↵jan.nijtmans2015-10-061-2/+2
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | expected result. FossilOrigin-Name: c07ee8490728e0db3fc51c381b86cc7e55a3d951
| | * | | | Double '[' and ']', otherwise re-generating "configure" doesn't give the ↵jan.nijtmans2015-10-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expected result. FossilOrigin-Name: b1ebefcdca43a9b5b38d4904776709fa08b0da83
| * | | | | Fix for http://core.tcl.tk/tk/tktview?name=46c83f603f (relative paths ignoredashok2015-10-061-11/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in tk_getOpenFile/tk_getSaveFile on Vista+). Added tests for -initialdir option. FossilOrigin-Name: 45da3436824fed73bc41366b7d5dfe374165380f
| * | | | | 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 FossilOrigin-Name: 8249ac0447e26267c97568ba831e1e4b13937d2e
| | * | | | 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 FossilOrigin-Name: 122e922e6e0b47389a47e332c19ad626446027a2
| * | | | New icon for wish86.exe, original work contributed by Dawson Cowals. This ↵jan.nijtmans2015-10-042-0/+0
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes the recently discovered license problem regarding the icons included with Tcl 8.6.[0-5] (not for commercial use). Not backported to Tk 8.5, because the license of the 8.5 icons has never been a problem. FossilOrigin-Name: 472963f0d526576e661e79f2be1811c2183a4ddd
| | * | | | Experiment, just to have a look how the new icon could look like.jan.nijtmans2015-09-112-0/+0
| | | | | | | | | | | | | | | | | | FossilOrigin-Name: 1d2f70bf014fd8539d099c40b3a6277b77d32bcf
| * | | | | 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. FossilOrigin-Name: 471142acd941366ec00bf85b4d93ab1d8d6ca9b5
| | * | | 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. FossilOrigin-Name: f66f1a52404c70a4ab93c1229cbcf4be5a613752
| * | | 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. FossilOrigin-Name: 44b241183c85beef146dbe84e8590220852fa39e
| | * | 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. FossilOrigin-Name: a64c6ed133fd0d4a5f280de2400f6e72575cf7f4
| * | | 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 FossilOrigin-Name: f37f9308c9973f2e35fb8d67183c85fc7619843c
| | * | 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 FossilOrigin-Name: d1e6da48ba792692df9510124e3d99ebcb555a17
| * | Use size_t in stead of int for some internal refCount variables. On 32-bit ↵jan.nijtmans2015-07-083-13/+12
| | | | | | | | | | | | | | | systems, this doubles the range (as size_t is unsigned), on 64-bit system much more than that. FossilOrigin-Name: 2473b35f090d0c86a2a33666da7bfb2ded47e59c
| * | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-256-2419/+2419
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | 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. FossilOrigin-Name: 8a600b5d3ba76ed8ad4129556e45827e433c9a4e
| | * 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. FossilOrigin-Name: 7db02fe464d497424caa5219300495b7577dea9e
| * | Fixed typo in commentfvogel2015-05-301-1/+1
| |\ \ | | |/ | | | FossilOrigin-Name: 84c01395c71d5dc425e556f23531cac8aca3bb11
| | * Fixed typo in commentfvogel2015-05-301-1/+1
| | | | | | | | | FossilOrigin-Name: 7dc1fb610985a217210c5c85d4a87038662692c5
| | |
| | \
| *-. \ Fix [2a70627a03]: shobjidl.h include in tkWinDialog.c breaks mingw cross ↵jan.nijtmans2015-04-071-1/+0
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | compile. Merge-mark core-8-5-branch. FossilOrigin-Name: 89217ba3dbe9fce07d578bd3521e0b455b6f49c2
| | | * Suggested fix for [2a70627a03]: shobjidl.h include in tkWinDialog.c breaks ↵jan.nijtmans2015-03-221-1/+0
| | | | | | | | | | | | | | | | | | | | mingw cross compile FossilOrigin-Name: 5c194d19233c9f7785b22bcc4f0f66c795f22e92
| | * | Bump to version 8.5.18.dgp2015-02-052-2/+2
| | | | | | | | | | | | FossilOrigin-Name: 482ec103d298a38c9ce50bc786049d3a4c50e185
| * | | Remove some unnecessary end-of-line spacingjan.nijtmans2015-03-234-13/+13
| | |/ | |/| | | | FossilOrigin-Name: 650936d2742757172e80c53a19052467c98b0f87
| * | Bump to 8.6.4.dgp2015-02-262-2/+2
| | | | | | | | | FossilOrigin-Name: 93c9641e66380d7b931b7e209dc6f7805437b4a7
| * | Fix for 4a0451f529. Needed a Tcl_ResetResult after recursive eventashok2014-12-031-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | loop otherwise clicking Cancel would return a non-empty result in case a script was run in the background as part of the event loop. Also updated test suite which did not actually check that a Cancel resulted in an empty event string. FossilOrigin-Name: 4b723acb3e15fcac2d2cffccbc0126d06156e1f1
| * | Remove unnecessary end-of-line spacingjan.nijtmans2014-11-211-1/+1
| | | | | | | | | FossilOrigin-Name: a79b0b9416381ec4df6f4e2247d96ae09361ec68
| * | Fix [1c0d6e162c8876fd1bc0526c7cc59c320853d23|1c0d6e162c]: tkWinDialog.c ↵jan.nijtmans2014-11-211-14/+19
| | | | | | | | | | | | | | | defines type "SIGDN" (enum __MIDL_IShellItem_0001), which is already defined FossilOrigin-Name: f1354a43f5bb768d6b581940b56b4d35035fcd8b
| * | Fix [d43a10ce2fed950e00890049f3c273f2cdd12583|d43a10ce2f]: tk_getOpenFile ↵ashok2014-11-141-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | crashes when passed a bad -typevariable. Crash was caused by access to a list element after the Tcl_Obj was shimmered to a variable intrep. FossilOrigin-Name: f5c04922361cb38ee6a8eb79aad3b40101616422
| * | Backout last change, it doesn't solve the issuejan.nijtmans2014-11-131-50/+2
| | | | | | | | | FossilOrigin-Name: d7aeab093d1fdb977f3ec5a72d6940dfcc5c4066
| * | Fix [d43a10ce2fed950e00890049f3c273f2cdd12583|d43a10ce2f]: tk_getOpenFile ↵jan.nijtmans2014-11-131-2/+50
| | | | | | | | | | | | | | | crashes when passed a bad -typevariable. FossilOrigin-Name: e02a396797fba7cfa97b8bd8ac89d5b29b9d4757
| * | merge trunkdgp2014-11-071-0/+2
| |\ \ | | | | | | | | FossilOrigin-Name: 90f80ab0e3db5ecfb9a638a509fed906fcc04edb
| | * \ Add support for Windows 10jan.nijtmans2014-10-261-0/+2
| | |\ \ | | | |/ | | | | FossilOrigin-Name: 7faed6f5dff9228ce78ddd7372cedc85472f0d3c
| | | * Add support for Windows 10jan.nijtmans2014-10-261-0/+2
| | | | | | | | | | | | FossilOrigin-Name: 0ca1b0b1175e688ce9ed0bf90799307d1f0922a6
| | | * Bump to 8.5.17dgp2014-10-132-2/+2
| | | | | | | | | | | | FossilOrigin-Name: f3424783a86bfd4f1b8f9f96c406ffb9546c2fd0
| * | | Quick-fix compilation on VC6/PSDK (reported by Andreas Kurpies)jan.nijtmans2014-10-251-0/+2
| | | | | | | | | | | | FossilOrigin-Name: 4a7c00cba4683f236662af3ead28f427c3243aec
| * | | Make tkWinDialog.c compile with MinGW 4.0.2. jan.nijtmans2014-10-201-197/+222
| | | | | | | | | | | | | | | | | | | | | | | | Don't use "this" (possible conflict with C++ compiler). Eliminate end-of-line spaces. FossilOrigin-Name: bf59edccbc005e4e0573d495dbb20d513df6b489