Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Bring panedwindow proxy behavior in line with TIP #437 description. | jan.nijtmans | 2015-09-30 | 1 | -19/+16 | |
| | | | | | ||||||
| * | | | | Added -proxyborderwidth option | fvogel | 2015-09-30 | 1 | -18/+19 | |
| | | | | | ||||||
| * | | | | Added -proxybackground option | fvogel | 2015-09-29 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | merge core-8-5-branch | jan.nijtmans | 2015-09-14 | 3 | -6/+47 | |
| |\ \ \ \ | ||||||
| * | | | | | Bug [1247115fff] - Added -proxyrelief option | fvogel | 2015-07-14 | 1 | -0/+1 | |
| | | | | | | ||||||
| | | | | * | Link with userenv.lib, because it is now needed by Tcl. | jan.nijtmans | 2015-10-06 | 3 | -5/+5 | |
| | | | | | | ||||||
| | | | | * | Double '[' and ']', otherwise re-generating "configure" doesn't give the ↵ | jan.nijtmans | 2015-10-06 | 1 | -2/+2 | |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | | | | | | | expected result. | |||||
* | | | | | | Double '[' and ']', otherwise re-generating "configure" doesn't give the ↵ | jan.nijtmans | 2015-10-06 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | expected result. | |||||
| | | | | * | Fix for [46c83f60] (relative paths ignored in tk_getOpenFile/tk_getSaveFile ↵ | ashok | 2015-10-06 | 1 | -11/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | on Vista+). Added tests for -initialdir option. | |||||
| | | | | * | Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) ↵ | jan.nijtmans | 2015-10-05 | 2 | -2/+2 | |
| | | | | |\ | |_|_|_|_|/ |/| | | | | | | | | | | | always have forward slashes. Suggested by pooryorick for [http://core.tcl.tk/tclconfig/tktview/06f1692bbe29449ac3f2161ebf9dd153d0349845|TEA], but a good idea anyway | |||||
* | | | | | | Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) ↵ | jan.nijtmans | 2015-10-05 | 2 | -2/+2 | |
| |_|/ / / |/| | | | | | | | | | | | | | | always have forward slashes. Suggested by pooryorick for [http://core.tcl.tk/tclconfig/tktview/06f1692bbe29449ac3f2161ebf9dd153d0349845|TEA], but a good idea anyway | |||||
| | | | * | New icon for wish86.exe, original work contributed by Dawson Cowals. This ↵ | jan.nijtmans | 2015-10-04 | 2 | -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. | |||||
| | | | | * | Experiment, just to have a look how the new icon could look like.new_icons | jan.nijtmans | 2015-09-11 | 2 | -0/+0 | |
| | | | | | | ||||||
| | | | * | | Don't limit Universal runtime support to VisualStudio version 14 only, ↵ | jan.nijtmans | 2015-09-30 | 2 | -4/+4 | |
| | | | |\ \ | |_|_|_|/ / |/| | | | / | | | | |/ | future versions will probably have it as well. | |||||
* | | | | | Don't limit Universal runtime support to VisualStudio version 14 only, ↵ | jan.nijtmans | 2015-09-30 | 2 | -4/+4 | |
| |/ / / |/| | | | | | | | | | | | future versions will probably have it as well. | |||||
| | | * | Completing ↵ | jan.nijtmans | 2015-08-28 | 4 | -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. | |||||
* | | | | Completing ↵ | jan.nijtmans | 2015-08-28 | 4 | -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.nijtmans | 2015-08-20 | 2 | -2/+29 | |
| | | |\ | |_|_|/ |/| | | | | | | | [http://core.tcl.tk/tcl/info/00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static UCRT build on Windows with VC 14.0 | |||||
* | | | | Fix ↵ | jan.nijtmans | 2015-08-20 | 2 | -2/+29 | |
|/ / / | | | | | | | | | | [http://core.tcl.tk/tcl/info/00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static UCRT build on Windows with VC 14.0 | |||||
| | * | Use size_t in stead of int for some internal refCount variables. On 32-bit ↵ | jan.nijtmans | 2015-07-08 | 3 | -13/+12 | |
| | | | | | | | | | | | | systems, this doubles the range (as size_t is unsigned), on 64-bit system much more than that. | |||||
| | * | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵ | jan.nijtmans | 2015-06-25 | 6 | -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. | |||||
* | | | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵ | jan.nijtmans | 2015-06-25 | 9 | -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 comment | fvogel | 2015-05-30 | 1 | -1/+1 | |
| | |\ | |_|/ |/| | | ||||||
* | | | Fixed typo in comment | fvogel | 2015-05-30 | 1 | -1/+1 | |
| | | | ||||||
| | *-. | Fix [2a70627a03]: shobjidl.h include in tkWinDialog.c breaks mingw cross ↵ | jan.nijtmans | 2015-04-07 | 1 | -1/+0 | |
| | |\ \ | |_|_|/ |/| | | | | | | | | | | | compile. Merge-mark core-8-5-branch. | |||||
* | | | | Bump to version 8.5.18. | dgp | 2015-02-05 | 2 | -2/+2 | |
| | | | | ||||||
| | | * | Suggested fix for [2a70627a03]: shobjidl.h include in tkWinDialog.c breaks ↵bug_2a70627a03 | jan.nijtmans | 2015-03-22 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | mingw cross compile | |||||
| | * | | Remove some unnecessary end-of-line spacing | jan.nijtmans | 2015-03-23 | 4 | -13/+13 | |
| | |/ | ||||||
| | * | Bump to 8.6.4. | dgp | 2015-02-26 | 2 | -2/+2 | |
| | | | ||||||
| | * | Fix for 4a0451f529. Needed a Tcl_ResetResult after recursive event | ashok | 2014-12-03 | 1 | -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. | |||||
| | * | Remove unnecessary end-of-line spacing | jan.nijtmans | 2014-11-21 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix [1c0d6e162c8876fd1bc0526c7cc59c320853d23|1c0d6e162c]: tkWinDialog.c ↵ | jan.nijtmans | 2014-11-21 | 1 | -14/+19 | |
| | | | | | | | | | | | | defines type "SIGDN" (enum __MIDL_IShellItem_0001), which is already defined | |||||
| | * | Fix [d43a10ce2fed950e00890049f3c273f2cdd12583|d43a10ce2f]: tk_getOpenFile ↵ | ashok | 2014-11-14 | 1 | -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. | |||||
| | * | Backout last change, it doesn't solve the issue | jan.nijtmans | 2014-11-13 | 1 | -50/+2 | |
| | | | ||||||
| | * | Fix [d43a10ce2fed950e00890049f3c273f2cdd12583|d43a10ce2f]: tk_getOpenFile ↵ | jan.nijtmans | 2014-11-13 | 1 | -2/+50 | |
| | | | | | | | | | | | | crashes when passed a bad -typevariable. | |||||
| | * | merge trunk | dgp | 2014-11-07 | 1 | -0/+2 | |
| | |\ | ||||||
| | | * | Add support for Windows 10 | jan.nijtmans | 2014-10-26 | 1 | -0/+2 | |
| | | |\ | |_|_|/ |/| | | | ||||||
* | | | | Add support for Windows 10 | jan.nijtmans | 2014-10-26 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Bump to 8.5.17 | dgp | 2014-10-13 | 2 | -2/+2 | |
| | | | | ||||||
| | * | | Quick-fix compilation on VC6/PSDK (reported by Andreas Kurpies) | jan.nijtmans | 2014-10-25 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | Make tkWinDialog.c compile with MinGW 4.0.2. | jan.nijtmans | 2014-10-20 | 1 | -197/+222 | |
| | | | | | | | | | | | | | | | | Don't use "this" (possible conflict with C++ compiler). Eliminate end-of-line spaces. | |||||
| | * | | Make sure IID_IShellItem is defined even when uuid.lib does not export it. ↵ | jan.nijtmans | 2014-10-20 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | Idea stolen from here: [http://trac.wxwidgets.org/changeset/71395] | |||||
| | * | | - Fix winDialog-9.7 test in case "initialdir" contains capital characters. | jan.nijtmans | 2014-10-20 | 1 | -3/+2 | |
| | | | | | | | | | | | | - Add "uuid.lib" as requirement for tkWinDialog.c | |||||
| | * | | TIP 432 implementation | dgp | 2014-10-20 | 5 | -234/+1293 | |
| | |\ \ | ||||||
| | | * | | Previous commit probably broke higher VS versions (>2012) compilation. Fix that.apn_win_filedialogs | jan.nijtmans | 2014-10-17 | 1 | -1/+3 | |
| | | | | | ||||||
| | | * | | Fix symbol conflict when compiling with latest (??) MinGW-w64. | jan.nijtmans | 2014-10-17 | 1 | -11/+11 | |
| | | | | | ||||||
| | | * | | Make tkWinDialog.c buildable with gcc 4.8.1, vc6, vs2012. Passes all tests | ashok | 2014-10-16 | 1 | -40/+38 | |
| | | | | | ||||||
| | | * | | Fixes to compile with newer Visual Studio versions | ashok | 2014-10-16 | 1 | -19/+20 | |
| | | | | | ||||||
| | | * | | Make findwindow more robust by ensuring it is a window belonging | ashok | 2014-09-20 | 1 | -0/+22 | |
| | | | | | | | | | | | | | | | to the same process. | |||||
| | | * | | Convert native paths returned from file dialogs to Tcl canonical paths. | ashok | 2014-09-20 | 2 | -9/+75 | |
| | | | | |