summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | 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
| * | [3f456a5bb9]: Patches for listbox right justifyjan.nijtmans2014-02-111-0/+1
| |/
| * 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
| * Fix [http://core.tcl.tk/tcl/info/651e828a52|651e828a52]: Wrong Windows versio...jan.nijtmans2014-02-043-28/+23
| |\ | |/ |/|
* | Fix [http://core.tcl.tk/tcl/info/651e828a52|651e828a52]: Wrong Windows versio...jan.nijtmans2014-02-041-9/+20
| * Some bit of Windows 8.1 compatibility: See [http://msdn.microsoft.com/en-us/l...jan.nijtmans2013-11-204-12/+34
| |\ | |/ |/|
* | Some bit of Windows 8.1 compatibility: See [http://msdn.microsoft.com/en-us/l...jan.nijtmans2013-11-204-12/+34
| * Revert [3eaa6c984a] (Enh [http://core.tcl.tk/tcl/info/2959069|2959069]), as i...jan.nijtmans2013-11-191-1/+1
| * When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-045-9/+15
| |\ | |/ |/|
* | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-045-9/+15
| * Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI...jan.nijtmans2013-10-021-15/+15
| |\ | |/ |/|
* | Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI...jan.nijtmans2013-10-021-15/+15
* | Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 d...jan.nijtmans2013-10-011-0/+4
| * Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 d...jan.nijtmans2013-10-011-0/+4
| |\
| | * Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 d...jan.nijtmans2013-10-012-0/+4
| |/ |/|
* | Cherrypick [132bf978f2] from trunk: jan.nijtmans2013-09-272-82/+2
| * Workaround for [http://sourceforge.net/p/mingw/bugs/2065/|MinGW bug #2065]. jan.nijtmans2013-09-272-4/+2
| * workaround for mingw bug [http://comments.gmane.org/gmane.comp.gnu.mingw.user...jan.nijtmans2013-09-232-6/+6
| |\ | |/ |/|
* | workaround for mingw bug [http://comments.gmane.org/gmane.comp.gnu.mingw.user...jan.nijtmans2013-09-232-6/+84
* | Bump to 8.5.15 for release.dgp2013-08-302-2/+2
* | Fix [3588364] (hopefully)jan.nijtmans2013-06-281-3/+3
| * Bump to 8.6.1.dgp2013-08-302-2/+2
| * Static Cygwin wish.exe cannot link with win32's static libtk86.a (because it ...jan.nijtmans2013-06-141-2/+2
| |\ | |/ |/|
* | Don't use deprecated stricmp/strnicmp any more, but underscored variant for n...jan.nijtmans2013-06-141-2/+2
| * Some more fixes for Cygwin32/64 in win32 GUI mode. jan.nijtmans2013-06-131-0/+14
| |\ | |/ |/|
* | Some more fixes for Cygwin32/64 in win32 GUI mode. jan.nijtmans2013-06-131-0/+14
| * some code cleanup, remove structure which is no longer used.jan.nijtmans2013-06-071-37/+10
| |\ | |/ |/|
* | some code cleanup, remove structure which is no longer used.jan.nijtmans2013-06-071-26/+9
* | Fix [1913750]: tk_chooseDirectory -initialdir internationalization problem. (...jan.nijtmans2013-06-071-737/+182
| * [Bug 3568760]: Tk documentation fails to buildjan.nijtmans2013-04-101-1/+1
| |\ | |/ |/|