Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump to 8.6.1. | dgp | 2013-08-30 | 1 | -1/+1 |
| | |||||
* | fix installation on MacOSX | jan.nijtmans | 2013-06-27 | 1 | -1/+1 |
|\ | |||||
| * | fix installation on MacOSX | jan.nijtmans | 2013-06-27 | 1 | -1/+1 |
| | | |||||
* | | Static Cygwin wish.exe cannot link with win32's static libtk86.a (because it ↵ | jan.nijtmans | 2013-06-14 | 1 | -6/+7 |
|\ \ | |/ | | | | | | | | | 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. | ||||
| * | Static Cygwin wish.exe cannot link with win32's static libtk85.a (because it ↵ | jan.nijtmans | 2013-06-14 | 1 | -6/+7 |
| | | | | | | | | | | 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) | ||||
* | | Some more fixes for Cygwin32/64 in win32 GUI mode. | jan.nijtmans | 2013-06-13 | 1 | -81/+24 |
|\ \ | |/ | | | | | 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 | -18/+21 |
| | | | | | | | | 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 | ||||
| * | merge release to 8.5; revert features not included in release | dgp | 2013-04-03 | 1 | -11/+2 |
| | | |||||
| * | Easier solution, with proper protection and configure warnings. | jan.nijtmans | 2013-03-28 | 1 | -0/+4 |
| | | |||||
| * | merge trunk | dgp | 2013-03-22 | 1 | -50/+83 |
| |\ | |||||
| | * | Bug [3599928]: Use XkbKeycodeToKeysym if available. | stwo | 2013-01-31 | 1 | -0/+30 |
| | | | |||||
| | * | Bug [3602534]: Test for XScreensaver last. | stwo | 2013-01-31 | 1 | -50/+53 |
| | | | |||||
| * | | Set of changes that permits Tk 8.5.14 to build against the released | dgp | 2012-12-10 | 1 | -1/+6 |
| |/ | | | | | | | header files of Tcl 8.6.0. Developed and tested only on linux so far. A step in the saga to decouple Tcl and Tk releases. | ||||
| * | Release branch for Tk 8.5.13. | dgp | 2012-11-05 | 1 | -1/+1 |
| | | |||||
| * | Test for XftFontOpen in Xft library, not FT_New_Face | jan.nijtmans | 2012-09-25 | 1 | -12/+16 |
| | | |||||
| * | Merge Tk-Cocoa backport into core-8-5-branch | Kevin Walzer | 2012-09-25 | 1 | -32/+19 |
| |\ | |||||
| | * | review remarks, see mail. | jan.nijtmans | 2012-09-12 | 1 | -2/+0 |
| | | | |||||
| | * | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 1 | -32/+21 |
| |/ | |||||
| * | Installer improvements, like [a3b936f0a1]. | stwo | 2012-08-07 | 1 | -8/+8 |
| | | |||||
| * | Release candidate branch for Tk 8.5.12. | dgp | 2012-07-10 | 1 | -1/+1 |
| | | |||||
* | | Disable XInitThreads() call until we have a better test for it. | jan.nijtmans | 2013-05-24 | 1 | -3/+5 |
| | | |||||
* | | Only call XInitThreads() when we have a very new X11 library. Checked by ↵ | jan.nijtmans | 2013-05-22 | 1 | -0/+19 |
| | | | | | | | | looking whether XKeycodeToKeysym() is deprecated, which also happend in some very new X11 version. | ||||
* | | Bug [3599928]: Use XkbKeycodeToKeysym if available. | stwo | 2013-01-31 | 1 | -0/+30 |
| | | |||||
* | | Bug [3602534]: Test for XScreensaver last. | stwo | 2013-01-31 | 1 | -50/+53 |
| | | |||||
* | | Create Tk 8.6.0 release branch | dgp | 2012-11-08 | 1 | -1/+1 |
| | | |||||
* | | merge trunk | dgp | 2012-09-13 | 1 | -0/+9 |
|\ \ | |||||
| * | | Building Tk 8.6 requires Tcl 8.6 headers. | dgp | 2012-09-13 | 1 | -0/+9 |
| | | | |||||
* | | | Bump to 8.6b3 | dgp | 2012-09-07 | 1 | -1/+1 |
|/ / | |||||
* | | Zap trailing whitespace. | stwo | 2012-08-06 | 1 | -8/+8 |
| | | |||||
* | | Installer consistency tweaks. | stwo | 2012-08-06 | 1 | -11/+11 |
| | | |||||
* | | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-shared | jan.nijtmans | 2012-06-28 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-shared | jan.nijtmans | 2012-06-28 | 1 | -2/+2 |
| |\ | |||||
| | * | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-shared | jan.nijtmans | 2012-06-28 | 1 | -2/+2 |
| | | | |||||
* | | | merge | jan.nijtmans | 2012-06-27 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | merge | jan.nijtmans | 2012-06-27 | 1 | -1/+2 |
| |\ \ | | |/ | |||||
| | * | link cygwin wish with tk84.dll | jan.nijtmans | 2012-06-27 | 1 | -13/+16 |
| | | | | | | | | | install tk84.dll | ||||
* | | | autoconf-2.59 | jan.nijtmans | 2012-06-26 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | link cygwin wish8.6 with tk86.dll (configuration part) | jan.nijtmans | 2012-06-26 | 1 | -0/+7 |
| |\ \ | | |/ | |||||
| | * | link cygwin wish8.6 with tk86.dll (configuration part) | jan.nijtmans | 2012-06-26 | 1 | -6/+13 |
| | | | |||||
| * | | Release candidate branch for Tk 8.5.11 | dgp | 2011-10-26 | 1 | -1/+1 |
| | | | |||||
| * | | Merge to RC branch | dgp | 2011-06-10 | 1 | -2/+0 |
| |\ \ | |||||
| * | | | Release candidate branch for Tk 8.5.10 | dgp | 2011-05-26 | 1 | -1/+1 |
| | | | | |||||
* | | | | link cygwin wish8.6 with tk86.dll (configuration part) | jan.nijtmans | 2012-06-26 | 1 | -0/+7 |
| | | | | |||||
* | | | | Bump version number to 8.6b2 | dgp | 2011-07-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| | | | |||||
| | * | * README: Bump version number to 8.4.19 | dgp | 2008-04-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.19 release. | ||||
| | * | *** 8.4.18 TAGGED FOR RELEASE *** | dgp | 2008-02-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * README: Bump version number to 8.4.18 * generic/tk.h: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.18 release. | ||||
| | * | * macosx/Wish-Info.plist.in: add CFBundleLocalizations key, listing | das | 2008-02-02 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * unix/configure.in (Darwin): all library/msgs locales. * unix/configure.in (Darwin): correct Info.plist year substitution in non-framework builds. * unix/configure: autoconf-2.13 |