summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* TIP #437: Tk panedwindow options for proxy windownijtmans@users.sourceforge.net2015-10-081-0/+1
|\
| * TIP #437: Tk panedwindow options for proxy windownijtmans@users.sourceforge.net2015-10-081-0/+1
| |\
| | * merge core-8-5-branch. nijtmans@users.sourceforge.net2015-09-302-4/+4
| | |\
| | * | Hm, better keep the TIP as it is, not making it more difficult than it alread...nijtmans@users.sourceforge.net2015-09-301-0/+1
| | * | Bring panedwindow proxy behavior in line with TIP #437 description.nijtmans@users.sourceforge.net2015-09-301-19/+16
| | * | Added -proxyborderwidth optionfvogelnew1@free.fr2015-09-301-18/+19
| | * | Added -proxybackground optionfvogelnew1@free.fr2015-09-291-0/+1
| | * | merge core-8-5-branchnijtmans@users.sourceforge.net2015-09-143-6/+47
| | |\ \
| | * | | Bug [1247115fff] - Added -proxyrelief optionfvogelnew1@free.fr2015-07-141-0/+1
* | | | | Link with userenv.lib, because it is now needed by Tcl.nijtmans@users.sourceforge.net2015-10-063-5/+5
* | | | | Double '[' and ']', otherwise re-generating "configure" doesn't give the expe...nijtmans@users.sourceforge.net2015-10-061-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Double '[' and ']', otherwise re-generating "configure" doesn't give the expe...nijtmans@users.sourceforge.net2015-10-061-2/+2
* | | | | Fix for [46c83f60] (relative paths ignored in tk_getOpenFile/tk_getSaveFile o...ashok2015-10-061-11/+20
* | | | | Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) alway...nijtmans@users.sourceforge.net2015-10-052-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Use "cygpath -m" in stead of "cygpath -w", so paths (even windows ones) alway...nijtmans@users.sourceforge.net2015-10-052-2/+2
| | |_|/ | |/| |
* | | | New icon for wish86.exe, original work contributed by Dawson Cowals. This fix...nijtmans@users.sourceforge.net2015-10-042-0/+0
|\ \ \ \
| * | | | Experiment, just to have a look how the new icon could look like.nijtmans@users.sourceforge.net2015-09-112-0/+0
* | | | | Don't limit Universal runtime support to VisualStudio version 14 only, future...nijtmans@users.sourceforge.net2015-09-302-4/+4
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Don't limit Universal runtime support to VisualStudio version 14 only, future...nijtmans@users.sourceforge.net2015-09-302-4/+4
| | |/ | |/|
* | | Completing [http://core.tcl.tk/tcl/info/00189c4afcb9e2586301d711f71383e48817a...nijtmans@users.sourceforge.net2015-08-284-29/+43
|\ \ \ | |/ /
| * | Completing [http://core.tcl.tk/tcl/info/00189c4afcb9e2586301d711f71383e48817a...nijtmans@users.sourceforge.net2015-08-284-29/+43
* | | Fix [http://core.tcl.tk/tcl/info/00189c4afcb9e2586301d711f71383e48817a72d|001...nijtmans@users.sourceforge.net2015-08-202-2/+29
|\ \ \ | |/ /
| * | Fix [http://core.tcl.tk/tcl/info/00189c4afcb9e2586301d711f71383e48817a72d|001...nijtmans@users.sourceforge.net2015-08-202-2/+29
| |/
* | Use size_t in stead of int for some internal refCount variables. On 32-bit sy...nijtmans@users.sourceforge.net2015-07-083-13/+12
* | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then transl...nijtmans@users.sourceforge.net2015-06-256-2419/+2419
|\ \ | |/
| * Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then transl...nijtmans@users.sourceforge.net2015-06-259-2426/+2426
* | Fixed typo in commentfvogelnew1@free.fr2015-05-301-1/+1
|\ \ | |/
| * Fixed typo in commentfvogelnew1@free.fr2015-05-301-1/+1
| |
| \
*-. \ Fix [2a70627a03]: shobjidl.h include in tkWinDialog.c breaks mingw cross comp...nijtmans@users.sourceforge.net2015-04-071-1/+0
|\ \ \ | | |/
| | * Bump to version 8.5.18.dgp@users.sourceforge.net2015-02-052-2/+2
| * | Suggested fix for [2a70627a03]: shobjidl.h include in tkWinDialog.c breaks mi...nijtmans@users.sourceforge.net2015-03-221-1/+0
* | | Remove some unnecessary end-of-line spacingnijtmans@users.sourceforge.net2015-03-234-13/+13
|/ /
* | Bump to 8.6.4.dgp@users.sourceforge.net2015-02-262-2/+2
* | Fix for 4a0451f529. Needed a Tcl_ResetResult after recursive eventashok2014-12-031-0/+15
* | Remove unnecessary end-of-line spacingnijtmans@users.sourceforge.net2014-11-211-1/+1
* | Fix [1c0d6e162c8876fd1bc0526c7cc59c320853d23|1c0d6e162c]: tkWinDialog.c defin...nijtmans@users.sourceforge.net2014-11-211-14/+19
* | Fix [d43a10ce2fed950e00890049f3c273f2cdd12583|d43a10ce2f]: tk_getOpenFile cra...ashok2014-11-141-3/+18
* | Backout last change, it doesn't solve the issuenijtmans@users.sourceforge.net2014-11-131-50/+2
* | Fix [d43a10ce2fed950e00890049f3c273f2cdd12583|d43a10ce2f]: tk_getOpenFile cra...nijtmans@users.sourceforge.net2014-11-131-2/+50
* | merge trunkdgp@users.sourceforge.net2014-11-071-0/+2
|\ \
| * \ Add support for Windows 10nijtmans@users.sourceforge.net2014-10-261-0/+2
| |\ \ | | |/
| | * Add support for Windows 10nijtmans@users.sourceforge.net2014-10-261-0/+2
| | * Bump to 8.5.17dgp@users.sourceforge.net2014-10-132-2/+2
* | | Quick-fix compilation on VC6/PSDK (reported by Andreas Kurpies)nijtmans@users.sourceforge.net2014-10-251-0/+2
* | | Make tkWinDialog.c compile with MinGW 4.0.2. nijtmans@users.sourceforge.net2014-10-201-197/+222
* | | Make sure IID_IShellItem is defined even when uuid.lib does not export it. Id...nijtmans@users.sourceforge.net2014-10-201-0/+7
* | | - Fix winDialog-9.7 test in case "initialdir" contains capital characters. nijtmans@users.sourceforge.net2014-10-201-3/+2
* | | TIP 432 implementationdgp@users.sourceforge.net2014-10-205-234/+1293
|\ \ \
| * | | Previous commit probably broke higher VS versions (>2012) compilation. Fix that.nijtmans@users.sourceforge.net2014-10-171-1/+3
| * | | Fix symbol conflict when compiling with latest (??) MinGW-w64.nijtmans@users.sourceforge.net2014-10-171-11/+11