Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [9e487e9f158b3aeda2b92ca75deb3abc04e21a61|9e487e9f15]: Fix for ↵ | jan.nijtmans | 2014-10-11 | 1 | -13/+21 |
|\ | | | | | | | tkWinButton to avoid problems in plugin | ||||
| * | Fix [9e487e9f158b3aeda2b92ca75deb3abc04e21a61|9e487e9f15]: Fix for ↵ | jan.nijtmans | 2014-10-11 | 1 | -13/+21 |
| |\ | | | | | | | | | | tkWinButton to avoid problems in plugin | ||||
| | * | 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 ↵ | jan.nijtmans | 2014-05-26 | 1 | -34/+25 |
| | | | | | | | | Tcl_Obj API. | ||||
* | | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) ↵ | jan.nijtmans | 2014-02-10 | 3 | -5/+5 |
| | | | | | | | | | | don't define it, and _WIN32 is much more portable anyway. See: [http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system#WindowsCygwinnonPOSIXandMinGW] | ||||
* | | 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 ↵ | jan.nijtmans | 2014-02-04 | 3 | -28/+23 |
|\ \ | |/ | | | | | | | version reported for Windows 8.1. Remove some dead code (since Win95/98/ME is no longer supported) | ||||
| * | Fix [http://core.tcl.tk/tcl/info/651e828a52|651e828a52]: Wrong Windows ↵ | jan.nijtmans | 2014-02-04 | 1 | -9/+20 |
| | | | | | | | | version reported for Windows 8.1 | ||||
* | | Some bit of Windows 8.1 compatibility: See ↵ | jan.nijtmans | 2013-11-20 | 4 | -12/+34 |
|\ \ | |/ | | | | | [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx] | ||||
| * | Some bit of Windows 8.1 compatibility: See ↵ | jan.nijtmans | 2013-11-20 | 4 | -12/+34 |
| | | | | | | | | [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx] | ||||
* | | Revert [3eaa6c984a] (Enh [http://core.tcl.tk/tcl/info/2959069|2959069]), as ↵ | jan.nijtmans | 2013-11-19 | 1 | -1/+1 |
| | | | | | | | | | | | | it turns out that -fvisibility=hidden only affects definitions and not declarations. Therefore explicitely declaring each MODULE_SCOPE function as __attribute__((__visibility__("hidden")) is much better. Suggested by Stuart Cassoff (Thanks!). | ||||
* | | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-04 | 5 | -9/+15 |
|\ \ | |/ | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary. | ||||
| * | When compiling with MSVC++, no longer link the stub library with msvcrt??.dll. | jan.nijtmans | 2013-10-04 | 5 | -9/+15 |
| | | | | | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary. | ||||
* | | Fix compilation with latest MinGW-w64 version 3.0: Conflict on ↵ | jan.nijtmans | 2013-10-02 | 1 | -15/+15 |
|\ \ | |/ | | | | | EXCEPTION_REGISTRATION typedef, which means something completely different in MinGW-w64. | ||||
| * | Fix compilation with latest MinGW-w64 version 3.0: Conflict on ↵ | jan.nijtmans | 2013-10-02 | 1 | -15/+15 |
| | | | | | | | | EXCEPTION_REGISTRATION typedef, which means something completely different in MinGW-w64. | ||||
| * | Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 ↵ | jan.nijtmans | 2013-10-01 | 1 | -0/+4 |
| | | | | | | | | don't enable command line globbing either by default. | ||||
* | | Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 ↵ | jan.nijtmans | 2013-10-01 | 1 | -0/+4 |
|\ \ | | | | | | | | | | don't enable command line globbing either by default. | ||||
| * | | Disable command line globbing on MinGW compiles, just as MSVC and MinGW-w64 ↵ | jan.nijtmans | 2013-10-01 | 2 | -0/+4 |
| |/ | | | | | | | don't enable command line globbing either by default. (Accidently cleared execute permission on two files) | ||||
| * | Cherrypick [132bf978f2] from trunk: | jan.nijtmans | 2013-09-27 | 2 | -82/+2 |
| | | | | | | | | | | Workaround for [http://sourceforge.net/p/mingw/bugs/2065/|MinGW bug #2065]. Both MinGW and MinGW-w64 (32-bit) are affected. Even though Win64 is not affected, adding -static-libgcc doesn't harm there, and we don't want to distrubute additional dll's with MinGW-compiled Tcl anyway. | ||||
* | | Workaround for [http://sourceforge.net/p/mingw/bugs/2065/|MinGW bug #2065]. | jan.nijtmans | 2013-09-27 | 2 | -4/+2 |
| | | | | | | | | Both MinGW and MinGW-w64 (32-bit) are affected. Even though Win64 is not affected, adding -static-libgcc doesn't harm there, and we don't want to distrubute additional dll's with MinGW-compiled Tcl anyway. | ||||
* | | workaround for mingw bug ↵ | jan.nijtmans | 2013-09-23 | 2 | -6/+6 |
|\ \ | |/ | | | | | [http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724] | ||||
| * | workaround for mingw bug ↵ | jan.nijtmans | 2013-09-23 | 2 | -6/+84 |
| | | | | | | | | [http://comments.gmane.org/gmane.comp.gnu.mingw.user/41724] | ||||
| * | Bump to 8.5.15 for release. | dgp | 2013-08-30 | 2 | -2/+2 |
| | | |||||
| * | Fix [3588364] (hopefully) | jan.nijtmans | 2013-06-28 | 1 | -3/+3 |
| | | |||||
* | | Bump to 8.6.1. | dgp | 2013-08-30 | 2 | -2/+2 |
| | | |||||
* | | Static Cygwin wish.exe cannot link with win32's static libtk86.a (because it ↵ | jan.nijtmans | 2013-06-14 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | | | expects a different runtime), so configure shouldn't even try to do this. (On a dynamic wish.exe this works, this is exactly how wish can run even without X11). Don't use deprecated stricmp/strnicmp any more, but underscored variant for non-GNU compilers. | ||||
| * | Don't use deprecated stricmp/strnicmp any more, but underscored variant for ↵ | jan.nijtmans | 2013-06-14 | 1 | -2/+2 |
| | | | | | | | | non-GNU compilers. | ||||
* | | Some more fixes for Cygwin32/64 in win32 GUI mode. | jan.nijtmans | 2013-06-13 | 1 | -0/+14 |
|\ \ | |/ | | | | | Now that this is fully working, eliminate all usage of WISH_BUILD_LIB_SPEC: TK_BUILD_LIB_SPEC can be used everywhere in stead. Remove some old carbon-leftovers from configure/make (see [3607215]). | ||||
| * | Some more fixes for Cygwin32/64 in win32 GUI mode. | jan.nijtmans | 2013-06-13 | 1 | -0/+14 |
| | | | | | | | | Now that this is fully working, eliminate all usage of WISH_BUILD_LIB_SPEC: TK_BUILD_LIB_SPEC can be used everywhere in stead. Add tk.pc | ||||
* | | some code cleanup, remove structure which is no longer used. | jan.nijtmans | 2013-06-07 | 1 | -37/+10 |
|\ \ | |/ | |||||
| * | some code cleanup, remove structure which is no longer used. | jan.nijtmans | 2013-06-07 | 1 | -26/+9 |
| | | |||||
| * | Fix [1913750]: tk_chooseDirectory -initialdir internationalization problem. ↵ | jan.nijtmans | 2013-06-07 | 1 | -737/+182 |
| | | | | | | | | (backported from Tk 8.6) | ||||
* | | [Bug 3568760]: Tk documentation fails to build | jan.nijtmans | 2013-04-10 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | [Bug 3568760]: Tk documentation fails to build | jan.nijtmans | 2013-04-10 | 1 | -1/+1 |
| | | |||||
| * | Remove unused variable. | jan.nijtmans | 2013-04-03 | 3 | -3/+0 |
| | | | | | | Remove tkStubLib.o from tk85.dll. On Windows, data cannot be exported from dll's anyway, so it's just dead code. On UNIX, it makes a difference, and it would be a potential incompatibility to remove it. | ||||
| * | merge release to 8.5; revert features not included in release | dgp | 2013-04-03 | 5 | -42/+5 |
| | | |||||
| * | Easier solution, with proper protection and configure warnings. | jan.nijtmans | 2013-03-28 | 2 | -0/+10 |
| | | |||||
* | | [Bug 3608074]: Add <<Invoke>> bindings to Button's, Listbox and Menu. | jan.nijtmans | 2013-03-27 | 2 | -0/+30 |
|\ \ | |/ | | | Document <<Invoke>>, <<ThemeChanged>>, <<EnteredChild>> (ttk_pandedwindow only) and <<Increment/Decrement>> (ttk_spinbox only) | ||||
| * | Same change as [9bc120ced2] for UNIX, but for Windows as well. | jan.nijtmans | 2013-03-27 | 5 | -3/+30 |
| | | |||||
* | | Make sure the stubbed variants of Tcl_ObjSetVar2/Tcl_NewStringObj are never ↵ | jan.nijtmans | 2013-02-22 | 1 | -1/+5 |
| | | | | | | | | used in winMain.c/tkAppInit.c | ||||
* | | Use (preferred) Tcl_ObjSetVar2 in stead of Tcl_SetVar in ↵ | jan.nijtmans | 2013-02-18 | 1 | -21/+25 |
| | | | | | | | | | | tkAppInit.c/winMain.c. Remove unneeded use of TEXT() macro, as in tclAppInit.c | ||||
* | | ttk::theme::* packages don't Provide anything Extra. | jenglish | 2013-02-15 | 2 | -2/+2 |
| | | | | | | Change Tcl_PkgProvideEx() back to Tcl_PkgProvide(). |