summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in commentfvogel2015-05-301-1/+1
|\
| * Fixed typo in commentfvogel2015-05-301-1/+1
| |
| \
*-. \ Fix [2a70627a03]: shobjidl.h include in tkWinDialog.c breaks mingw cross comp...jan.nijtmans2015-04-071-1/+0
|\ \ \ | | |/
| | * Bump to version 8.5.18.dgp2015-02-052-2/+2
| * | Suggested fix for [2a70627a03]: shobjidl.h include in tkWinDialog.c breaks mi...bug_2a70627a03jan.nijtmans2015-03-221-1/+0
* | | Remove some unnecessary end-of-line spacingjan.nijtmans2015-03-234-13/+13
|/ /
* | Bump to 8.6.4.dgp2015-02-262-2/+2
* | Fix for 4a0451f529. Needed a Tcl_ResetResult after recursive eventashok2014-12-031-0/+15
* | Remove unnecessary end-of-line spacingjan.nijtmans2014-11-211-1/+1
* | Fix [1c0d6e162c8876fd1bc0526c7cc59c320853d23|1c0d6e162c]: tkWinDialog.c defin...jan.nijtmans2014-11-211-14/+19
* | Fix [d43a10ce2fed950e00890049f3c273f2cdd12583|d43a10ce2f]: tk_getOpenFile cra...ashok2014-11-141-3/+18
* | Backout last change, it doesn't solve the issuejan.nijtmans2014-11-131-50/+2
* | Fix [d43a10ce2fed950e00890049f3c273f2cdd12583|d43a10ce2f]: tk_getOpenFile cra...jan.nijtmans2014-11-131-2/+50
* | merge trunkdgp2014-11-071-0/+2
|\ \
| * \ Add support for Windows 10jan.nijtmans2014-10-261-0/+2
| |\ \ | | |/
| | * Add support for Windows 10jan.nijtmans2014-10-261-0/+2
| | * Bump to 8.5.17dgp2014-10-132-2/+2
* | | Quick-fix compilation on VC6/PSDK (reported by Andreas Kurpies)jan.nijtmans2014-10-251-0/+2
* | | Make tkWinDialog.c compile with MinGW 4.0.2. jan.nijtmans2014-10-201-197/+222
* | | Make sure IID_IShellItem is defined even when uuid.lib does not export it. Id...jan.nijtmans2014-10-201-0/+7
* | | - Fix winDialog-9.7 test in case "initialdir" contains capital characters. jan.nijtmans2014-10-201-3/+2
* | | TIP 432 implementationdgp2014-10-205-234/+1293
|\ \ \
| * | | Previous commit probably broke higher VS versions (>2012) compilation. Fix that.apn_win_filedialogsjan.nijtmans2014-10-171-1/+3
| * | | Fix symbol conflict when compiling with latest (??) MinGW-w64.jan.nijtmans2014-10-171-11/+11
| * | | Make tkWinDialog.c buildable with gcc 4.8.1, vc6, vs2012. Passes all testsashok2014-10-161-40/+38
| * | | Fixes to compile with newer Visual Studio versionsashok2014-10-161-19/+20
| * | | Make findwindow more robust by ensuring it is a window belongingashok2014-09-201-0/+22
| * | | Convert native paths returned from file dialogs to Tcl canonical paths.ashok2014-09-202-9/+75
| * | | Make -xpstyle a hidden optionashok2014-09-201-30/+29
| * | | Implemented Vista+ tk_chooseDirectory dialogsashok2014-09-171-478/+239
| * | | Implemented -filetypes and -typevariable for new Vista file dialogs.ashok2014-09-141-13/+207
| * | | Implemented multiselect in new file dialogs.ashok2014-09-141-28/+116
| * | | Implemented more options for new tk_get{Open,Save} file dialogsashok2014-09-134-166/+349
| * | | Get basic new style dialogs working.ashok2014-09-121-145/+695
| * | | Started on new Vista-style file dialogs. Refactored option processing.ashok2014-09-121-0/+195
* | | | Bump to Tk 8.6.3; update changes filedgp2014-10-142-2/+2
| |/ / |/| |
* | | Fix [9e487e9f158b3aeda2b92ca75deb3abc04e21a61|9e487e9f15]: Fix for tkWinButto...jan.nijtmans2014-10-111-13/+21
|\ \ \ | | |/ | |/|
| * | Fix [9e487e9f158b3aeda2b92ca75deb3abc04e21a61|9e487e9f15]: Fix for tkWinButto...jan.nijtmans2014-10-111-13/+21
| |\ \
| | * | 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
* | | Bump to 8.6.2 for release.dgp2014-07-282-2/+2
| |/ |/|
* | Eliminate last two calls to Tcl_CreateCommand().jan.nijtmans2014-06-301-1/+1
* | Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands.jan.nijtmans2014-06-031-2/+2
* | Typo's and unnecessary end-of-line spacingjan.nijtmans2014-06-033-8/+8
* | Convert "testwinevent", "testmetrics" and "testdeleteapps" for using the Tcl_...jan.nijtmans2014-05-261-34/+25
* | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'...jan.nijtmans2014-02-103-5/+5
* | Satisfy required position of __stdcall from VC++jan.nijtmans2014-02-041-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
|\ \ | |/
| * Add missing __stdcall (which crashes on win32)jan.nijtmans2014-02-041-1/+2