Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Improved patch formatting. No functional change | fvogel | 2016-01-11 | 1 | -1/+1 | |
| | ||||||
* | merged trunk | fvogel | 2016-01-11 | 32 | -2773/+3998 | |
|\ | ||||||
| * | Fixed bug [1510538] - Wrong initial scrollbar width | jan.nijtmans | 2016-01-08 | 1 | -2/+2 | |
| |\ | ||||||
| | * | Fixed bug [1510538] - Wrong initial scrollbar widthbug_1510538fff | fvogel | 2016-01-04 | 1 | -2/+2 | |
| | | | ||||||
| * | | Support to paste file list (e.g. support CF_HDROPtype) Ticket [9fcc519a7c] | oehhar | 2015-12-14 | 1 | -1/+35 | |
| |\ \ | ||||||
| | * | | minor formattingbug_9fcc519a7c | jan.nijtmans | 2015-12-14 | 1 | -3/+4 | |
| | | | | ||||||
| | * | | Support to paste file list (e.g. support CF_HDROPtype) Ticket [9fcc519a7c] | oehhar | 2015-12-14 | 1 | -3/+36 | |
| |/ / | ||||||
| * | | Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, ↵ | jan.nijtmans | 2015-12-03 | 2 | -13/+6 | |
| |\ \ | | |/ | | | | | | | compiling without SDK works fine (provided that the build is configured using "--enable-64bit") | |||||
| | * | Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, ↵ | jan.nijtmans | 2015-12-03 | 2 | -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.nijtmans | 2015-11-13 | 1 | -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 [https://www.sqlite.org/src/info/34eb6911afee09e7|34eb6911af], taken ↵ | jan.nijtmans | 2015-11-13 | 1 | -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.nijtmans | 2015-11-10 | 1 | -2/+5 | |
| |\ \ | | |/ | | | | | | | embedding can not work on 64-bit Unix and Windows | |||||
| | * | Fix [5ee8af61e5ef8e233158a43459624f4ecf58a6fe|5ee8af61e5] on Win64: Window ↵ | jan.nijtmans | 2015-11-10 | 1 | -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.nijtmans | 2015-10-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix [916c1095438eae56]: Tk does not compile because GetVersionExW triggers ↵ | jan.nijtmans | 2015-10-23 | 1 | -0/+7 | |
| |\ \ | | |/ | | | | | | | warnings | |||||
| | * | Fix [916c1095438eae56]: Tk does not compile because GetVersionExW triggers ↵ | jan.nijtmans | 2015-10-23 | 1 | -0/+7 | |
| | | | | | | | | | | | | warnings | |||||
| * | | Bug [47af31bd3a] - tk_getSaveFile adds . as extension. | ashok | 2015-10-09 | 1 | -7/+18 | |
| | | | | | | | | | Also added more tests for -filetypes and -defaultextension combinations. | |||||
| * | | TIP #437: Tk panedwindow options for proxy window | jan.nijtmans | 2015-10-08 | 1 | -0/+1 | |
| |\ \ | | |/ | ||||||
| | * | TIP #437: Tk panedwindow options for proxy window | jan.nijtmans | 2015-10-08 | 1 | -0/+1 | |
| | |\ | ||||||
| | | * | merge core-8-5-branch. tip_437 | jan.nijtmans | 2015-09-30 | 2 | -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.nijtmans | 2015-09-30 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | already is. | |||||
| | | * | | 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 | |
| | | |