| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Make sure IID_IShellItem is defined even when uuid.lib does not export it. Id... | jan.nijtmans | 2014-10-20 | 1 | -0/+7 |
|
|
* | - Fix winDialog-9.7 test in case "initialdir" contains capital characters. | jan.nijtmans | 2014-10-20 | 1 | -3/+2 |
|
|
* | 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 |
|
|
| * | Convert native paths returned from file dialogs to Tcl canonical paths. | ashok | 2014-09-20 | 2 | -9/+75 |
|
|
| * | Make -xpstyle a hidden option | ashok | 2014-09-20 | 1 | -30/+29 |
|
|
| * | Implemented Vista+ tk_chooseDirectory dialogs | ashok | 2014-09-17 | 1 | -478/+239 |
|
|
| * | Implemented -filetypes and -typevariable for new Vista file dialogs. | ashok | 2014-09-14 | 1 | -13/+207 |
|
|
| * | Implemented multiselect in new file dialogs. | ashok | 2014-09-14 | 1 | -28/+116 |
|
|
| * | Implemented more options for new tk_get{Open,Save} file dialogs | ashok | 2014-09-13 | 4 | -166/+349 |
|
|
| * | Get basic new style dialogs working. | ashok | 2014-09-12 | 1 | -145/+695 |
|
|
| * | Started on new Vista-style file dialogs. Refactored option processing. | ashok | 2014-09-12 | 1 | -0/+195 |
|
|
* | | Bump to Tk 8.6.3; update changes file | dgp | 2014-10-14 | 2 | -2/+2 |
|
|
* | | Fix [9e487e9f158b3aeda2b92ca75deb3abc04e21a61|9e487e9f15]: Fix for tkWinButto... | jan.nijtmans | 2014-10-11 | 1 | -13/+21 |
|\ \ |
|
| * \ | Fix [9e487e9f158b3aeda2b92ca75deb3abc04e21a61|9e487e9f15]: Fix for tkWinButto... | jan.nijtmans | 2014-10-11 | 1 | -13/+21 |
| |\ \ |
|
| | * | | Ticket [9e487e9f15]: Fix for tkWinButton to avoid problems in pluginbug_9e487e9f15 | jan.nijtmans | 2014-10-01 | 1 | -12/+20 |
| |/ / |
|
| * | | Bump to 8.5.16 for release. | dgp | 2014-07-23 | 2 | -2/+2 |
|
|
* | | | Bump to 8.6.2 for release. | dgp | 2014-07-28 | 2 | -2/+2 |
| |/
|/| |
|
* | | Eliminate last two calls to Tcl_CreateCommand(). | jan.nijtmans | 2014-06-30 | 1 | -1/+1 |
|
|
* | | Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands. | jan.nijtmans | 2014-06-03 | 1 | -2/+2 |
|
|
* | | Typo's and unnecessary end-of-line spacing | jan.nijtmans | 2014-06-03 | 3 | -8/+8 |
|
|
* | | Convert "testwinevent", "testmetrics" and "testdeleteapps" for using the Tcl_... | jan.nijtmans | 2014-05-26 | 1 | -34/+25 |
|
|
* | | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'... | jan.nijtmans | 2014-02-10 | 3 | -5/+5 |
|
|
* | | Satisfy required position of __stdcall from VC++ | jan.nijtmans | 2014-02-04 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Satisfy required position of __stdcall from VC++ | jan.nijtmans | 2014-02-04 | 1 | -2/+2 |
|
|
* | | Add missing __stdcall (which crashes on win32) | jan.nijtmans | 2014-02-04 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Add missing __stdcall (which crashes on win32) | jan.nijtmans | 2014-02-04 | 1 | -1/+2 |
|
|
* | | Fix [http://core.tcl.tk/tcl/info/651e828a52|651e828a52]: Wrong Windows versio... | jan.nijtmans | 2014-02-04 | 3 | -28/+23 |
|\ \
| |/ |
|
| * | Fix [http://core.tcl.tk/tcl/info/651e828a52|651e828a52]: Wrong Windows versio... | jan.nijtmans | 2014-02-04 | 1 | -9/+20 |
|
|
* | | Some bit of Windows 8.1 compatibility: See [http://msdn.microsoft.com/en-us/l... | jan.nijtmans | 2013-11-20 | 4 | -12/+34 |
|\ \
| |/ |
|
| * | Some bit of Windows 8.1 compatibility: See [http://msdn.microsoft.com/en-us/l... | jan.nijtmans | 2013-11-20 | 4 | -12/+34 |
|
|
* | | Revert [3eaa6c984a] (Enh [http://core.tcl.tk/tcl/info/2959069|2959069]), as i... | jan.nijtmans | 2013-11-19 | 1 | -1/+1 |
|
|
* | | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-04 | 5 | -9/+15 |
|\ \
| |/ |
|
| * | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-04 | 5 | -9/+15 |
|
|
* | | Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI... | jan.nijtmans | 2013-10-02 | 1 | -15/+15 |
|\ \
| |/ |
|
| * | Fix compilation with latest MinGW-w64 version 3.0: Conflict on EXCEPTION_REGI... | jan.nijtmans | 2013-10-02 | 1 | -15/+15 |
|
|
| * | Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 d... | jan.nijtmans | 2013-10-01 | 1 | -0/+4 |
|
|
* | | Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 d... | jan.nijtmans | 2013-10-01 | 1 | -0/+4 |
|\ \ |
|
| * | | Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 d... | jan.nijtmans | 2013-10-01 | 2 | -0/+4 |
| |/ |
|
| * | Cherrypick [132bf978f2] from trunk: | jan.nijtmans | 2013-09-27 | 2 | -82/+2 |
|
|
* | | Workaround for [http://sourceforge.net/p/mingw/bugs/2065/|MinGW bug #2065]. | jan.nijtmans | 2013-09-27 | 2 | -4/+2 |
|
|
* | | workaround for mingw bug [http://comments.gmane.org/gmane.comp.gnu.mingw.user... | jan.nijtmans | 2013-09-23 | 2 | -6/+6 |
|\ \
| |/ |
|
| * | workaround for mingw bug [http://comments.gmane.org/gmane.comp.gnu.mingw.user... | jan.nijtmans | 2013-09-23 | 2 | -6/+84 |
|
|
| * | Bump to 8.5.15 for release. | dgp | 2013-08-30 | 2 | -2/+2 |
|
|